diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json index a73d19cb9d8..724174c134a 100644 --- a/api/swagger-spec/extensions_v1beta1.json +++ b/api/swagger-spec/extensions_v1beta1.json @@ -7877,8 +7877,7 @@ "id": "v1beta1.ReplicaSetStatus", "description": "ReplicaSetStatus represents the current status of a ReplicaSet.", "required": [ - "replicas", - "fullyLabeledReplicas" + "replicas" ], "properties": { "replicas": { diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 65b957d5a9b..6ed1d75feab 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -17617,8 +17617,7 @@ "id": "v1.ReplicationControllerStatus", "description": "ReplicationControllerStatus represents the current status of a replication controller.", "required": [ - "replicas", - "fullyLabeledReplicas" + "replicas" ], "properties": { "replicas": { diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index 57f36177b96..26799b7b55a 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -4583,7 +4583,7 @@ Both these may change in the future. Incoming requests are matched against the h
fullyLabeledReplicas
The number of pods that have labels matching the labels of the pod template of the replicaset.
true
false
integer (int32)