CustomResourceSubresourceStatus [api_object]ai-synthesized · conf 0.82
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
A CustomResourceSubresourceStatus is a subresource that defines the status of a custom resource.
Why it matters CustomResourceSubresourceStatuses allow for the management and monitoring of custom resources.
Key facts - Defined in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceStatus - Used to manage status of custom resources