ceph-csi/vendor/k8s.io/kubernetes/hack/testdata/pod-with-precision.json

25 lines
484 B
JSON
Raw Normal View History

2018-01-09 18:57:14 +00:00
{
"apiVersion": "v1",
"kind": "Pod",
"metadata": {
"name": "pod-with-precision"
},
"spec": {
"activeDeadlineSeconds": 2147483647,
"containers": [
{
"name": "kubernetes-pause",
2018-07-18 14:47:22 +00:00
"image": "k8s.gcr.io/pause:3.1"
2018-01-09 18:57:14 +00:00
}
],
"restartPolicy": "Never",
"securityContext": {
"supplementalGroups": [
0,
1000030003,
2147483647
]
}
}
}