Class V1CustomResourceSubresources
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1CustomResourceSubresources
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1CustomResourceSubresources
extends Object
CustomResourceSubresources defines the status and scale subresources for CustomResources.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
JSON_PROPERTY_SCALE
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
-
Constructor Details
-
V1CustomResourceSubresources
public V1CustomResourceSubresources()
-
-
Method Details
-
getScale
- Returns:
- the scale property value
-
setScale
Set the scale property value -
scale
Set scale in a chainable fashion.- Returns:
- The same instance of V1CustomResourceSubresources for chaining.
-
getStatus
status indicates the custom resource should serve a `/status` subresource. When enabled: 1. requests to the custom resource primary endpoint ignore changes to the `status` stanza of the object. 2. requests to the custom resource `/status` subresource ignore changes to anything other than the `status` stanza of the object.- Returns:
- the status property value
-
setStatus
Set the status property value -
status
Set status in a chainable fashion.- Returns:
- The same instance of V1CustomResourceSubresources for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-