diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json index 7d74ea3dae9..64032e95814 100644 --- a/api/swagger-spec/extensions_v1beta1.json +++ b/api/swagger-spec/extensions_v1beta1.json @@ -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", diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index e503572f36a..bba1f2af54c 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -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", diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index 86631d3fd68..e25d4acc42e 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -5457,6 +5457,13 @@ Both these may change in the future. Incoming requests are matched against the h
readyReplicas
The number of ready replicas for this replica set.
false
integer (int32)
observedGeneration
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
false