Package k8s.io.api.core.v1
Interface Generated.ReplicationControllerStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.ReplicationControllerStatus,Generated.ReplicationControllerStatus.Builder
- Enclosing class:
- Generated
public static interface Generated.ReplicationControllerStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAvailableReplicas()The number of available replicas (ready for at least minReadySeconds) for this replication controller.Generated.ReplicationControllerConditiongetConditions(int index)Represents the latest available observations of a replication controller's current state.intgetConditionsCount()Represents the latest available observations of a replication controller's current state.List<Generated.ReplicationControllerCondition>getConditionsList()Represents the latest available observations of a replication controller's current state.Generated.ReplicationControllerConditionOrBuildergetConditionsOrBuilder(int index)Represents the latest available observations of a replication controller's current state.List<? extends Generated.ReplicationControllerConditionOrBuilder>getConditionsOrBuilderList()Represents the latest available observations of a replication controller's current state.intgetFullyLabeledReplicas()The number of pods that have labels matching the labels of the pod template of the replication controller.longgetObservedGeneration()ObservedGeneration reflects the generation of the most recently observed replication controller.intgetReadyReplicas()The number of ready replicas for this replication controller.intgetReplicas()Replicas is the most recently observed number of replicas.booleanhasAvailableReplicas()The number of available replicas (ready for at least minReadySeconds) for this replication controller.booleanhasFullyLabeledReplicas()The number of pods that have labels matching the labels of the pod template of the replication controller.booleanhasObservedGeneration()ObservedGeneration reflects the generation of the most recently observed replication controller.booleanhasReadyReplicas()The number of ready replicas for this replication controller.booleanhasReplicas()Replicas is the most recently observed number of replicas.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasReplicas
boolean hasReplicas()
Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller
optional int32 replicas = 1;- Returns:
- Whether the replicas field is set.
-
getReplicas
int getReplicas()
Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller
optional int32 replicas = 1;- Returns:
- The replicas.
-
hasFullyLabeledReplicas
boolean hasFullyLabeledReplicas()
The number of pods that have labels matching the labels of the pod template of the replication controller. +optional
optional int32 fullyLabeledReplicas = 2;- Returns:
- Whether the fullyLabeledReplicas field is set.
-
getFullyLabeledReplicas
int getFullyLabeledReplicas()
The number of pods that have labels matching the labels of the pod template of the replication controller. +optional
optional int32 fullyLabeledReplicas = 2;- Returns:
- The fullyLabeledReplicas.
-
hasReadyReplicas
boolean hasReadyReplicas()
The number of ready replicas for this replication controller. +optional
optional int32 readyReplicas = 4;- Returns:
- Whether the readyReplicas field is set.
-
getReadyReplicas
int getReadyReplicas()
The number of ready replicas for this replication controller. +optional
optional int32 readyReplicas = 4;- Returns:
- The readyReplicas.
-
hasAvailableReplicas
boolean hasAvailableReplicas()
The number of available replicas (ready for at least minReadySeconds) for this replication controller. +optional
optional int32 availableReplicas = 5;- Returns:
- Whether the availableReplicas field is set.
-
getAvailableReplicas
int getAvailableReplicas()
The number of available replicas (ready for at least minReadySeconds) for this replication controller. +optional
optional int32 availableReplicas = 5;- Returns:
- The availableReplicas.
-
hasObservedGeneration
boolean hasObservedGeneration()
ObservedGeneration reflects the generation of the most recently observed replication controller. +optional
optional int64 observedGeneration = 3;- Returns:
- Whether the observedGeneration field is set.
-
getObservedGeneration
long getObservedGeneration()
ObservedGeneration reflects the generation of the most recently observed replication controller. +optional
optional int64 observedGeneration = 3;- Returns:
- The observedGeneration.
-
getConditionsList
List<Generated.ReplicationControllerCondition> getConditionsList()
Represents the latest available observations of a replication controller's current state. +optional +patchMergeKey=type +patchStrategy=merge +listType=map +listMapKey=type
repeated .k8s.io.api.core.v1.ReplicationControllerCondition conditions = 6;
-
getConditions
Generated.ReplicationControllerCondition getConditions(int index)
Represents the latest available observations of a replication controller's current state. +optional +patchMergeKey=type +patchStrategy=merge +listType=map +listMapKey=type
repeated .k8s.io.api.core.v1.ReplicationControllerCondition conditions = 6;
-
getConditionsCount
int getConditionsCount()
Represents the latest available observations of a replication controller's current state. +optional +patchMergeKey=type +patchStrategy=merge +listType=map +listMapKey=type
repeated .k8s.io.api.core.v1.ReplicationControllerCondition conditions = 6;
-
getConditionsOrBuilderList
List<? extends Generated.ReplicationControllerConditionOrBuilder> getConditionsOrBuilderList()
Represents the latest available observations of a replication controller's current state. +optional +patchMergeKey=type +patchStrategy=merge +listType=map +listMapKey=type
repeated .k8s.io.api.core.v1.ReplicationControllerCondition conditions = 6;
-
getConditionsOrBuilder
Generated.ReplicationControllerConditionOrBuilder getConditionsOrBuilder(int index)
Represents the latest available observations of a replication controller's current state. +optional +patchMergeKey=type +patchStrategy=merge +listType=map +listMapKey=type
repeated .k8s.io.api.core.v1.ReplicationControllerCondition conditions = 6;
-
-