Interface V1beta2Apps.ReplicaSetStatusOrBuilder

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

public static interface V1beta2Apps.ReplicaSetStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The number of available replicas (ready for at least minReadySeconds) for this replica set.
    getConditions(int index)
    Represents the latest available observations of a replica set's current state.
    int
    Represents the latest available observations of a replica set's current state.
    Represents the latest available observations of a replica set's current state.
    Represents the latest available observations of a replica set's current state.
    Represents the latest available observations of a replica set's current state.
    int
    The number of pods that have labels matching the labels of the pod template of the replicaset.
    long
    ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
    int
    readyReplicas is the number of pods targeted by this ReplicaSet controller with a Ready Condition.
    int
    Replicas is the most recently oberved number of replicas.
    boolean
    The number of available replicas (ready for at least minReadySeconds) for this replica set.
    boolean
    The number of pods that have labels matching the labels of the pod template of the replicaset.
    boolean
    ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
    boolean
    readyReplicas is the number of pods targeted by this ReplicaSet controller with a Ready Condition.
    boolean
    Replicas is the most recently oberved number of 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

    • hasReplicas

      boolean hasReplicas()
       Replicas is the most recently oberved number of replicas.
       More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
       
      optional int32 replicas = 1;
    • getReplicas

      int getReplicas()
       Replicas is the most recently oberved number of replicas.
       More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
       
      optional int32 replicas = 1;
    • hasFullyLabeledReplicas

      boolean hasFullyLabeledReplicas()
       The number of pods that have labels matching the labels of the pod template of the replicaset.
       +optional
       
      optional int32 fullyLabeledReplicas = 2;
    • getFullyLabeledReplicas

      int getFullyLabeledReplicas()
       The number of pods that have labels matching the labels of the pod template of the replicaset.
       +optional
       
      optional int32 fullyLabeledReplicas = 2;
    • hasReadyReplicas

      boolean hasReadyReplicas()
       readyReplicas is the number of pods targeted by this ReplicaSet controller with a Ready Condition.
       +optional
       
      optional int32 readyReplicas = 4;
    • getReadyReplicas

      int getReadyReplicas()
       readyReplicas is the number of pods targeted by this ReplicaSet controller with a Ready Condition.
       +optional
       
      optional int32 readyReplicas = 4;
    • hasAvailableReplicas

      boolean hasAvailableReplicas()
       The number of available replicas (ready for at least minReadySeconds) for this replica set.
       +optional
       
      optional int32 availableReplicas = 5;
    • getAvailableReplicas

      int getAvailableReplicas()
       The number of available replicas (ready for at least minReadySeconds) for this replica set.
       +optional
       
      optional int32 availableReplicas = 5;
    • hasObservedGeneration

      boolean hasObservedGeneration()
       ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
       +optional
       
      optional int64 observedGeneration = 3;
    • getObservedGeneration

      long getObservedGeneration()
       ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
       +optional
       
      optional int64 observedGeneration = 3;
    • getConditionsList

       Represents the latest available observations of a replica set's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.apps.v1beta2.ReplicaSetCondition conditions = 6;
    • getConditions

      V1beta2Apps.ReplicaSetCondition getConditions(int index)
       Represents the latest available observations of a replica set's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.apps.v1beta2.ReplicaSetCondition conditions = 6;
    • getConditionsCount

      int getConditionsCount()
       Represents the latest available observations of a replica set's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.apps.v1beta2.ReplicaSetCondition conditions = 6;
    • getConditionsOrBuilderList

      List<? extends V1beta2Apps.ReplicaSetConditionOrBuilder> getConditionsOrBuilderList()
       Represents the latest available observations of a replica set's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.apps.v1beta2.ReplicaSetCondition conditions = 6;
    • getConditionsOrBuilder

      V1beta2Apps.ReplicaSetConditionOrBuilder getConditionsOrBuilder(int index)
       Represents the latest available observations of a replica set's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.apps.v1beta2.ReplicaSetCondition conditions = 6;