ceph-csi/vendor/k8s.io/kubernetes/hack/testdata/pod-with-precision.json
Serguei Bezverkhi e9033989a0 vendor updates
2018-03-07 11:43:06 -05:00

25 lines
490 B
JSON

{
"apiVersion": "v1",
"kind": "Pod",
"metadata": {
"name": "pod-with-precision"
},
"spec": {
"activeDeadlineSeconds": 2147483647,
"containers": [
{
"name": "kubernetes-pause",
"image": "k8s.gcr.io/pause-amd64:3.1"
}
],
"restartPolicy": "Never",
"securityContext": {
"supplementalGroups": [
0,
1000030003,
2147483647
]
}
}
}