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