Kazan v0.3.0 Kazan.Models.V1beta1.DaemonSetStatus

DaemonSetStatus represents the current status of a daemon set.

Properties

  • current_number_scheduled :: Integer

    • CurrentNumberScheduled is the number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info.
  • desired_number_scheduled :: Integer

    • DesiredNumberScheduled is the total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info.
  • number_misscheduled :: Integer

    • NumberMisscheduled is the number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info.
  • number_ready :: Integer

    • 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.