public static final class V1beta2Apps.ReplicaSetStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.ReplicaSetStatus.Builder> implements V1beta2Apps.ReplicaSetStatusOrBuilder
ReplicaSetStatus represents the current status of a ReplicaSet.Protobuf type
k8s.io.api.apps.v1beta2.ReplicaSetStatus| Modifier and Type | Method and Description |
|---|---|
V1beta2Apps.ReplicaSetStatus.Builder |
addAllConditions(Iterable<? extends V1beta2Apps.ReplicaSetCondition> values)
Represents the latest available observations of a replica set's current state.
|
V1beta2Apps.ReplicaSetStatus.Builder |
addConditions(int index,
V1beta2Apps.ReplicaSetCondition.Builder builderForValue)
Represents the latest available observations of a replica set's current state.
|
V1beta2Apps.ReplicaSetStatus.Builder |
addConditions(int index,
V1beta2Apps.ReplicaSetCondition value)
Represents the latest available observations of a replica set's current state.
|
V1beta2Apps.ReplicaSetStatus.Builder |
addConditions(V1beta2Apps.ReplicaSetCondition.Builder builderForValue)
Represents the latest available observations of a replica set's current state.
|
V1beta2Apps.ReplicaSetStatus.Builder |
addConditions(V1beta2Apps.ReplicaSetCondition value)
Represents the latest available observations of a replica set's current state.
|
V1beta2Apps.ReplicaSetCondition.Builder |
addConditionsBuilder()
Represents the latest available observations of a replica set's current state.
|
V1beta2Apps.ReplicaSetCondition.Builder |
addConditionsBuilder(int index)
Represents the latest available observations of a replica set's current state.
|
V1beta2Apps.ReplicaSetStatus.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1beta2Apps.ReplicaSetStatus |
build() |
V1beta2Apps.ReplicaSetStatus |
buildPartial() |
V1beta2Apps.ReplicaSetStatus.Builder |
clear() |
V1beta2Apps.ReplicaSetStatus.Builder |
clearAvailableReplicas()
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
V1beta2Apps.ReplicaSetStatus.Builder |
clearConditions()
Represents the latest available observations of a replica set's current state.
|
V1beta2Apps.ReplicaSetStatus.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1beta2Apps.ReplicaSetStatus.Builder |
clearFullyLabeledReplicas()
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
V1beta2Apps.ReplicaSetStatus.Builder |
clearObservedGeneration()
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
V1beta2Apps.ReplicaSetStatus.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1beta2Apps.ReplicaSetStatus.Builder |
clearReadyReplicas()
The number of ready replicas for this replica set.
|
V1beta2Apps.ReplicaSetStatus.Builder |
clearReplicas()
Replicas is the most recently oberved number of replicas.
|
V1beta2Apps.ReplicaSetStatus.Builder |
clone() |
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.
|
V1beta2Apps.ReplicaSetCondition.Builder |
getConditionsBuilder(int index)
Represents the latest available observations of a replica set's current state.
|
List<V1beta2Apps.ReplicaSetCondition.Builder> |
getConditionsBuilderList()
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.
|
V1beta2Apps.ReplicaSetStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1beta2Apps.ReplicaSetStatus.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1beta2Apps.ReplicaSetStatus.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1beta2Apps.ReplicaSetStatus.Builder |
mergeFrom(V1beta2Apps.ReplicaSetStatus other) |
V1beta2Apps.ReplicaSetStatus.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1beta2Apps.ReplicaSetStatus.Builder |
removeConditions(int index)
Represents the latest available observations of a replica set's current state.
|
V1beta2Apps.ReplicaSetStatus.Builder |
setAvailableReplicas(int value)
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
V1beta2Apps.ReplicaSetStatus.Builder |
setConditions(int index,
V1beta2Apps.ReplicaSetCondition.Builder builderForValue)
Represents the latest available observations of a replica set's current state.
|
V1beta2Apps.ReplicaSetStatus.Builder |
setConditions(int index,
V1beta2Apps.ReplicaSetCondition value)
Represents the latest available observations of a replica set's current state.
|
V1beta2Apps.ReplicaSetStatus.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1beta2Apps.ReplicaSetStatus.Builder |
setFullyLabeledReplicas(int value)
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
V1beta2Apps.ReplicaSetStatus.Builder |
setObservedGeneration(long value)
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
V1beta2Apps.ReplicaSetStatus.Builder |
setReadyReplicas(int value)
The number of ready replicas for this replica set.
|
V1beta2Apps.ReplicaSetStatus.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1beta2Apps.ReplicaSetStatus.Builder |
setReplicas(int value)
Replicas is the most recently oberved number of replicas.
|
V1beta2Apps.ReplicaSetStatus.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.ReplicaSetStatus.Builder>public V1beta2Apps.ReplicaSetStatus.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.ReplicaSetStatus.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.ReplicaSetStatus.Builder>public V1beta2Apps.ReplicaSetStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1beta2Apps.ReplicaSetStatus build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1beta2Apps.ReplicaSetStatus buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1beta2Apps.ReplicaSetStatus.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.ReplicaSetStatus.Builder>public V1beta2Apps.ReplicaSetStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.ReplicaSetStatus.Builder>public V1beta2Apps.ReplicaSetStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.ReplicaSetStatus.Builder>public V1beta2Apps.ReplicaSetStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.ReplicaSetStatus.Builder>public V1beta2Apps.ReplicaSetStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.ReplicaSetStatus.Builder>public V1beta2Apps.ReplicaSetStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.ReplicaSetStatus.Builder>public V1beta2Apps.ReplicaSetStatus.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1beta2Apps.ReplicaSetStatus.Builder>public V1beta2Apps.ReplicaSetStatus.Builder mergeFrom(V1beta2Apps.ReplicaSetStatus other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.ReplicaSetStatus.Builder>public V1beta2Apps.ReplicaSetStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1beta2Apps.ReplicaSetStatus.Builder>IOExceptionpublic 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;hasReplicas in interface V1beta2Apps.ReplicaSetStatusOrBuilderpublic 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;getReplicas in interface V1beta2Apps.ReplicaSetStatusOrBuilderpublic V1beta2Apps.ReplicaSetStatus.Builder setReplicas(int value)
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;public V1beta2Apps.ReplicaSetStatus.Builder clearReplicas()
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;public boolean hasFullyLabeledReplicas()
The number of pods that have labels matching the labels of the pod template of the replicaset. +optional
optional int32 fullyLabeledReplicas = 2;hasFullyLabeledReplicas in interface V1beta2Apps.ReplicaSetStatusOrBuilderpublic int getFullyLabeledReplicas()
The number of pods that have labels matching the labels of the pod template of the replicaset. +optional
optional int32 fullyLabeledReplicas = 2;getFullyLabeledReplicas in interface V1beta2Apps.ReplicaSetStatusOrBuilderpublic V1beta2Apps.ReplicaSetStatus.Builder setFullyLabeledReplicas(int value)
The number of pods that have labels matching the labels of the pod template of the replicaset. +optional
optional int32 fullyLabeledReplicas = 2;public V1beta2Apps.ReplicaSetStatus.Builder clearFullyLabeledReplicas()
The number of pods that have labels matching the labels of the pod template of the replicaset. +optional
optional int32 fullyLabeledReplicas = 2;public boolean hasReadyReplicas()
The number of ready replicas for this replica set. +optional
optional int32 readyReplicas = 4;hasReadyReplicas in interface V1beta2Apps.ReplicaSetStatusOrBuilderpublic int getReadyReplicas()
The number of ready replicas for this replica set. +optional
optional int32 readyReplicas = 4;getReadyReplicas in interface V1beta2Apps.ReplicaSetStatusOrBuilderpublic V1beta2Apps.ReplicaSetStatus.Builder setReadyReplicas(int value)
The number of ready replicas for this replica set. +optional
optional int32 readyReplicas = 4;public V1beta2Apps.ReplicaSetStatus.Builder clearReadyReplicas()
The number of ready replicas for this replica set. +optional
optional int32 readyReplicas = 4;public boolean hasAvailableReplicas()
The number of available replicas (ready for at least minReadySeconds) for this replica set. +optional
optional int32 availableReplicas = 5;hasAvailableReplicas in interface V1beta2Apps.ReplicaSetStatusOrBuilderpublic int getAvailableReplicas()
The number of available replicas (ready for at least minReadySeconds) for this replica set. +optional
optional int32 availableReplicas = 5;getAvailableReplicas in interface V1beta2Apps.ReplicaSetStatusOrBuilderpublic V1beta2Apps.ReplicaSetStatus.Builder setAvailableReplicas(int value)
The number of available replicas (ready for at least minReadySeconds) for this replica set. +optional
optional int32 availableReplicas = 5;public V1beta2Apps.ReplicaSetStatus.Builder clearAvailableReplicas()
The number of available replicas (ready for at least minReadySeconds) for this replica set. +optional
optional int32 availableReplicas = 5;public boolean hasObservedGeneration()
ObservedGeneration reflects the generation of the most recently observed ReplicaSet. +optional
optional int64 observedGeneration = 3;hasObservedGeneration in interface V1beta2Apps.ReplicaSetStatusOrBuilderpublic long getObservedGeneration()
ObservedGeneration reflects the generation of the most recently observed ReplicaSet. +optional
optional int64 observedGeneration = 3;getObservedGeneration in interface V1beta2Apps.ReplicaSetStatusOrBuilderpublic V1beta2Apps.ReplicaSetStatus.Builder setObservedGeneration(long value)
ObservedGeneration reflects the generation of the most recently observed ReplicaSet. +optional
optional int64 observedGeneration = 3;public V1beta2Apps.ReplicaSetStatus.Builder clearObservedGeneration()
ObservedGeneration reflects the generation of the most recently observed ReplicaSet. +optional
optional int64 observedGeneration = 3;public 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;getConditionsList in interface V1beta2Apps.ReplicaSetStatusOrBuilderpublic 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;getConditionsCount in interface V1beta2Apps.ReplicaSetStatusOrBuilderpublic 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;getConditions in interface V1beta2Apps.ReplicaSetStatusOrBuilderpublic V1beta2Apps.ReplicaSetStatus.Builder setConditions(int index, V1beta2Apps.ReplicaSetCondition value)
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;public V1beta2Apps.ReplicaSetStatus.Builder setConditions(int index, V1beta2Apps.ReplicaSetCondition.Builder builderForValue)
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;public V1beta2Apps.ReplicaSetStatus.Builder addConditions(V1beta2Apps.ReplicaSetCondition value)
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;public V1beta2Apps.ReplicaSetStatus.Builder addConditions(int index, V1beta2Apps.ReplicaSetCondition value)
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;public V1beta2Apps.ReplicaSetStatus.Builder addConditions(V1beta2Apps.ReplicaSetCondition.Builder builderForValue)
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;public V1beta2Apps.ReplicaSetStatus.Builder addConditions(int index, V1beta2Apps.ReplicaSetCondition.Builder builderForValue)
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;public V1beta2Apps.ReplicaSetStatus.Builder addAllConditions(Iterable<? extends V1beta2Apps.ReplicaSetCondition> values)
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;public V1beta2Apps.ReplicaSetStatus.Builder clearConditions()
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;public V1beta2Apps.ReplicaSetStatus.Builder removeConditions(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;public V1beta2Apps.ReplicaSetCondition.Builder getConditionsBuilder(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;public 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;getConditionsOrBuilder in interface V1beta2Apps.ReplicaSetStatusOrBuilderpublic 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;getConditionsOrBuilderList in interface V1beta2Apps.ReplicaSetStatusOrBuilderpublic V1beta2Apps.ReplicaSetCondition.Builder addConditionsBuilder()
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;public V1beta2Apps.ReplicaSetCondition.Builder addConditionsBuilder(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;public List<V1beta2Apps.ReplicaSetCondition.Builder> getConditionsBuilderList()
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;public final V1beta2Apps.ReplicaSetStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.ReplicaSetStatus.Builder>public final V1beta2Apps.ReplicaSetStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta2Apps.ReplicaSetStatus.Builder>Copyright © 2021. All rights reserved.