Interface V1beta2Apps.DaemonSetStatusOrBuilder

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

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

    Modifier and Type
    Method
    Description
    int
    Count of hash collisions for the DaemonSet.
    getConditions(int index)
    Represents the latest available observations of a DaemonSet's current state.
    int
    Represents the latest available observations of a DaemonSet's current state.
    Represents the latest available observations of a DaemonSet's current state.
    Represents the latest available observations of a DaemonSet's current state.
    Represents the latest available observations of a DaemonSet's current state.
    int
    The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod.
    int
    The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod).
    int
    The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds) +optional
    int
    The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod.
    int
    Total number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition by passing the readinessProbe.
    int
    The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds) +optional
    long
    The most recent generation observed by the daemon set controller.
    int
    The total number of nodes that are running updated daemon pod +optional
    boolean
    Count of hash collisions for the DaemonSet.
    boolean
    The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod.
    boolean
    The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod).
    boolean
    The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds) +optional
    boolean
    The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod.
    boolean
    Total number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition by passing the readinessProbe.
    boolean
    The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds) +optional
    boolean
    The most recent generation observed by the daemon set controller.
    boolean
    The total number of nodes that are running updated daemon pod +optional

    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

    • hasCurrentNumberScheduled

      boolean hasCurrentNumberScheduled()
       The number of nodes that are running at least 1
       daemon pod and are supposed to run the daemon pod.
       More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
       
      optional int32 currentNumberScheduled = 1;
    • getCurrentNumberScheduled

      int getCurrentNumberScheduled()
       The number of nodes that are running at least 1
       daemon pod and are supposed to run the daemon pod.
       More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
       
      optional int32 currentNumberScheduled = 1;
    • hasNumberMisscheduled

      boolean hasNumberMisscheduled()
       The number of nodes that are running the daemon pod, but are
       not supposed to run the daemon pod.
       More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
       
      optional int32 numberMisscheduled = 2;
    • getNumberMisscheduled

      int getNumberMisscheduled()
       The number of nodes that are running the daemon pod, but are
       not supposed to run the daemon pod.
       More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
       
      optional int32 numberMisscheduled = 2;
    • hasDesiredNumberScheduled

      boolean hasDesiredNumberScheduled()
       The total number of nodes that should be running the daemon
       pod (including nodes correctly running the daemon pod).
       More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
       
      optional int32 desiredNumberScheduled = 3;
    • getDesiredNumberScheduled

      int getDesiredNumberScheduled()
       The total number of nodes that should be running the daemon
       pod (including nodes correctly running the daemon pod).
       More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
       
      optional int32 desiredNumberScheduled = 3;
    • hasNumberReady

      boolean hasNumberReady()
       Total number of nodes that should be running the daemon pod and have one
       or more of the daemon pod running with a Ready Condition by passing the readinessProbe.
       
      optional int32 numberReady = 4;
    • getNumberReady

      int getNumberReady()
       Total number of nodes that should be running the daemon pod and have one
       or more of the daemon pod running with a Ready Condition by passing the readinessProbe.
       
      optional int32 numberReady = 4;
    • hasObservedGeneration

      boolean hasObservedGeneration()
       The most recent generation observed by the daemon set controller.
       +optional
       
      optional int64 observedGeneration = 5;
    • getObservedGeneration

      long getObservedGeneration()
       The most recent generation observed by the daemon set controller.
       +optional
       
      optional int64 observedGeneration = 5;
    • hasUpdatedNumberScheduled

      boolean hasUpdatedNumberScheduled()
       The total number of nodes that are running updated daemon pod
       +optional
       
      optional int32 updatedNumberScheduled = 6;
    • getUpdatedNumberScheduled

      int getUpdatedNumberScheduled()
       The total number of nodes that are running updated daemon pod
       +optional
       
      optional int32 updatedNumberScheduled = 6;
    • hasNumberAvailable

      boolean hasNumberAvailable()
       The number of nodes that should be running the
       daemon pod and have one or more of the daemon pod running and
       available (ready for at least spec.minReadySeconds)
       +optional
       
      optional int32 numberAvailable = 7;
    • getNumberAvailable

      int getNumberAvailable()
       The number of nodes that should be running the
       daemon pod and have one or more of the daemon pod running and
       available (ready for at least spec.minReadySeconds)
       +optional
       
      optional int32 numberAvailable = 7;
    • hasNumberUnavailable

      boolean hasNumberUnavailable()
       The number of nodes that should be running the
       daemon pod and have none of the daemon pod running and available
       (ready for at least spec.minReadySeconds)
       +optional
       
      optional int32 numberUnavailable = 8;
    • getNumberUnavailable

      int getNumberUnavailable()
       The number of nodes that should be running the
       daemon pod and have none of the daemon pod running and available
       (ready for at least spec.minReadySeconds)
       +optional
       
      optional int32 numberUnavailable = 8;
    • hasCollisionCount

      boolean hasCollisionCount()
       Count of hash collisions for the DaemonSet. The DaemonSet 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()
       Count of hash collisions for the DaemonSet. The DaemonSet 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<V1beta2Apps.DaemonSetCondition> getConditionsList()
       Represents the latest available observations of a DaemonSet's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.apps.v1beta2.DaemonSetCondition conditions = 10;
    • getConditions

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

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

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

      V1beta2Apps.DaemonSetConditionOrBuilder getConditionsOrBuilder(int index)
       Represents the latest available observations of a DaemonSet's current state.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.apps.v1beta2.DaemonSetCondition conditions = 10;