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

@@ -10275,6 +10275,13 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
Format: "int32",
},
},
"readyReplicas": {
SchemaProps: spec.SchemaProps{
Description: "Total number of ready pods targeted by this deployment.",
Type: []string{"integer"},
Format: "int32",
},
},
"availableReplicas": {
SchemaProps: spec.SchemaProps{
Description: "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.",