diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json
index 9101e356c43..d9923310eb5 100644
--- a/api/openapi-spec/swagger.json
+++ b/api/openapi-spec/swagger.json
@@ -57060,7 +57060,7 @@
}
},
"io.k8s.api.core.v1.Taint": {
- "description": "The node this Taint is attached to has the effect \"effect\" on any pod that that does not tolerate the Taint.",
+ "description": "The node this Taint is attached to has the \"effect\" on any pod that does not tolerate the Taint.",
"required": [
"key",
"effect"
diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json
index fa4d81f5575..111d7939342 100644
--- a/api/swagger-spec/v1.json
+++ b/api/swagger-spec/v1.json
@@ -18327,7 +18327,7 @@
},
"v1.Taint": {
"id": "v1.Taint",
- "description": "The node this Taint is attached to has the effect \"effect\" on any pod that that does not tolerate the Taint.",
+ "description": "The node this Taint is attached to has the \"effect\" on any pod that does not tolerate the Taint.",
"required": [
"key",
"effect"
diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html
index 99906a231fc..44fcbf007ca 100755
--- a/docs/api-reference/v1/definitions.html
+++ b/docs/api-reference/v1/definitions.html
@@ -2143,7 +2143,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
v1.Taint
-
The node this Taint is attached to has the effect "effect" on any pod that that does not tolerate the Taint.
+
The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.
diff --git a/staging/src/k8s.io/api/core/v1/generated.proto b/staging/src/k8s.io/api/core/v1/generated.proto
index 60ec75b5f10..dce45c17797 100644
--- a/staging/src/k8s.io/api/core/v1/generated.proto
+++ b/staging/src/k8s.io/api/core/v1/generated.proto
@@ -3897,8 +3897,8 @@ message TCPSocketAction {
optional string host = 2;
}
-// The node this Taint is attached to has the effect "effect" on
-// any pod that that does not tolerate the Taint.
+// The node this Taint is attached to has the "effect" on
+// any pod that does not tolerate the Taint.
message Taint {
// Required. The taint key to be applied to a node.
// +patchMergeKey=key
diff --git a/staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go b/staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go
index a702310fb45..6f5e54f8968 100644
--- a/staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go
+++ b/staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go
@@ -1936,7 +1936,7 @@ func (TCPSocketAction) SwaggerDoc() map[string]string {
}
var map_Taint = map[string]string{
- "": "The node this Taint is attached to has the effect \"effect\" on any pod that that does not tolerate the Taint.",
+ "": "The node this Taint is attached to has the \"effect\" on any pod that does not tolerate the Taint.",
"key": "Required. The taint key to be applied to a node.",
"value": "Required. The taint value corresponding to the taint key.",
"effect": "Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.",