Interface V1.ReplicationControllerStatusOrBuilder

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

public static interface V1.ReplicationControllerStatusOrBuilder 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 replication controller.
    getConditions(int index)
    Represents the latest available observations of a replication controller's current state.
    int
    Represents the latest available observations of a replication controller's current state.
    Represents the latest available observations of a replication controller's current state.
    Represents the latest available observations of a replication controller's current state.
    Represents the latest available observations of a replication controller's current state.
    int
    The number of pods that have labels matching the labels of the pod template of the replication controller.
    long
    ObservedGeneration reflects the generation of the most recently observed replication controller.
    int
    The number of ready replicas for this replication controller.
    int
    Replicas is the most recently oberved number of replicas.
    boolean
    The number of available replicas (ready for at least minReadySeconds) for this replication controller.
    boolean
    The number of pods that have labels matching the labels of the pod template of the replication controller.
    boolean
    ObservedGeneration reflects the generation of the most recently observed replication controller.
    boolean
    The number of ready replicas for this replication controller.
    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 replication controller.
       +optional
       
      optional int32 fullyLabeledReplicas = 2;
    • getFullyLabeledReplicas

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

      boolean hasReadyReplicas()
       The number of ready replicas for this replication controller.
       +optional
       
      optional int32 readyReplicas = 4;
    • getReadyReplicas

      int getReadyReplicas()
       The number of ready replicas for this replication controller.
       +optional
       
      optional int32 readyReplicas = 4;
    • hasAvailableReplicas

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

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

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

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

       Represents the latest available observations of a replication controller's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.core.v1.ReplicationControllerCondition conditions = 6;
    • getConditions

      V1.ReplicationControllerCondition getConditions(int index)
       Represents the latest available observations of a replication controller's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.core.v1.ReplicationControllerCondition conditions = 6;
    • getConditionsCount

      int getConditionsCount()
       Represents the latest available observations of a replication controller's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.core.v1.ReplicationControllerCondition conditions = 6;
    • getConditionsOrBuilderList

      List<? extends V1.ReplicationControllerConditionOrBuilder> getConditionsOrBuilderList()
       Represents the latest available observations of a replication controller's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.core.v1.ReplicationControllerCondition conditions = 6;
    • getConditionsOrBuilder

      V1.ReplicationControllerConditionOrBuilder getConditionsOrBuilder(int index)
       Represents the latest available observations of a replication controller's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.core.v1.ReplicationControllerCondition conditions = 6;