update generated files

This commit is contained in:
ymqytw 2017-08-08 09:29:40 -07:00
parent 838c47ee10
commit 9b05e2644f
4 changed files with 6 additions and 3 deletions

View File

@ -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 @@
}, },
"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": {

View File

@ -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 @@
}, },
"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": {

View File

@ -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.

View File

@ -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