Add generated file
This PR adds generated files under pkg/client and vendor folder.
This commit is contained in:
24
vendor/k8s.io/kubernetes/hack/testdata/pod-with-precision.json
generated
vendored
Normal file
24
vendor/k8s.io/kubernetes/hack/testdata/pod-with-precision.json
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"apiVersion": "v1",
|
||||
"kind": "Pod",
|
||||
"metadata": {
|
||||
"name": "pod-with-precision"
|
||||
},
|
||||
"spec": {
|
||||
"activeDeadlineSeconds": 2147483647,
|
||||
"containers": [
|
||||
{
|
||||
"name": "kubernetes-pause",
|
||||
"image": "k8s.gcr.io/pause:3.1"
|
||||
}
|
||||
],
|
||||
"restartPolicy": "Never",
|
||||
"securityContext": {
|
||||
"supplementalGroups": [
|
||||
0,
|
||||
1000030003,
|
||||
2147483647
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user