mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
fix links
This commit is contained in:
@@ -6572,17 +6572,17 @@
|
||||
"currentNumberScheduled": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"description": "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/daemon.md"
|
||||
"description": "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"
|
||||
},
|
||||
"numberMisscheduled": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"description": "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/daemon.md"
|
||||
"description": "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"
|
||||
},
|
||||
"desiredNumberScheduled": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"description": "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/daemon.md"
|
||||
"description": "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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user