diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json
index fa2c6b2b821..33eee3d7872 100644
--- a/api/openapi-spec/swagger.json
+++ b/api/openapi-spec/swagger.json
@@ -46918,7 +46918,7 @@
}
},
"io.k8s.kubernetes.pkg.api.v1.Binding": {
- "description": "Binding ties one object to another. For example, a pod is bound to a node by a scheduler.",
+ "description": "Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.",
"required": [
"target"
],
diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json
index eb07fbf68ea..7cee7941a2f 100644
--- a/api/swagger-spec/v1.json
+++ b/api/swagger-spec/v1.json
@@ -17327,7 +17327,7 @@
"models": {
"v1.Binding": {
"id": "v1.Binding",
- "description": "Binding ties one object to another. For example, a pod is bound to a node by a scheduler.",
+ "description": "Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.",
"required": [
"target"
],
diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html
index 431dfd23752..c4efeaa73d0 100755
--- a/docs/api-reference/v1/definitions.html
+++ b/docs/api-reference/v1/definitions.html
@@ -8071,7 +8071,7 @@ Examples:
Binding ties one object to another. For example, a pod is bound to a node by a scheduler.
+Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.