diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json
index 1761e01396c..ca0d6a2a583 100644
--- a/api/openapi-spec/swagger.json
+++ b/api/openapi-spec/swagger.json
@@ -32406,7 +32406,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 1481b186237..3469799b09e 100644
--- a/api/openapi-spec/v1.json
+++ b/api/openapi-spec/v1.json
@@ -16204,7 +16204,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 52faad884f3..801079faaff 100644
--- a/api/swagger-spec/v1.json
+++ b/api/swagger-spec/v1.json
@@ -19040,7 +19040,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.