Package io.kubernetes.client.proto
Interface V1beta1Extensions.DaemonSetStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Extensions.DaemonSetStatus
,V1beta1Extensions.DaemonSetStatus.Builder
- Enclosing class:
- V1beta1Extensions
public static interface V1beta1Extensions.DaemonSetStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
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.getConditionsOrBuilder
(int index) 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) +optionalint
The number of nodes that are running the daemon pod, but are not supposed to run 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 ready.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) +optionallong
The most recent generation observed by the daemon set controller.int
The total number of nodes that are running updated daemon pod +optionalboolean
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) +optionalboolean
The number of nodes that are running the daemon pod, but are not supposed to run 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 ready.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) +optionalboolean
The most recent generation observed by the daemon set controller.boolean
The total number of nodes that are running updated daemon pod +optionalMethods 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()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;
-
getNumberReady
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;
-
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;
-
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<V1beta1Extensions.DaemonSetCondition> getConditionsList()Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.DaemonSetCondition conditions = 10;
-
getConditions
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.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.extensions.v1beta1.DaemonSetCondition conditions = 10;
-
getConditionsOrBuilderList
List<? extends V1beta1Extensions.DaemonSetConditionOrBuilder> getConditionsOrBuilderList()Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.DaemonSetCondition conditions = 10;
-
getConditionsOrBuilder
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.DaemonSetCondition conditions = 10;
-