extensions: generated changes for readyReplicas

This commit is contained in:
Michail Kargakis
2016-12-21 12:57:21 +01:00
parent ce04ee6170
commit 6cb946eab9
13 changed files with 5839 additions and 5728 deletions

View File

@@ -35210,6 +35210,11 @@
"type": "integer",
"format": "int64"
},
"readyReplicas": {
"description": "Total number of ready pods targeted by this deployment.",
"type": "integer",
"format": "int32"
},
"replicas": {
"description": "Total number of non-terminated pods targeted by this deployment (their labels match the selector).",
"type": "integer",

View File

@@ -8947,6 +8947,11 @@
"format": "int32",
"description": "Total number of non-terminated pods targeted by this deployment that have the desired template spec."
},
"readyReplicas": {
"type": "integer",
"format": "int32",
"description": "Total number of ready pods targeted by this deployment."
},
"availableReplicas": {
"type": "integer",
"format": "int32",