Class V1beta1Apiextensions.CustomResourceSubresourceStatus

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.kubernetes.client.proto.V1beta1Apiextensions.CustomResourceSubresourceStatus
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, V1beta1Apiextensions.CustomResourceSubresourceStatusOrBuilder, Serializable
Enclosing class:
V1beta1Apiextensions

public static final class V1beta1Apiextensions.CustomResourceSubresourceStatus extends com.google.protobuf.GeneratedMessageV3 implements V1beta1Apiextensions.CustomResourceSubresourceStatusOrBuilder
 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
 
Protobuf type k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresourceStatus
See Also: