Package io.kubernetes.client.proto
Class V1beta1Apps.StatefulSetStatus.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Apps.StatefulSetStatus.Builder>
io.kubernetes.client.proto.V1beta1Apps.StatefulSetStatus.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,V1beta1Apps.StatefulSetStatusOrBuilder
,Cloneable
- Enclosing class:
- V1beta1Apps.StatefulSetStatus
public static final class V1beta1Apps.StatefulSetStatus.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Apps.StatefulSetStatus.Builder>
implements V1beta1Apps.StatefulSetStatusOrBuilder
StatefulSetStatus represents the current state of a StatefulSet.Protobuf type
k8s.io.api.apps.v1beta1.StatefulSetStatus
-
Method Summary
Modifier and TypeMethodDescriptionaddAllConditions
(Iterable<? extends V1beta1Apps.StatefulSetCondition> values) Represents the latest available observations of a statefulset's current state.addConditions
(int index, V1beta1Apps.StatefulSetCondition value) Represents the latest available observations of a statefulset's current state.addConditions
(int index, V1beta1Apps.StatefulSetCondition.Builder builderForValue) Represents the latest available observations of a statefulset's current state.Represents the latest available observations of a statefulset's current state.addConditions
(V1beta1Apps.StatefulSetCondition.Builder builderForValue) Represents the latest available observations of a statefulset's current state.Represents the latest available observations of a statefulset's current state.addConditionsBuilder
(int index) Represents the latest available observations of a statefulset's current state.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
Total number of available pods (ready for at least minReadySeconds) targeted by this StatefulSet.collisionCount is the count of hash collisions for the StatefulSet.Represents the latest available observations of a statefulset's current state.currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) observedGeneration is the most recent generation observed for this StatefulSet.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) readyReplicas is the number of pods created by this StatefulSet controller with a Ready Condition.replicas is the number of Pods created by the StatefulSet controller.updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)clone()
int
Total number of available pods (ready for at least minReadySeconds) targeted by this StatefulSet.int
collisionCount is the count of hash collisions for the StatefulSet.getConditions
(int index) Represents the latest available observations of a statefulset's current state.getConditionsBuilder
(int index) Represents the latest available observations of a statefulset's current state.Represents the latest available observations of a statefulset's current state.int
Represents the latest available observations of a statefulset's current state.Represents the latest available observations of a statefulset's current state.getConditionsOrBuilder
(int index) Represents the latest available observations of a statefulset's current state.List<? extends V1beta1Apps.StatefulSetConditionOrBuilder>
Represents the latest available observations of a statefulset's current state.int
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).com.google.protobuf.ByteString
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
long
observedGeneration is the most recent generation observed for this StatefulSet.int
readyReplicas is the number of pods created by this StatefulSet controller with a Ready Condition.int
replicas is the number of Pods created by the StatefulSet controller.int
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)com.google.protobuf.ByteString
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)boolean
Total number of available pods (ready for at least minReadySeconds) targeted by this StatefulSet.boolean
collisionCount is the count of hash collisions for the StatefulSet.boolean
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.boolean
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).boolean
observedGeneration is the most recent generation observed for this StatefulSet.boolean
readyReplicas is the number of pods created by this StatefulSet controller with a Ready Condition.boolean
replicas is the number of Pods created by the StatefulSet controller.boolean
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.boolean
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) removeConditions
(int index) Represents the latest available observations of a statefulset's current state.setAvailableReplicas
(int value) Total number of available pods (ready for at least minReadySeconds) targeted by this StatefulSet.setCollisionCount
(int value) collisionCount is the count of hash collisions for the StatefulSet.setConditions
(int index, V1beta1Apps.StatefulSetCondition value) Represents the latest available observations of a statefulset's current state.setConditions
(int index, V1beta1Apps.StatefulSetCondition.Builder builderForValue) Represents the latest available observations of a statefulset's current state.setCurrentReplicas
(int value) currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.setCurrentRevision
(String value) currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).setCurrentRevisionBytes
(com.google.protobuf.ByteString value) currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).setObservedGeneration
(long value) observedGeneration is the most recent generation observed for this StatefulSet.setReadyReplicas
(int value) readyReplicas is the number of pods created by this StatefulSet controller with a Ready Condition.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setReplicas
(int value) replicas is the number of Pods created by the StatefulSet controller.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) setUpdatedReplicas
(int value) updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.setUpdateRevision
(String value) updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)setUpdateRevisionBytes
(com.google.protobuf.ByteString value) updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Apps.StatefulSetStatus.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Apps.StatefulSetStatus.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Apps.StatefulSetStatus.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Apps.StatefulSetStatus.Builder>
-
setField
public V1beta1Apps.StatefulSetStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Apps.StatefulSetStatus.Builder>
-
clearField
public V1beta1Apps.StatefulSetStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Apps.StatefulSetStatus.Builder>
-
clearOneof
public V1beta1Apps.StatefulSetStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Apps.StatefulSetStatus.Builder>
-
setRepeatedField
public V1beta1Apps.StatefulSetStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Apps.StatefulSetStatus.Builder>
-
addRepeatedField
public V1beta1Apps.StatefulSetStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Apps.StatefulSetStatus.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<V1beta1Apps.StatefulSetStatus.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Apps.StatefulSetStatus.Builder>
-
mergeFrom
public V1beta1Apps.StatefulSetStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<V1beta1Apps.StatefulSetStatus.Builder>
- Throws:
IOException
-
hasObservedGeneration
public boolean hasObservedGeneration()observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server. +optional
optional int64 observedGeneration = 1;
- Specified by:
hasObservedGeneration
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
getObservedGeneration
public long getObservedGeneration()observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server. +optional
optional int64 observedGeneration = 1;
- Specified by:
getObservedGeneration
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
setObservedGeneration
observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server. +optional
optional int64 observedGeneration = 1;
-
clearObservedGeneration
observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server. +optional
optional int64 observedGeneration = 1;
-
hasReplicas
public boolean hasReplicas()replicas is the number of Pods created by the StatefulSet controller.
optional int32 replicas = 2;
- Specified by:
hasReplicas
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
getReplicas
public int getReplicas()replicas is the number of Pods created by the StatefulSet controller.
optional int32 replicas = 2;
- Specified by:
getReplicas
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
setReplicas
replicas is the number of Pods created by the StatefulSet controller.
optional int32 replicas = 2;
-
clearReplicas
replicas is the number of Pods created by the StatefulSet controller.
optional int32 replicas = 2;
-
hasReadyReplicas
public boolean hasReadyReplicas()readyReplicas is the number of pods created by this StatefulSet controller with a Ready Condition.
optional int32 readyReplicas = 3;
- Specified by:
hasReadyReplicas
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
getReadyReplicas
public int getReadyReplicas()readyReplicas is the number of pods created by this StatefulSet controller with a Ready Condition.
optional int32 readyReplicas = 3;
- Specified by:
getReadyReplicas
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
setReadyReplicas
readyReplicas is the number of pods created by this StatefulSet controller with a Ready Condition.
optional int32 readyReplicas = 3;
-
clearReadyReplicas
readyReplicas is the number of pods created by this StatefulSet controller with a Ready Condition.
optional int32 readyReplicas = 3;
-
hasCurrentReplicas
public boolean hasCurrentReplicas()currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
optional int32 currentReplicas = 4;
- Specified by:
hasCurrentReplicas
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
getCurrentReplicas
public int getCurrentReplicas()currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
optional int32 currentReplicas = 4;
- Specified by:
getCurrentReplicas
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
setCurrentReplicas
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
optional int32 currentReplicas = 4;
-
clearCurrentReplicas
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
optional int32 currentReplicas = 4;
-
hasUpdatedReplicas
public boolean hasUpdatedReplicas()updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
optional int32 updatedReplicas = 5;
- Specified by:
hasUpdatedReplicas
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
getUpdatedReplicas
public int getUpdatedReplicas()updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
optional int32 updatedReplicas = 5;
- Specified by:
getUpdatedReplicas
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
setUpdatedReplicas
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
optional int32 updatedReplicas = 5;
-
clearUpdatedReplicas
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
optional int32 updatedReplicas = 5;
-
hasCurrentRevision
public boolean hasCurrentRevision()currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
optional string currentRevision = 6;
- Specified by:
hasCurrentRevision
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
getCurrentRevision
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
optional string currentRevision = 6;
- Specified by:
getCurrentRevision
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
getCurrentRevisionBytes
public com.google.protobuf.ByteString getCurrentRevisionBytes()currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
optional string currentRevision = 6;
- Specified by:
getCurrentRevisionBytes
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
setCurrentRevision
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
optional string currentRevision = 6;
-
clearCurrentRevision
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
optional string currentRevision = 6;
-
setCurrentRevisionBytes
public V1beta1Apps.StatefulSetStatus.Builder setCurrentRevisionBytes(com.google.protobuf.ByteString value) currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
optional string currentRevision = 6;
-
hasUpdateRevision
public boolean hasUpdateRevision()updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
optional string updateRevision = 7;
- Specified by:
hasUpdateRevision
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
getUpdateRevision
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
optional string updateRevision = 7;
- Specified by:
getUpdateRevision
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
getUpdateRevisionBytes
public com.google.protobuf.ByteString getUpdateRevisionBytes()updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
optional string updateRevision = 7;
- Specified by:
getUpdateRevisionBytes
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
setUpdateRevision
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
optional string updateRevision = 7;
-
clearUpdateRevision
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
optional string updateRevision = 7;
-
setUpdateRevisionBytes
public V1beta1Apps.StatefulSetStatus.Builder setUpdateRevisionBytes(com.google.protobuf.ByteString value) updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
optional string updateRevision = 7;
-
hasCollisionCount
public boolean hasCollisionCount()collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. +optional
optional int32 collisionCount = 9;
- Specified by:
hasCollisionCount
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
getCollisionCount
public int getCollisionCount()collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. +optional
optional int32 collisionCount = 9;
- Specified by:
getCollisionCount
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
setCollisionCount
collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. +optional
optional int32 collisionCount = 9;
-
clearCollisionCount
collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. +optional
optional int32 collisionCount = 9;
-
getConditionsList
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.StatefulSetCondition conditions = 10;
- Specified by:
getConditionsList
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
getConditionsCount
public int getConditionsCount()Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.StatefulSetCondition conditions = 10;
- Specified by:
getConditionsCount
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
getConditions
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.StatefulSetCondition conditions = 10;
- Specified by:
getConditions
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
setConditions
public V1beta1Apps.StatefulSetStatus.Builder setConditions(int index, V1beta1Apps.StatefulSetCondition value) Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.StatefulSetCondition conditions = 10;
-
setConditions
public V1beta1Apps.StatefulSetStatus.Builder setConditions(int index, V1beta1Apps.StatefulSetCondition.Builder builderForValue) Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.StatefulSetCondition conditions = 10;
-
addConditions
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.StatefulSetCondition conditions = 10;
-
addConditions
public V1beta1Apps.StatefulSetStatus.Builder addConditions(int index, V1beta1Apps.StatefulSetCondition value) Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.StatefulSetCondition conditions = 10;
-
addConditions
public V1beta1Apps.StatefulSetStatus.Builder addConditions(V1beta1Apps.StatefulSetCondition.Builder builderForValue) Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.StatefulSetCondition conditions = 10;
-
addConditions
public V1beta1Apps.StatefulSetStatus.Builder addConditions(int index, V1beta1Apps.StatefulSetCondition.Builder builderForValue) Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.StatefulSetCondition conditions = 10;
-
addAllConditions
public V1beta1Apps.StatefulSetStatus.Builder addAllConditions(Iterable<? extends V1beta1Apps.StatefulSetCondition> values) Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.StatefulSetCondition conditions = 10;
-
clearConditions
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.StatefulSetCondition conditions = 10;
-
removeConditions
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.StatefulSetCondition conditions = 10;
-
getConditionsBuilder
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.StatefulSetCondition conditions = 10;
-
getConditionsOrBuilder
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.StatefulSetCondition conditions = 10;
- Specified by:
getConditionsOrBuilder
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
getConditionsOrBuilderList
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.StatefulSetCondition conditions = 10;
- Specified by:
getConditionsOrBuilderList
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
addConditionsBuilder
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.StatefulSetCondition conditions = 10;
-
addConditionsBuilder
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.StatefulSetCondition conditions = 10;
-
getConditionsBuilderList
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.StatefulSetCondition conditions = 10;
-
hasAvailableReplicas
public boolean hasAvailableReplicas()Total number of available pods (ready for at least minReadySeconds) targeted by this StatefulSet. This is a beta field and enabled/disabled by StatefulSetMinReadySeconds feature gate.
optional int32 availableReplicas = 11;
- Specified by:
hasAvailableReplicas
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
getAvailableReplicas
public int getAvailableReplicas()Total number of available pods (ready for at least minReadySeconds) targeted by this StatefulSet. This is a beta field and enabled/disabled by StatefulSetMinReadySeconds feature gate.
optional int32 availableReplicas = 11;
- Specified by:
getAvailableReplicas
in interfaceV1beta1Apps.StatefulSetStatusOrBuilder
-
setAvailableReplicas
Total number of available pods (ready for at least minReadySeconds) targeted by this StatefulSet. This is a beta field and enabled/disabled by StatefulSetMinReadySeconds feature gate.
optional int32 availableReplicas = 11;
-
clearAvailableReplicas
Total number of available pods (ready for at least minReadySeconds) targeted by this StatefulSet. This is a beta field and enabled/disabled by StatefulSetMinReadySeconds feature gate.
optional int32 availableReplicas = 11;
-
setUnknownFields
public final V1beta1Apps.StatefulSetStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Apps.StatefulSetStatus.Builder>
-
mergeUnknownFields
public final V1beta1Apps.StatefulSetStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1beta1Apps.StatefulSetStatus.Builder>
-