Update CRD subresources doc for 1.11 (#8918)

This commit is contained in:
Nikhita Raghunath
2018-06-11 23:09:27 +05:30
committed by Misty Linville
parent 8f39d37336
commit ec62317b24
@@ -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