Commit 9b05e264 authored by ymqytw's avatar ymqytw

update generated files

parent 838c47ee
...@@ -60953,7 +60953,7 @@ ...@@ -60953,7 +60953,7 @@
"$ref": "#/definitions/io.k8s.api.core.v1.Volume" "$ref": "#/definitions/io.k8s.api.core.v1.Volume"
}, },
"x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-merge-key": "name",
"x-kubernetes-patch-strategy": "merge" "x-kubernetes-patch-strategy": "merge,retainKeys"
} }
} }
}, },
...@@ -62772,6 +62772,7 @@ ...@@ -62772,6 +62772,7 @@
}, },
"strategy": { "strategy": {
"description": "The deployment strategy to use to replace existing pods with new ones.", "description": "The deployment strategy to use to replace existing pods with new ones.",
"x-kubernetes-patch-strategy": "retainKeys",
"$ref": "#/definitions/io.k8s.api.extensions.v1beta1.DeploymentStrategy" "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.DeploymentStrategy"
}, },
"template": { "template": {
...@@ -11237,7 +11237,7 @@ ...@@ -11237,7 +11237,7 @@
"$ref": "#/definitions/io.k8s.api.core.v1.Volume" "$ref": "#/definitions/io.k8s.api.core.v1.Volume"
}, },
"x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-merge-key": "name",
"x-kubernetes-patch-strategy": "merge" "x-kubernetes-patch-strategy": "merge,retainKeys"
} }
} }
}, },
...@@ -12530,6 +12530,7 @@ ...@@ -12530,6 +12530,7 @@
}, },
"strategy": { "strategy": {
"description": "The deployment strategy to use to replace existing pods with new ones.", "description": "The deployment strategy to use to replace existing pods with new ones.",
"x-kubernetes-patch-strategy": "retainKeys",
"$ref": "#/definitions/io.k8s.api.extensions.v1beta1.DeploymentStrategy" "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.DeploymentStrategy"
}, },
"template": { "template": {
......
...@@ -2714,7 +2714,7 @@ message PodSpec { ...@@ -2714,7 +2714,7 @@ message PodSpec {
// More info: https://kubernetes.io/docs/concepts/storage/volumes // More info: https://kubernetes.io/docs/concepts/storage/volumes
// +optional // +optional
// +patchMergeKey=name // +patchMergeKey=name
// +patchStrategy=merge // +patchStrategy=merge,retainKeys
repeated Volume volumes = 1; repeated Volume volumes = 1;
// List of initialization containers belonging to the pod. // List of initialization containers belonging to the pod.
......
...@@ -276,6 +276,7 @@ message DeploymentSpec { ...@@ -276,6 +276,7 @@ message DeploymentSpec {
// The deployment strategy to use to replace existing pods with new ones. // The deployment strategy to use to replace existing pods with new ones.
// +optional // +optional
// +patchStrategy=retainKeys
optional DeploymentStrategy strategy = 4; optional DeploymentStrategy strategy = 4;
// Minimum number of seconds for which a newly created pod should be ready // Minimum number of seconds for which a newly created pod should be ready
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment