Skip to content

Commit 3c5657e

Browse files
nikhitak8s-ci-robot
authored andcommitted
Update CRD subresources doc for 1.11 (#8918)
1 parent 56334c0 commit 3c5657e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ When the status subresource is enabled, the `/status` subresource for the custom
354354
- `PUT` requests to the `/status` subresource only validate the status stanza of the custom resource.
355355
- `PUT`/`POST`/`PATCH` requests to the custom resource ignore changes to the status stanza.
356356
- Any changes to the spec stanza increments the value at `.metadata.generation`.
357-
- `Properties` and `Required` are the only constructs allowed in the root of the CRD OpenAPI validation schema.
357+
- `properties`, `required` and `description` are the only constructs allowed in the root of the CRD OpenAPI validation schema.
358358

359359
#### Scale subresource
360360

0 commit comments

Comments
 (0)