Class V1Apps.StatefulSetStatus.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
io.kubernetes.client.proto.V1Apps.StatefulSetStatus.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, V1Apps.StatefulSetStatusOrBuilder, Cloneable
Enclosing class:
V1Apps.StatefulSetStatus

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
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
    • getDefaultInstanceForType

      public V1Apps.StatefulSetStatus getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public V1Apps.StatefulSetStatus build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public V1Apps.StatefulSetStatus buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
    • setField

      public V1Apps.StatefulSetStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
    • clearField

      public V1Apps.StatefulSetStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
    • clearOneof

      public V1Apps.StatefulSetStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
    • setRepeatedField

      public V1Apps.StatefulSetStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
    • addRepeatedField

      public V1Apps.StatefulSetStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
    • mergeFrom

      public V1Apps.StatefulSetStatus.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1Apps.StatefulSetStatus.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
    • mergeFrom

      public V1Apps.StatefulSetStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1Apps.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 interface V1Apps.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 interface V1Apps.StatefulSetStatusOrBuilder
    • setObservedGeneration

      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;
    • clearObservedGeneration

      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;
    • hasReplicas

      public boolean hasReplicas()
       replicas is the number of Pods created by the StatefulSet controller.
       
      optional int32 replicas = 2;
      Specified by:
      hasReplicas in interface V1Apps.StatefulSetStatusOrBuilder
    • getReplicas

      public int getReplicas()
       replicas is the number of Pods created by the StatefulSet controller.
       
      optional int32 replicas = 2;
      Specified by:
      getReplicas in interface V1Apps.StatefulSetStatusOrBuilder
    • setReplicas

      public V1Apps.StatefulSetStatus.Builder setReplicas(int value)
       replicas is the number of Pods created by the StatefulSet controller.
       
      optional int32 replicas = 2;
    • clearReplicas

      public V1Apps.StatefulSetStatus.Builder 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 for this StatefulSet with a Ready Condition.
       
      optional int32 readyReplicas = 3;
      Specified by:
      hasReadyReplicas in interface V1Apps.StatefulSetStatusOrBuilder
    • getReadyReplicas

      public int getReadyReplicas()
       readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
       
      optional int32 readyReplicas = 3;
      Specified by:
      getReadyReplicas in interface V1Apps.StatefulSetStatusOrBuilder
    • setReadyReplicas

      public V1Apps.StatefulSetStatus.Builder setReadyReplicas(int value)
       readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
       
      optional int32 readyReplicas = 3;
    • clearReadyReplicas

      public V1Apps.StatefulSetStatus.Builder clearReadyReplicas()
       readyReplicas is the number of pods created for this StatefulSet 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 interface V1Apps.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 interface V1Apps.StatefulSetStatusOrBuilder
    • setCurrentReplicas

      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;
    • clearCurrentReplicas

      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;
    • 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 interface V1Apps.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 interface V1Apps.StatefulSetStatusOrBuilder
    • setUpdatedReplicas

      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;
    • clearUpdatedReplicas

      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;
    • 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 interface V1Apps.StatefulSetStatusOrBuilder
    • getCurrentRevision

      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;
      Specified by:
      getCurrentRevision in interface V1Apps.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 interface V1Apps.StatefulSetStatusOrBuilder
    • setCurrentRevision

      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;
    • clearCurrentRevision

      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;
    • setCurrentRevisionBytes

      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;
    • 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 interface V1Apps.StatefulSetStatusOrBuilder
    • getUpdateRevision

      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;
      Specified by:
      getUpdateRevision in interface V1Apps.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 interface V1Apps.StatefulSetStatusOrBuilder
    • setUpdateRevision

      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;
    • clearUpdateRevision

      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;
    • setUpdateRevisionBytes

      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;
    • 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 interface V1Apps.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 interface V1Apps.StatefulSetStatusOrBuilder
    • setCollisionCount

      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;
    • clearCollisionCount

      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;
    • getConditionsList

      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;
      Specified by:
      getConditionsList in interface V1Apps.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.v1.StatefulSetCondition conditions = 10;
      Specified by:
      getConditionsCount in interface V1Apps.StatefulSetStatusOrBuilder
    • getConditions

      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;
      Specified by:
      getConditions in interface V1Apps.StatefulSetStatusOrBuilder
    • setConditions

      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;
    • setConditions

      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;
    • addConditions

       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;
    • addConditions

      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;
    • addConditions

       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;
    • addConditions

      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;
    • addAllConditions

      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;
    • clearConditions

      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;
    • removeConditions

      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;
    • getConditionsBuilder

      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;
    • getConditionsOrBuilder

      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;
      Specified by:
      getConditionsOrBuilder in interface V1Apps.StatefulSetStatusOrBuilder
    • getConditionsOrBuilderList

      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;
      Specified by:
      getConditionsOrBuilderList in interface V1Apps.StatefulSetStatusOrBuilder
    • addConditionsBuilder

      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;
    • addConditionsBuilder

      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;
    • getConditionsBuilderList

      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;
    • 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 interface V1Apps.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 interface V1Apps.StatefulSetStatusOrBuilder
    • setAvailableReplicas

      public V1Apps.StatefulSetStatus.Builder setAvailableReplicas(int value)
       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

      public V1Apps.StatefulSetStatus.Builder 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 V1Apps.StatefulSetStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>
    • mergeUnknownFields

      public final V1Apps.StatefulSetStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1Apps.StatefulSetStatus.Builder>