Package io.kubernetes.client.proto
Interface V1Apps.ReplicaSetStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Apps.ReplicaSetStatus,V1Apps.ReplicaSetStatus.Builder
- Enclosing class:
- V1Apps
public static interface V1Apps.ReplicaSetStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintThe number of available replicas (ready for at least minReadySeconds) for this replica set.getConditions(int index) Represents the latest available observations of a replica set's current state.intRepresents the latest available observations of a replica set's current state.Represents the latest available observations of a replica set's current state.getConditionsOrBuilder(int index) Represents the latest available observations of a replica set's current state.List<? extends V1Apps.ReplicaSetConditionOrBuilder>Represents the latest available observations of a replica set's current state.intThe number of pods that have labels matching the labels of the pod template of the replicaset.longObservedGeneration reflects the generation of the most recently observed ReplicaSet.intreadyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.intReplicas is the most recently oberved number of replicas.booleanThe number of available replicas (ready for at least minReadySeconds) for this replica set.booleanThe number of pods that have labels matching the labels of the pod template of the replicaset.booleanObservedGeneration reflects the generation of the most recently observed ReplicaSet.booleanreadyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.booleanReplicas is the most recently oberved number of replicas.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasReplicas
boolean 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; -
getReplicas
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; -
hasFullyLabeledReplicas
boolean hasFullyLabeledReplicas()The number of pods that have labels matching the labels of the pod template of the replicaset. +optional
optional int32 fullyLabeledReplicas = 2; -
getFullyLabeledReplicas
int getFullyLabeledReplicas()The number of pods that have labels matching the labels of the pod template of the replicaset. +optional
optional int32 fullyLabeledReplicas = 2; -
hasReadyReplicas
boolean hasReadyReplicas()readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition. +optional
optional int32 readyReplicas = 4; -
getReadyReplicas
int getReadyReplicas()readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition. +optional
optional int32 readyReplicas = 4; -
hasAvailableReplicas
boolean hasAvailableReplicas()The number of available replicas (ready for at least minReadySeconds) for this replica set. +optional
optional int32 availableReplicas = 5; -
getAvailableReplicas
int getAvailableReplicas()The number of available replicas (ready for at least minReadySeconds) for this replica set. +optional
optional int32 availableReplicas = 5; -
hasObservedGeneration
boolean hasObservedGeneration()ObservedGeneration reflects the generation of the most recently observed ReplicaSet. +optional
optional int64 observedGeneration = 3; -
getObservedGeneration
long getObservedGeneration()ObservedGeneration reflects the generation of the most recently observed ReplicaSet. +optional
optional int64 observedGeneration = 3; -
getConditionsList
List<V1Apps.ReplicaSetCondition> getConditionsList()Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.ReplicaSetCondition conditions = 6; -
getConditions
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.ReplicaSetCondition conditions = 6; -
getConditionsCount
int getConditionsCount()Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.ReplicaSetCondition conditions = 6; -
getConditionsOrBuilderList
List<? extends V1Apps.ReplicaSetConditionOrBuilder> getConditionsOrBuilderList()Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.ReplicaSetCondition conditions = 6; -
getConditionsOrBuilder
Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.ReplicaSetCondition conditions = 6;
-