public static interface V1beta1Extensions.DaemonSetStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCollisionCount()
Count of hash collisions for the DaemonSet.
|
int |
getCurrentNumberScheduled()
The number of nodes that are running at least 1
daemon pod and are supposed to run the daemon pod.
|
int |
getDesiredNumberScheduled()
The total number of nodes that should be running the daemon
pod (including nodes correctly running the daemon pod).
|
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
|
int |
getNumberMisscheduled()
The number of nodes that are running the daemon pod, but are
not supposed to run the daemon pod.
|
int |
getNumberReady()
The number of nodes that should be running the daemon pod and have one
or more of the daemon pod running and ready.
|
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
|
long |
getObservedGeneration()
The most recent generation observed by the daemon set controller.
|
int |
getUpdatedNumberScheduled()
The total number of nodes that are running updated daemon pod
+optional
|
boolean |
hasCollisionCount()
Count of hash collisions for the DaemonSet.
|
boolean |
hasCurrentNumberScheduled()
The number of nodes that are running at least 1
daemon pod and are supposed to run the daemon pod.
|
boolean |
hasDesiredNumberScheduled()
The total number of nodes that should be running the daemon
pod (including nodes correctly running the daemon pod).
|
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
|
boolean |
hasNumberMisscheduled()
The number of nodes that are running the daemon pod, but are
not supposed to run the daemon pod.
|
boolean |
hasNumberReady()
The number of nodes that should be running the daemon pod and have one
or more of the daemon pod running and ready.
|
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
|
boolean |
hasObservedGeneration()
The most recent generation observed by the daemon set controller.
|
boolean |
hasUpdatedNumberScheduled()
The total number of nodes that are running updated daemon pod
+optional
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;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;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;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;boolean hasNumberReady()
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
optional int32 numberReady = 4;int getNumberReady()
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
optional int32 numberReady = 4;boolean hasObservedGeneration()
The most recent generation observed by the daemon set controller. +optional
optional int64 observedGeneration = 5;long getObservedGeneration()
The most recent generation observed by the daemon set controller. +optional
optional int64 observedGeneration = 5;boolean hasUpdatedNumberScheduled()
The total number of nodes that are running updated daemon pod +optional
optional int32 updatedNumberScheduled = 6;int getUpdatedNumberScheduled()
The total number of nodes that are running updated daemon pod +optional
optional int32 updatedNumberScheduled = 6;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;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;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;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;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;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;Copyright © 2018. All rights reserved.