update-all changes for deployment's observedGeneration

This commit is contained in:
kargakis
2016-02-23 19:42:35 +01:00
parent 7a3d40786b
commit 6506d76f76
8 changed files with 210 additions and 98 deletions

View File

@@ -6853,6 +6853,11 @@
"id": "v1beta1.DeploymentStatus",
"description": "DeploymentStatus is the most recently observed status of the Deployment.",
"properties": {
"observedGeneration": {
"type": "integer",
"format": "int64",
"description": "The generation observed by the deployment controller."
},
"replicas": {
"type": "integer",
"format": "int32",