Kazan v0.1.0 Kazan.Models.V1beta1.DaemonSetStatus
DaemonSetStatus represents the current status of a daemon set.
Properties
current_number_scheduled
- CurrentNumberScheduled is the number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: http://releases.k8s.io/HEAD/docs/admin/daemons.mddesired_number_scheduled
- DesiredNumberScheduled is the total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: http://releases.k8s.io/HEAD/docs/admin/daemons.mdnumber_misscheduled
- NumberMisscheduled is the number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: http://releases.k8s.io/HEAD/docs/admin/daemons.mdnumber_ready
- NumberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.