Interface V1Apps.StatefulSetStatusOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1Apps.StatefulSetStatus, V1Apps.StatefulSetStatus.Builder
Enclosing class:
V1Apps

public static interface V1Apps.StatefulSetStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    int
    Represents the latest available observations of a statefulset's current state.
    Represents the latest available observations of a statefulset's current state.
    Represents the latest available observations of a statefulset's current state.
    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).
    long
    observedGeneration is the most recent generation observed for this StatefulSet.
    int
    readyReplicas is the number of pods created for this StatefulSet 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 for this StatefulSet 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)

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasObservedGeneration

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

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

      boolean hasReplicas()
       replicas is the number of Pods created by the StatefulSet controller.
       
      optional int32 replicas = 2;
    • getReplicas

      int getReplicas()
       replicas is the number of Pods created by the StatefulSet controller.
       
      optional int32 replicas = 2;
    • hasReadyReplicas

      boolean hasReadyReplicas()
       readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
       
      optional int32 readyReplicas = 3;
    • getReadyReplicas

      int getReadyReplicas()
       readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
       
      optional int32 readyReplicas = 3;
    • hasCurrentReplicas

      boolean hasCurrentReplicas()
       currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version
       indicated by currentRevision.
       
      optional int32 currentReplicas = 4;
    • getCurrentReplicas

      int getCurrentReplicas()
       currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version
       indicated by currentRevision.
       
      optional int32 currentReplicas = 4;
    • hasUpdatedReplicas

      boolean hasUpdatedReplicas()
       updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version
       indicated by updateRevision.
       
      optional int32 updatedReplicas = 5;
    • getUpdatedReplicas

      int getUpdatedReplicas()
       updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version
       indicated by updateRevision.
       
      optional int32 updatedReplicas = 5;
    • hasCurrentRevision

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      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;