class Pyrite::ApiextensionsApiserver::Apis::Apiextensions::V1beta1::CustomResourceSubresourceStatus
- Pyrite::ApiextensionsApiserver::Apis::Apiextensions::V1beta1::CustomResourceSubresourceStatus
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
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](PUT/POST/PATCH requests to the custom resource ignore changes to the status stanza)
Defined in:
versions/v1.14/apiextensions_apiserver/apis/apiextensions/v1beta1/custom_resource_subresource_status.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
CustomResourceSubresourceStatus defines how to serve the status subresource for CustomResources.
-
.new(pull : ::JSON::PullParser)
CustomResourceSubresourceStatus defines how to serve the status subresource for CustomResources.
- .new
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
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](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 .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](PUT/POST/PATCH requests to the custom resource ignore changes to the status stanza)