mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 13:12:20 +00:00
Preserve int64 data when patching
This commit is contained in:
24
hack/testdata/pod-with-precision.json
vendored
Normal file
24
hack/testdata/pod-with-precision.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"apiVersion": "v1",
|
||||
"kind": "Pod",
|
||||
"metadata": {
|
||||
"name": "pod-with-precision"
|
||||
},
|
||||
"spec": {
|
||||
"activeDeadlineSeconds": 2147483647,
|
||||
"containers": [
|
||||
{
|
||||
"name": "kubernetes-pause",
|
||||
"image": "kubernetes/pause"
|
||||
}
|
||||
],
|
||||
"restartPolicy": "Never",
|
||||
"securityContext": {
|
||||
"supplementalGroups": [
|
||||
0,
|
||||
1000030003,
|
||||
2147483647
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user