mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
extensions: generated changes for readyReplicas
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user