Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1017 Bytes

V1beta1DaemonSetStatus.md

File metadata and controls

12 lines (8 loc) · 1017 Bytes

V1beta1DaemonSetStatus

Properties

Name Type Description Notes
current_number_scheduled int 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/release-1.2/docs/admin/daemons.md
number_misscheduled int 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/release-1.2/docs/admin/daemons.md
desired_number_scheduled int 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/release-1.2/docs/admin/daemons.md

[Back to Model list] [Back to API list] [Back to README]