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.md
  • desired_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.md
  • number_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.md
  • number_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.