Merge pull request #70436 from liggitt/retain-keys

Fix retainKeys patchStrategy in apps/deployments
This commit is contained in:
k8s-ci-robot
2018-10-31 10:32:17 -07:00
committed by GitHub
7 changed files with 12 additions and 3 deletions

View File

@@ -77724,6 +77724,7 @@
},
"strategy": {
"description": "The deployment strategy to use to replace existing pods with new ones.",
"x-kubernetes-patch-strategy": "retainKeys",
"$ref": "#/definitions/io.k8s.api.apps.v1.DeploymentStrategy"
},
"template": {
@@ -78444,6 +78445,7 @@
},
"strategy": {
"description": "The deployment strategy to use to replace existing pods with new ones.",
"x-kubernetes-patch-strategy": "retainKeys",
"$ref": "#/definitions/io.k8s.api.apps.v1beta1.DeploymentStrategy"
},
"template": {
@@ -79229,6 +79231,7 @@
},
"strategy": {
"description": "The deployment strategy to use to replace existing pods with new ones.",
"x-kubernetes-patch-strategy": "retainKeys",
"$ref": "#/definitions/io.k8s.api.apps.v1beta2.DeploymentStrategy"
},
"template": {