make fullyLabeledReplicas optional in rc and rs status
This commit is contained in:
@@ -7877,8 +7877,7 @@
|
||||
"id": "v1beta1.ReplicaSetStatus",
|
||||
"description": "ReplicaSetStatus represents the current status of a ReplicaSet.",
|
||||
"required": [
|
||||
"replicas",
|
||||
"fullyLabeledReplicas"
|
||||
"replicas"
|
||||
],
|
||||
"properties": {
|
||||
"replicas": {
|
||||
|
@@ -17617,8 +17617,7 @@
|
||||
"id": "v1.ReplicationControllerStatus",
|
||||
"description": "ReplicationControllerStatus represents the current status of a replication controller.",
|
||||
"required": [
|
||||
"replicas",
|
||||
"fullyLabeledReplicas"
|
||||
"replicas"
|
||||
],
|
||||
"properties": {
|
||||
"replicas": {
|
||||
|
Reference in New Issue
Block a user