mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 04:36:00 +00:00
add FullyLabeledReplicas in Replicaset Status and ReplicationController Status
This commit is contained in:
@@ -7877,7 +7877,8 @@
|
||||
"id": "v1beta1.ReplicaSetStatus",
|
||||
"description": "ReplicaSetStatus represents the current status of a ReplicaSet.",
|
||||
"required": [
|
||||
"replicas"
|
||||
"replicas",
|
||||
"fullyLabeledReplicas"
|
||||
],
|
||||
"properties": {
|
||||
"replicas": {
|
||||
@@ -7885,6 +7886,11 @@
|
||||
"format": "int32",
|
||||
"description": "Replicas is the most recently oberved number of replicas. More info: http://releases.k8s.io/HEAD/docs/user-guide/replication-controller.md#what-is-a-replication-controller"
|
||||
},
|
||||
"fullyLabeledReplicas": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"description": "The number of pods that have labels matching the labels of the pod template of the replicaset."
|
||||
},
|
||||
"observedGeneration": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
|
@@ -17617,7 +17617,8 @@
|
||||
"id": "v1.ReplicationControllerStatus",
|
||||
"description": "ReplicationControllerStatus represents the current status of a replication controller.",
|
||||
"required": [
|
||||
"replicas"
|
||||
"replicas",
|
||||
"fullyLabeledReplicas"
|
||||
],
|
||||
"properties": {
|
||||
"replicas": {
|
||||
@@ -17625,6 +17626,11 @@
|
||||
"format": "int32",
|
||||
"description": "Replicas is the most recently oberved number of replicas. More info: http://releases.k8s.io/HEAD/docs/user-guide/replication-controller.md#what-is-a-replication-controller"
|
||||
},
|
||||
"fullyLabeledReplicas": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"description": "The number of pods that have labels matching the labels of the pod template of the replication controller."
|
||||
},
|
||||
"observedGeneration": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
|
Reference in New Issue
Block a user