mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
api: generated code for readyReplicas
This commit is contained in:
@@ -10830,6 +10830,11 @@
|
||||
"format": "int32",
|
||||
"description": "The number of pods that have labels matching the labels of the pod template of the replicaset."
|
||||
},
|
||||
"readyReplicas": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"description": "The number of ready replicas for this replica set."
|
||||
},
|
||||
"observedGeneration": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
|
||||
@@ -18975,6 +18975,11 @@
|
||||
"format": "int32",
|
||||
"description": "The number of pods that have labels matching the labels of the pod template of the replication controller."
|
||||
},
|
||||
"readyReplicas": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"description": "The number of ready replicas for this replication controller."
|
||||
},
|
||||
"observedGeneration": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
|
||||
Reference in New Issue
Block a user