public static final class V1Apps.StatefulSetStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder> implements V1Apps.StatefulSetStatusOrBuilder
StatefulSetStatus represents the current state of a StatefulSet.Protobuf type
k8s.io.api.apps.v1.StatefulSetStatus
Modifier and Type | Method and Description |
---|---|
V1Apps.StatefulSetStatus.Builder |
addAllConditions(Iterable<? extends V1Apps.StatefulSetCondition> values)
Represents the latest available observations of a statefulset's current state.
|
V1Apps.StatefulSetStatus.Builder |
addConditions(int index,
V1Apps.StatefulSetCondition.Builder builderForValue)
Represents the latest available observations of a statefulset's current state.
|
V1Apps.StatefulSetStatus.Builder |
addConditions(int index,
V1Apps.StatefulSetCondition value)
Represents the latest available observations of a statefulset's current state.
|
V1Apps.StatefulSetStatus.Builder |
addConditions(V1Apps.StatefulSetCondition.Builder builderForValue)
Represents the latest available observations of a statefulset's current state.
|
V1Apps.StatefulSetStatus.Builder |
addConditions(V1Apps.StatefulSetCondition value)
Represents the latest available observations of a statefulset's current state.
|
V1Apps.StatefulSetCondition.Builder |
addConditionsBuilder()
Represents the latest available observations of a statefulset's current state.
|
V1Apps.StatefulSetCondition.Builder |
addConditionsBuilder(int index)
Represents the latest available observations of a statefulset's current state.
|
V1Apps.StatefulSetStatus.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1Apps.StatefulSetStatus |
build() |
V1Apps.StatefulSetStatus |
buildPartial() |
V1Apps.StatefulSetStatus.Builder |
clear() |
V1Apps.StatefulSetStatus.Builder |
clearCollisionCount()
collisionCount is the count of hash collisions for the StatefulSet.
|
V1Apps.StatefulSetStatus.Builder |
clearConditions()
Represents the latest available observations of a statefulset's current state.
|
V1Apps.StatefulSetStatus.Builder |
clearCurrentReplicas()
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version
indicated by currentRevision.
|
V1Apps.StatefulSetStatus.Builder |
clearCurrentRevision()
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the
sequence [0,currentReplicas).
|
V1Apps.StatefulSetStatus.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1Apps.StatefulSetStatus.Builder |
clearObservedGeneration()
observedGeneration is the most recent generation observed for this StatefulSet.
|
V1Apps.StatefulSetStatus.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1Apps.StatefulSetStatus.Builder |
clearReadyReplicas()
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
V1Apps.StatefulSetStatus.Builder |
clearReplicas()
replicas is the number of Pods created by the StatefulSet controller.
|
V1Apps.StatefulSetStatus.Builder |
clearUpdatedReplicas()
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version
indicated by updateRevision.
|
V1Apps.StatefulSetStatus.Builder |
clearUpdateRevision()
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence
[replicas-updatedReplicas,replicas)
|
V1Apps.StatefulSetStatus.Builder |
clone() |
int |
getCollisionCount()
collisionCount is the count of hash collisions for the StatefulSet.
|
V1Apps.StatefulSetCondition |
getConditions(int index)
Represents the latest available observations of a statefulset's current state.
|
V1Apps.StatefulSetCondition.Builder |
getConditionsBuilder(int index)
Represents the latest available observations of a statefulset's current state.
|
List<V1Apps.StatefulSetCondition.Builder> |
getConditionsBuilderList()
Represents the latest available observations of a statefulset's current state.
|
int |
getConditionsCount()
Represents the latest available observations of a statefulset's current state.
|
List<V1Apps.StatefulSetCondition> |
getConditionsList()
Represents the latest available observations of a statefulset's current state.
|
V1Apps.StatefulSetConditionOrBuilder |
getConditionsOrBuilder(int index)
Represents the latest available observations of a statefulset's current state.
|
List<? extends V1Apps.StatefulSetConditionOrBuilder> |
getConditionsOrBuilderList()
Represents the latest available observations of a statefulset's current state.
|
int |
getCurrentReplicas()
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version
indicated by currentRevision.
|
String |
getCurrentRevision()
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the
sequence [0,currentReplicas).
|
com.google.protobuf.ByteString |
getCurrentRevisionBytes()
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the
sequence [0,currentReplicas).
|
V1Apps.StatefulSetStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getObservedGeneration()
observedGeneration is the most recent generation observed for this StatefulSet.
|
int |
getReadyReplicas()
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
int |
getReplicas()
replicas is the number of Pods created by the StatefulSet controller.
|
int |
getUpdatedReplicas()
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version
indicated by updateRevision.
|
String |
getUpdateRevision()
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence
[replicas-updatedReplicas,replicas)
|
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)
|
boolean |
hasCollisionCount()
collisionCount is the count of hash collisions for the StatefulSet.
|
boolean |
hasCurrentReplicas()
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version
indicated by currentRevision.
|
boolean |
hasCurrentRevision()
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the
sequence [0,currentReplicas).
|
boolean |
hasObservedGeneration()
observedGeneration is the most recent generation observed for this StatefulSet.
|
boolean |
hasReadyReplicas()
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
boolean |
hasReplicas()
replicas is the number of Pods created by the StatefulSet controller.
|
boolean |
hasUpdatedReplicas()
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version
indicated by updateRevision.
|
boolean |
hasUpdateRevision()
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 |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1Apps.StatefulSetStatus.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1Apps.StatefulSetStatus.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1Apps.StatefulSetStatus.Builder |
mergeFrom(V1Apps.StatefulSetStatus other) |
V1Apps.StatefulSetStatus.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1Apps.StatefulSetStatus.Builder |
removeConditions(int index)
Represents the latest available observations of a statefulset's current state.
|
V1Apps.StatefulSetStatus.Builder |
setCollisionCount(int value)
collisionCount is the count of hash collisions for the StatefulSet.
|
V1Apps.StatefulSetStatus.Builder |
setConditions(int index,
V1Apps.StatefulSetCondition.Builder builderForValue)
Represents the latest available observations of a statefulset's current state.
|
V1Apps.StatefulSetStatus.Builder |
setConditions(int index,
V1Apps.StatefulSetCondition value)
Represents the latest available observations of a statefulset's current state.
|
V1Apps.StatefulSetStatus.Builder |
setCurrentReplicas(int value)
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version
indicated by currentRevision.
|
V1Apps.StatefulSetStatus.Builder |
setCurrentRevision(String value)
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the
sequence [0,currentReplicas).
|
V1Apps.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).
|
V1Apps.StatefulSetStatus.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1Apps.StatefulSetStatus.Builder |
setObservedGeneration(long value)
observedGeneration is the most recent generation observed for this StatefulSet.
|
V1Apps.StatefulSetStatus.Builder |
setReadyReplicas(int value)
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
V1Apps.StatefulSetStatus.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1Apps.StatefulSetStatus.Builder |
setReplicas(int value)
replicas is the number of Pods created by the StatefulSet controller.
|
V1Apps.StatefulSetStatus.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1Apps.StatefulSetStatus.Builder |
setUpdatedReplicas(int value)
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version
indicated by updateRevision.
|
V1Apps.StatefulSetStatus.Builder |
setUpdateRevision(String value)
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence
[replicas-updatedReplicas,replicas)
|
V1Apps.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)
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
public V1Apps.StatefulSetStatus.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
public V1Apps.StatefulSetStatus getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public V1Apps.StatefulSetStatus build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public V1Apps.StatefulSetStatus buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public V1Apps.StatefulSetStatus.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
public V1Apps.StatefulSetStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
public V1Apps.StatefulSetStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
public V1Apps.StatefulSetStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
public V1Apps.StatefulSetStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
public V1Apps.StatefulSetStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
public V1Apps.StatefulSetStatus.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<V1Apps.StatefulSetStatus.Builder>
public V1Apps.StatefulSetStatus.Builder mergeFrom(V1Apps.StatefulSetStatus other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
public V1Apps.StatefulSetStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<V1Apps.StatefulSetStatus.Builder>
IOException
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;
hasObservedGeneration
in interface V1Apps.StatefulSetStatusOrBuilder
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;
getObservedGeneration
in interface V1Apps.StatefulSetStatusOrBuilder
public V1Apps.StatefulSetStatus.Builder setObservedGeneration(long value)
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;
public V1Apps.StatefulSetStatus.Builder 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;
public boolean hasReplicas()
replicas is the number of Pods created by the StatefulSet controller.
optional int32 replicas = 2;
hasReplicas
in interface V1Apps.StatefulSetStatusOrBuilder
public int getReplicas()
replicas is the number of Pods created by the StatefulSet controller.
optional int32 replicas = 2;
getReplicas
in interface V1Apps.StatefulSetStatusOrBuilder
public V1Apps.StatefulSetStatus.Builder setReplicas(int value)
replicas is the number of Pods created by the StatefulSet controller.
optional int32 replicas = 2;
public V1Apps.StatefulSetStatus.Builder clearReplicas()
replicas is the number of Pods created by the StatefulSet controller.
optional int32 replicas = 2;
public boolean hasReadyReplicas()
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
optional int32 readyReplicas = 3;
hasReadyReplicas
in interface V1Apps.StatefulSetStatusOrBuilder
public int getReadyReplicas()
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
optional int32 readyReplicas = 3;
getReadyReplicas
in interface V1Apps.StatefulSetStatusOrBuilder
public V1Apps.StatefulSetStatus.Builder setReadyReplicas(int value)
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
optional int32 readyReplicas = 3;
public V1Apps.StatefulSetStatus.Builder clearReadyReplicas()
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
optional int32 readyReplicas = 3;
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;
hasCurrentReplicas
in interface V1Apps.StatefulSetStatusOrBuilder
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;
getCurrentReplicas
in interface V1Apps.StatefulSetStatusOrBuilder
public V1Apps.StatefulSetStatus.Builder setCurrentReplicas(int value)
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
optional int32 currentReplicas = 4;
public V1Apps.StatefulSetStatus.Builder clearCurrentReplicas()
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
optional int32 currentReplicas = 4;
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;
hasUpdatedReplicas
in interface V1Apps.StatefulSetStatusOrBuilder
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;
getUpdatedReplicas
in interface V1Apps.StatefulSetStatusOrBuilder
public V1Apps.StatefulSetStatus.Builder setUpdatedReplicas(int value)
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
optional int32 updatedReplicas = 5;
public V1Apps.StatefulSetStatus.Builder clearUpdatedReplicas()
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
optional int32 updatedReplicas = 5;
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;
hasCurrentRevision
in interface V1Apps.StatefulSetStatusOrBuilder
public String getCurrentRevision()
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
optional string currentRevision = 6;
getCurrentRevision
in interface V1Apps.StatefulSetStatusOrBuilder
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;
getCurrentRevisionBytes
in interface V1Apps.StatefulSetStatusOrBuilder
public V1Apps.StatefulSetStatus.Builder setCurrentRevision(String value)
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
optional string currentRevision = 6;
public V1Apps.StatefulSetStatus.Builder clearCurrentRevision()
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
optional string currentRevision = 6;
public V1Apps.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;
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;
hasUpdateRevision
in interface V1Apps.StatefulSetStatusOrBuilder
public String 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;
getUpdateRevision
in interface V1Apps.StatefulSetStatusOrBuilder
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;
getUpdateRevisionBytes
in interface V1Apps.StatefulSetStatusOrBuilder
public V1Apps.StatefulSetStatus.Builder setUpdateRevision(String 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;
public V1Apps.StatefulSetStatus.Builder 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;
public V1Apps.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;
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;
hasCollisionCount
in interface V1Apps.StatefulSetStatusOrBuilder
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;
getCollisionCount
in interface V1Apps.StatefulSetStatusOrBuilder
public V1Apps.StatefulSetStatus.Builder setCollisionCount(int value)
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;
public V1Apps.StatefulSetStatus.Builder 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;
public List<V1Apps.StatefulSetCondition> getConditionsList()
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.StatefulSetCondition conditions = 10;
getConditionsList
in interface V1Apps.StatefulSetStatusOrBuilder
public int getConditionsCount()
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.StatefulSetCondition conditions = 10;
getConditionsCount
in interface V1Apps.StatefulSetStatusOrBuilder
public V1Apps.StatefulSetCondition getConditions(int index)
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.StatefulSetCondition conditions = 10;
getConditions
in interface V1Apps.StatefulSetStatusOrBuilder
public V1Apps.StatefulSetStatus.Builder setConditions(int index, V1Apps.StatefulSetCondition value)
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.StatefulSetCondition conditions = 10;
public V1Apps.StatefulSetStatus.Builder setConditions(int index, V1Apps.StatefulSetCondition.Builder builderForValue)
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.StatefulSetCondition conditions = 10;
public V1Apps.StatefulSetStatus.Builder addConditions(V1Apps.StatefulSetCondition value)
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.StatefulSetCondition conditions = 10;
public V1Apps.StatefulSetStatus.Builder addConditions(int index, V1Apps.StatefulSetCondition value)
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.StatefulSetCondition conditions = 10;
public V1Apps.StatefulSetStatus.Builder addConditions(V1Apps.StatefulSetCondition.Builder builderForValue)
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.StatefulSetCondition conditions = 10;
public V1Apps.StatefulSetStatus.Builder addConditions(int index, V1Apps.StatefulSetCondition.Builder builderForValue)
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.StatefulSetCondition conditions = 10;
public V1Apps.StatefulSetStatus.Builder addAllConditions(Iterable<? extends V1Apps.StatefulSetCondition> values)
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.StatefulSetCondition conditions = 10;
public V1Apps.StatefulSetStatus.Builder clearConditions()
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.StatefulSetCondition conditions = 10;
public V1Apps.StatefulSetStatus.Builder removeConditions(int index)
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.StatefulSetCondition conditions = 10;
public V1Apps.StatefulSetCondition.Builder getConditionsBuilder(int index)
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.StatefulSetCondition conditions = 10;
public V1Apps.StatefulSetConditionOrBuilder getConditionsOrBuilder(int index)
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.StatefulSetCondition conditions = 10;
getConditionsOrBuilder
in interface V1Apps.StatefulSetStatusOrBuilder
public List<? extends V1Apps.StatefulSetConditionOrBuilder> getConditionsOrBuilderList()
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.StatefulSetCondition conditions = 10;
getConditionsOrBuilderList
in interface V1Apps.StatefulSetStatusOrBuilder
public V1Apps.StatefulSetCondition.Builder addConditionsBuilder()
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.StatefulSetCondition conditions = 10;
public V1Apps.StatefulSetCondition.Builder addConditionsBuilder(int index)
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.StatefulSetCondition conditions = 10;
public List<V1Apps.StatefulSetCondition.Builder> getConditionsBuilderList()
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.StatefulSetCondition conditions = 10;
public final V1Apps.StatefulSetStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
public final V1Apps.StatefulSetStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
Copyright © 2021. All rights reserved.