mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 12:17:52 +00:00
Add Allocatable
to NodeStatus
Adds `Allocatable` to `NodeStatus`, as described in [17201](https://github.com/kubernetes/kubernetes/pull/17201)
This commit is contained in:
@@ -13294,7 +13294,11 @@
|
||||
"properties": {
|
||||
"capacity": {
|
||||
"type": "any",
|
||||
"description": "Capacity represents the available resources of a node. More info: http://releases.k8s.io/HEAD/docs/user-guide/persistent-volumes.md#capacity for more details."
|
||||
"description": "Capacity represents the total resources of a node. More info: http://releases.k8s.io/HEAD/docs/user-guide/persistent-volumes.md#capacity for more details."
|
||||
},
|
||||
"allocatable": {
|
||||
"type": "any",
|
||||
"description": "Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity."
|
||||
},
|
||||
"phase": {
|
||||
"type": "string",
|
||||
|
Reference in New Issue
Block a user