diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json
index a09f335dcab..a892c60f0e8 100644
--- a/api/swagger-spec/v1.json
+++ b/api/swagger-spec/v1.json
@@ -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",
diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html
index fd13bf41694..8ecd9266a27 100755
--- a/docs/api-reference/v1/definitions.html
+++ b/docs/api-reference/v1/definitions.html
@@ -3790,7 +3790,14 @@ The resulting set of endpoints can be viewed as:
capacity
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.
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.
false
allocatable
Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.
false