public static final class V1beta2Apps.StatefulSetStatus extends com.google.protobuf.GeneratedMessageV3 implements V1beta2Apps.StatefulSetStatusOrBuilder
StatefulSetStatus represents the current state of a StatefulSet.Protobuf type
k8s.io.api.apps.v1beta2.StatefulSetStatus
Modifier and Type | Class and Description |
---|---|
static class |
V1beta2Apps.StatefulSetStatus.Builder
StatefulSetStatus represents the current state of a StatefulSet.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
COLLISIONCOUNT_FIELD_NUMBER |
static int |
CONDITIONS_FIELD_NUMBER |
static int |
CURRENTREPLICAS_FIELD_NUMBER |
static int |
CURRENTREVISION_FIELD_NUMBER |
static int |
OBSERVEDGENERATION_FIELD_NUMBER |
static com.google.protobuf.Parser<V1beta2Apps.StatefulSetStatus> |
PARSER
Deprecated.
|
static int |
READYREPLICAS_FIELD_NUMBER |
static int |
REPLICAS_FIELD_NUMBER |
static int |
UPDATEDREPLICAS_FIELD_NUMBER |
static int |
UPDATEREVISION_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getCollisionCount()
collisionCount is the count of hash collisions for the StatefulSet.
|
V1beta2Apps.StatefulSetCondition |
getConditions(int index)
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<V1beta2Apps.StatefulSetCondition> |
getConditionsList()
Represents the latest available observations of a statefulset's current state.
|
V1beta2Apps.StatefulSetConditionOrBuilder |
getConditionsOrBuilder(int index)
Represents the latest available observations of a statefulset's current state.
|
List<? extends V1beta2Apps.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).
|
static V1beta2Apps.StatefulSetStatus |
getDefaultInstance() |
V1beta2Apps.StatefulSetStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getObservedGeneration()
observedGeneration is the most recent generation observed for this StatefulSet.
|
com.google.protobuf.Parser<V1beta2Apps.StatefulSetStatus> |
getParserForType() |
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 |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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).
|
int |
hashCode() |
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() |
static V1beta2Apps.StatefulSetStatus.Builder |
newBuilder() |
static V1beta2Apps.StatefulSetStatus.Builder |
newBuilder(V1beta2Apps.StatefulSetStatus prototype) |
V1beta2Apps.StatefulSetStatus.Builder |
newBuilderForType() |
protected V1beta2Apps.StatefulSetStatus.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static V1beta2Apps.StatefulSetStatus |
parseDelimitedFrom(InputStream input) |
static V1beta2Apps.StatefulSetStatus |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1beta2Apps.StatefulSetStatus |
parseFrom(byte[] data) |
static V1beta2Apps.StatefulSetStatus |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1beta2Apps.StatefulSetStatus |
parseFrom(ByteBuffer data) |
static V1beta2Apps.StatefulSetStatus |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1beta2Apps.StatefulSetStatus |
parseFrom(com.google.protobuf.ByteString data) |
static V1beta2Apps.StatefulSetStatus |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1beta2Apps.StatefulSetStatus |
parseFrom(com.google.protobuf.CodedInputStream input) |
static V1beta2Apps.StatefulSetStatus |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1beta2Apps.StatefulSetStatus |
parseFrom(InputStream input) |
static V1beta2Apps.StatefulSetStatus |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<V1beta2Apps.StatefulSetStatus> |
parser() |
V1beta2Apps.StatefulSetStatus.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int OBSERVEDGENERATION_FIELD_NUMBER
public static final int REPLICAS_FIELD_NUMBER
public static final int READYREPLICAS_FIELD_NUMBER
public static final int CURRENTREPLICAS_FIELD_NUMBER
public static final int UPDATEDREPLICAS_FIELD_NUMBER
public static final int CURRENTREVISION_FIELD_NUMBER
public static final int UPDATEREVISION_FIELD_NUMBER
public static final int COLLISIONCOUNT_FIELD_NUMBER
public static final int CONDITIONS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<V1beta2Apps.StatefulSetStatus> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
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 V1beta2Apps.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 V1beta2Apps.StatefulSetStatusOrBuilder
public boolean hasReplicas()
replicas is the number of Pods created by the StatefulSet controller.
optional int32 replicas = 2;
hasReplicas
in interface V1beta2Apps.StatefulSetStatusOrBuilder
public int getReplicas()
replicas is the number of Pods created by the StatefulSet controller.
optional int32 replicas = 2;
getReplicas
in interface V1beta2Apps.StatefulSetStatusOrBuilder
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 V1beta2Apps.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 V1beta2Apps.StatefulSetStatusOrBuilder
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 V1beta2Apps.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 V1beta2Apps.StatefulSetStatusOrBuilder
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 V1beta2Apps.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 V1beta2Apps.StatefulSetStatusOrBuilder
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 V1beta2Apps.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 V1beta2Apps.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 V1beta2Apps.StatefulSetStatusOrBuilder
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 V1beta2Apps.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 V1beta2Apps.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 V1beta2Apps.StatefulSetStatusOrBuilder
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 V1beta2Apps.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 V1beta2Apps.StatefulSetStatusOrBuilder
public List<V1beta2Apps.StatefulSetCondition> getConditionsList()
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.StatefulSetCondition conditions = 10;
getConditionsList
in interface V1beta2Apps.StatefulSetStatusOrBuilder
public List<? extends V1beta2Apps.StatefulSetConditionOrBuilder> getConditionsOrBuilderList()
Represents the latest available observations of a statefulset's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta2.StatefulSetCondition conditions = 10;
getConditionsOrBuilderList
in interface V1beta2Apps.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.v1beta2.StatefulSetCondition conditions = 10;
getConditionsCount
in interface V1beta2Apps.StatefulSetStatusOrBuilder
public V1beta2Apps.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.v1beta2.StatefulSetCondition conditions = 10;
getConditions
in interface V1beta2Apps.StatefulSetStatusOrBuilder
public V1beta2Apps.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.v1beta2.StatefulSetCondition conditions = 10;
getConditionsOrBuilder
in interface V1beta2Apps.StatefulSetStatusOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static V1beta2Apps.StatefulSetStatus parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1beta2Apps.StatefulSetStatus parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1beta2Apps.StatefulSetStatus parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1beta2Apps.StatefulSetStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1beta2Apps.StatefulSetStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1beta2Apps.StatefulSetStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1beta2Apps.StatefulSetStatus parseFrom(InputStream input) throws IOException
IOException
public static V1beta2Apps.StatefulSetStatus parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static V1beta2Apps.StatefulSetStatus parseDelimitedFrom(InputStream input) throws IOException
IOException
public static V1beta2Apps.StatefulSetStatus parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static V1beta2Apps.StatefulSetStatus parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static V1beta2Apps.StatefulSetStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public V1beta2Apps.StatefulSetStatus.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static V1beta2Apps.StatefulSetStatus.Builder newBuilder()
public static V1beta2Apps.StatefulSetStatus.Builder newBuilder(V1beta2Apps.StatefulSetStatus prototype)
public V1beta2Apps.StatefulSetStatus.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected V1beta2Apps.StatefulSetStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static V1beta2Apps.StatefulSetStatus getDefaultInstance()
public static com.google.protobuf.Parser<V1beta2Apps.StatefulSetStatus> parser()
public com.google.protobuf.Parser<V1beta2Apps.StatefulSetStatus> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public V1beta2Apps.StatefulSetStatus getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2021. All rights reserved.