public static interface V1beta2Apps.ReplicaSetStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAvailableReplicas()
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
V1beta2Apps.ReplicaSetCondition |
getConditions(int index)
Represents the latest available observations of a replica set's current state.
|
int |
getConditionsCount()
Represents the latest available observations of a replica set's current state.
|
List<V1beta2Apps.ReplicaSetCondition> |
getConditionsList()
Represents the latest available observations of a replica set's current state.
|
V1beta2Apps.ReplicaSetConditionOrBuilder |
getConditionsOrBuilder(int index)
Represents the latest available observations of a replica set's current state.
|
List<? extends V1beta2Apps.ReplicaSetConditionOrBuilder> |
getConditionsOrBuilderList()
Represents the latest available observations of a replica set's current state.
|
int |
getFullyLabeledReplicas()
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
long |
getObservedGeneration()
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
int |
getReadyReplicas()
The number of ready replicas for this replica set.
|
int |
getReplicas()
Replicas is the most recently oberved number of replicas.
|
boolean |
hasAvailableReplicas()
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
boolean |
hasFullyLabeledReplicas()
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
boolean |
hasObservedGeneration()
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
boolean |
hasReadyReplicas()
The number of ready replicas for this replica set.
|
boolean |
hasReplicas()
Replicas is the most recently oberved number of replicas.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasReplicas()
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
optional int32 replicas = 1;int getReplicas()
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
optional int32 replicas = 1;boolean hasFullyLabeledReplicas()
The number of pods that have labels matching the labels of the pod template of the replicaset. +optional
optional int32 fullyLabeledReplicas = 2;int getFullyLabeledReplicas()
The number of pods that have labels matching the labels of the pod template of the replicaset. +optional
optional int32 fullyLabeledReplicas = 2;boolean hasReadyReplicas()
The number of ready replicas for this replica set. +optional
optional int32 readyReplicas = 4;int getReadyReplicas()
The number of ready replicas for this replica set. +optional
optional int32 readyReplicas = 4;boolean hasAvailableReplicas()
The number of available replicas (ready for at least minReadySeconds) for this replica set. +optional
optional int32 availableReplicas = 5;int getAvailableReplicas()
The number of available replicas (ready for at least minReadySeconds) for this replica set. +optional
optional int32 availableReplicas = 5;boolean hasObservedGeneration()
ObservedGeneration reflects the generation of the most recently observed ReplicaSet. +optional
optional int64 observedGeneration = 3;long getObservedGeneration()
ObservedGeneration reflects the generation of the most recently observed ReplicaSet. +optional
optional int64 observedGeneration = 3;List<V1beta2Apps.ReplicaSetCondition> getConditionsList()
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.ReplicaSetCondition conditions = 6;V1beta2Apps.ReplicaSetCondition getConditions(int index)
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.ReplicaSetCondition conditions = 6;int getConditionsCount()
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.ReplicaSetCondition conditions = 6;List<? extends V1beta2Apps.ReplicaSetConditionOrBuilder> getConditionsOrBuilderList()
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.ReplicaSetCondition conditions = 6;V1beta2Apps.ReplicaSetConditionOrBuilder getConditionsOrBuilder(int index)
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.ReplicaSetCondition conditions = 6;Copyright © 2019. All rights reserved.