Kazan v0.9.0 Kazan.Models.ApiextensionsApiserver.Apiextensions.V1beta1.CustomResourceSubresources View Source
CustomResourceSubresources defines the status and scale subresources for CustomResources.
OpenAPI Definition: io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresources
Properties
scale
::Kazan.Models.ApiextensionsApiserver.Apiextensions.V1beta1.CustomResourceSubresourceScale
- Scale denotes the scale subresource for CustomResources
status
::Kazan.Models.ApiextensionsApiserver.Apiextensions.V1beta1.CustomResourceSubresourceStatus
- CustomResourceSubresourceStatus defines how to serve the status subresource for CustomResources. Status is represented by the
.status
JSON path inside of a CustomResource. When set, exposes a /status subresource for the custom resource PUT requests to the /status subresource take a custom resource object, and ignore changes to anything except the status stanza * PUT/POST/PATCH requests to the custom resource ignore changes to the status stanza
- CustomResourceSubresourceStatus defines how to serve the status subresource for CustomResources. Status is represented by the