Skip to content

Commit

Permalink
Update CRD subresources doc for 1.11 (#8918)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhita authored and Misty Linville committed Jun 27, 2018
1 parent 14b0d88 commit 58f73c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ When the status subresource is enabled, the `/status` subresource for the custom
- `PUT` requests to the `/status` subresource only validate the status stanza of the custom resource.
- `PUT`/`POST`/`PATCH` requests to the custom resource ignore changes to the status stanza.
- Any changes to the spec stanza increments the value at `.metadata.generation`.
- `Properties` and `Required` are the only constructs allowed in the root of the CRD OpenAPI validation schema.
- `properties`, `required` and `description` are the only constructs allowed in the root of the CRD OpenAPI validation schema.

#### Scale subresource

Expand Down

0 comments on commit 58f73c3

Please sign in to comment.