Class V1DaemonSetStatus
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1DaemonSetStatus
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1DaemonSetStatus
extends Object
DaemonSetStatus represents the current status of a daemon set.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionV1DaemonSetStatus
(Integer currentNumberScheduled, Integer desiredNumberScheduled, Integer numberMisscheduled, Integer numberReady) -
Method Summary
Modifier and TypeMethodDescriptionaddconditionsItem
(V1DaemonSetCondition conditionsItem) Add an item to the conditions property in a chainable fashion.collisionCount
(Integer collisionCount) Set collisionCount in a chainable fashion.conditions
(List<@Valid V1DaemonSetCondition> conditions) Set conditions in a chainable fashion.currentNumberScheduled
(Integer currentNumberScheduled) Set currentNumberScheduled in a chainable fashion.desiredNumberScheduled
(Integer desiredNumberScheduled) Set desiredNumberScheduled in a chainable fashion.boolean
Count of hash collisions for the DaemonSet.List<@Valid V1DaemonSetCondition>
Represents the latest available observations of a DaemonSet's current state.The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod.The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod).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)The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod.numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.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)The most recent generation observed by the daemon set controller.The total number of nodes that are running updated daemon podint
hashCode()
numberAvailable
(Integer numberAvailable) Set numberAvailable in a chainable fashion.numberMisscheduled
(Integer numberMisscheduled) Set numberMisscheduled in a chainable fashion.numberReady
(Integer numberReady) Set numberReady in a chainable fashion.numberUnavailable
(Integer numberUnavailable) Set numberUnavailable in a chainable fashion.observedGeneration
(Long observedGeneration) Set observedGeneration in a chainable fashion.void
setCollisionCount
(Integer collisionCount) Set the collisionCount property valuevoid
setConditions
(List<@Valid V1DaemonSetCondition> conditions) Set the conditions property valuevoid
setCurrentNumberScheduled
(Integer currentNumberScheduled) Set the currentNumberScheduled property valuevoid
setDesiredNumberScheduled
(Integer desiredNumberScheduled) Set the desiredNumberScheduled property valuevoid
setNumberAvailable
(Integer numberAvailable) Set the numberAvailable property valuevoid
setNumberMisscheduled
(Integer numberMisscheduled) Set the numberMisscheduled property valuevoid
setNumberReady
(Integer numberReady) Set the numberReady property valuevoid
setNumberUnavailable
(Integer numberUnavailable) Set the numberUnavailable property valuevoid
setObservedGeneration
(Long observedGeneration) Set the observedGeneration property valuevoid
setUpdatedNumberScheduled
(Integer updatedNumberScheduled) Set the updatedNumberScheduled property valuetoString()
updatedNumberScheduled
(Integer updatedNumberScheduled) Set updatedNumberScheduled in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_COLLISION_COUNT
- See Also:
-
JSON_PROPERTY_CONDITIONS
- See Also:
-
JSON_PROPERTY_CURRENT_NUMBER_SCHEDULED
- See Also:
-
JSON_PROPERTY_DESIRED_NUMBER_SCHEDULED
- See Also:
-
JSON_PROPERTY_NUMBER_AVAILABLE
- See Also:
-
JSON_PROPERTY_NUMBER_MISSCHEDULED
- See Also:
-
JSON_PROPERTY_NUMBER_READY
- See Also:
-
JSON_PROPERTY_NUMBER_UNAVAILABLE
- See Also:
-
JSON_PROPERTY_OBSERVED_GENERATION
- See Also:
-
JSON_PROPERTY_UPDATED_NUMBER_SCHEDULED
- See Also:
-
-
Constructor Details
-
V1DaemonSetStatus
-
-
Method Details
-
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.- Returns:
- the collisionCount property value
-
setCollisionCount
Set the collisionCount property value -
collisionCount
Set collisionCount in a chainable fashion.- Returns:
- The same instance of V1DaemonSetStatus for chaining.
-
getConditions
Represents the latest available observations of a DaemonSet's current state.- Returns:
- the conditions property value
-
setConditions
Set the conditions property value -
conditions
Set conditions in a chainable fashion.- Returns:
- The same instance of V1DaemonSetStatus for chaining.
-
addconditionsItem
Add an item to the conditions property in a chainable fashion.- Returns:
- The same instance of V1DaemonSetStatus for chaining.
-
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/- Returns:
- the currentNumberScheduled property value
-
setCurrentNumberScheduled
Set the currentNumberScheduled property value -
currentNumberScheduled
Set currentNumberScheduled in a chainable fashion.- Returns:
- The same instance of V1DaemonSetStatus for chaining.
-
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/- Returns:
- the desiredNumberScheduled property value
-
setDesiredNumberScheduled
Set the desiredNumberScheduled property value -
desiredNumberScheduled
Set desiredNumberScheduled in a chainable fashion.- Returns:
- The same instance of V1DaemonSetStatus for chaining.
-
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)- Returns:
- the numberAvailable property value
-
setNumberAvailable
Set the numberAvailable property value -
numberAvailable
Set numberAvailable in a chainable fashion.- Returns:
- The same instance of V1DaemonSetStatus for chaining.
-
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/- Returns:
- the numberMisscheduled property value
-
setNumberMisscheduled
Set the numberMisscheduled property value -
numberMisscheduled
Set numberMisscheduled in a chainable fashion.- Returns:
- The same instance of V1DaemonSetStatus for chaining.
-
getNumberReady
numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.- Returns:
- the numberReady property value
-
setNumberReady
Set the numberReady property value -
numberReady
Set numberReady in a chainable fashion.- Returns:
- The same instance of V1DaemonSetStatus for chaining.
-
getObservedGeneration
The most recent generation observed by the daemon set controller.- Returns:
- the observedGeneration property value
-
setObservedGeneration
Set the observedGeneration property value -
observedGeneration
Set observedGeneration in a chainable fashion.- Returns:
- The same instance of V1DaemonSetStatus for chaining.
-
getUpdatedNumberScheduled
The total number of nodes that are running updated daemon pod- Returns:
- the updatedNumberScheduled property value
-
setUpdatedNumberScheduled
Set the updatedNumberScheduled property value -
updatedNumberScheduled
Set updatedNumberScheduled in a chainable fashion.- Returns:
- The same instance of V1DaemonSetStatus for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-