k8s.io/kubernetes@v1.31.0-alpha.0.0.20240520171757-56147500dadc/hack/testdata/pod-with-precision.json (about)

     1  {
     2    "apiVersion": "v1",
     3    "kind": "Pod",
     4    "metadata": {
     5      "name": "pod-with-precision"
     6    },
     7    "spec": {
     8      "activeDeadlineSeconds": 2147483647,
     9      "containers": [
    10        {
    11          "name": "kubernetes-pause",
    12          "image": "registry.k8s.io/pause:3.9"
    13        }
    14      ],
    15      "restartPolicy": "Never",
    16      "securityContext": {
    17        "supplementalGroups": [
    18          0,
    19          1000030003,
    20          2147483647
    21        ]
    22      }
    23    }
    24  }