diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json
index b8fa0e7748..a2dd9539f1 100644
--- a/api/openapi-spec/swagger.json
+++ b/api/openapi-spec/swagger.json
@@ -76513,11 +76513,11 @@
"type": "string"
},
"resourceVersion": {
- "description": "ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec.",
+ "description": "ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.",
"type": "string"
},
"uid": {
- "description": "UID is the metadata.UID of the referenced ConfigMap. This field is currently reqired in Node.Spec.",
+ "description": "UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.",
"type": "string"
}
}
diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json
index 05388e592d..7ac54ed33b 100644
--- a/api/swagger-spec/v1.json
+++ b/api/swagger-spec/v1.json
@@ -18743,11 +18743,11 @@
},
"uid": {
"type": "string",
- "description": "UID is the metadata.UID of the referenced ConfigMap. This field is currently reqired in Node.Spec."
+ "description": "UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status."
},
"resourceVersion": {
"type": "string",
- "description": "ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec."
+ "description": "ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status."
},
"kubeletConfigKey": {
"type": "string",
diff --git a/docs/api-reference/scheduling.k8s.io/v1beta1/definitions.html b/docs/api-reference/scheduling.k8s.io/v1beta1/definitions.html
index f1dd21bda9..4b8adef581 100755
--- a/docs/api-reference/scheduling.k8s.io/v1beta1/definitions.html
+++ b/docs/api-reference/scheduling.k8s.io/v1beta1/definitions.html
@@ -1368,7 +1368,7 @@ Examples: