struct
Kubernetes::DaemonSetStatus
- Kubernetes::DaemonSetStatus
- Struct
- Value
- Object
Overview
DaemonSetStatus represents the current status of a daemon set.
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_api_apps_v1.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : ::JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Macro Summary
-
field(name, type = nil, **options, &block)
Helper macro for defining fields with automatic camelCase conversion
Instance Method Summary
-
#collision_count : Int32 | Nil
Count of hash collisions for the DaemonSet.
-
#collision_count=(collision_count : Int32 | Nil)
Count of hash collisions for the DaemonSet.
-
#conditions : Array(DaemonSetCondition) | Nil
Represents the latest available observations of a DaemonSet's current state.
-
#conditions=(conditions : Array(DaemonSetCondition) | Nil)
Represents the latest available observations of a DaemonSet's current state.
-
#current_number_scheduled : Int32 | Nil
The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod.
-
#current_number_scheduled=(current_number_scheduled : Int32 | Nil)
The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod.
-
#desired_number_scheduled : Int32 | Nil
The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod).
-
#desired_number_scheduled=(desired_number_scheduled : Int32 | Nil)
The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod).
-
#number_available : Int32 | Nil
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)
-
#number_available=(number_available : Int32 | Nil)
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)
-
#number_misscheduled : Int32 | Nil
The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod.
-
#number_misscheduled=(number_misscheduled : Int32 | Nil)
The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod.
-
#number_ready : Int32 | Nil
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.
-
#number_ready=(number_ready : Int32 | Nil)
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.
-
#number_unavailable : Int32 | Nil
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)
-
#number_unavailable=(number_unavailable : Int32 | Nil)
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)
-
#observed_generation : Int64 | Nil
The most recent generation observed by the daemon set controller.
-
#observed_generation=(observed_generation : Int64 | Nil)
The most recent generation observed by the daemon set controller.
-
#updated_number_scheduled : Int32 | Nil
The total number of nodes that are running updated daemon pod
-
#updated_number_scheduled=(updated_number_scheduled : Int32 | Nil)
The total number of nodes that are running updated daemon pod
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
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.
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.
Represents the latest available observations of a DaemonSet's current state.
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. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
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/
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/
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/
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 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. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
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/
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.
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 most recent generation observed by the daemon set controller.
The most recent generation observed by the daemon set controller.
The total number of nodes that are running updated daemon pod
The total number of nodes that are running updated daemon pod