Package io.kubernetes.client.proto
Interface V1beta1Extensions.ReplicaSetStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Extensions.ReplicaSetStatus
,V1beta1Extensions.ReplicaSetStatus.Builder
- Enclosing class:
- V1beta1Extensions
public static interface V1beta1Extensions.ReplicaSetStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
The 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.int
Represents 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.Represents the latest available observations of a replica set's current state.int
The number of pods that have labels matching the labels of the pod template of the replicaset.long
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.int
The number of ready replicas for this replica set.int
Replicas is the most recently oberved number of replicas.boolean
The number of available replicas (ready for at least minReadySeconds) for this replica set.boolean
The number of pods that have labels matching the labels of the pod template of the replicaset.boolean
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.boolean
The number of ready replicas for this replica set.boolean
Replicas is the most recently oberved number of replicas.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods 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()The number of ready replicas for this replica set. +optional
optional int32 readyReplicas = 4;
-
getReadyReplicas
int getReadyReplicas()The number of ready replicas for this replica set. +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<V1beta1Extensions.ReplicaSetCondition> getConditionsList()Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.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.extensions.v1beta1.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.extensions.v1beta1.ReplicaSetCondition conditions = 6;
-
getConditionsOrBuilderList
List<? extends V1beta1Extensions.ReplicaSetConditionOrBuilder> getConditionsOrBuilderList()Represents the latest available observations of a replica set's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.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.extensions.v1beta1.ReplicaSetCondition conditions = 6;
-