diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json
index bfe4305d2fe..35450cfac2e 100644
--- a/api/openapi-spec/swagger.json
+++ b/api/openapi-spec/swagger.json
@@ -32197,7 +32197,7 @@
}
},
"v1alpha1.Eviction": {
- "description": "Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/\u003cpod name\u003e/evictions.",
+ "description": "Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/\u003cpod name\u003e/eviction.",
"properties": {
"deleteOptions": {
"description": "DeleteOptions may be provided",
diff --git a/api/openapi-spec/v1.json b/api/openapi-spec/v1.json
index 95f3ce33833..535bab7e18a 100644
--- a/api/openapi-spec/v1.json
+++ b/api/openapi-spec/v1.json
@@ -16106,7 +16106,7 @@
}
},
"v1alpha1.Eviction": {
- "description": "Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/\u003cpod name\u003e/evictions.",
+ "description": "Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/\u003cpod name\u003e/eviction.",
"properties": {
"deleteOptions": {
"description": "DeleteOptions may be provided",
diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json
index efb1cd9ddc6..b786e83f6df 100644
--- a/api/swagger-spec/v1.json
+++ b/api/swagger-spec/v1.json
@@ -18942,7 +18942,7 @@
},
"v1alpha1.Eviction": {
"id": "v1alpha1.Eviction",
- "description": "Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/\u003cpod name\u003e/evictions.",
+ "description": "Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/\u003cpod name\u003e/eviction.",
"properties": {
"kind": {
"type": "string",
diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html
index c640085a19a..0a5597c877d 100755
--- a/docs/api-reference/v1/definitions.html
+++ b/docs/api-reference/v1/definitions.html
@@ -6869,7 +6869,7 @@ The resulting set of endpoints can be viewed as:
Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to …/pods/<pod name>/evictions.
+Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to …/pods/<pod name>/eviction.