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 Details

  • Constructor Details

    • V1CustomResourceSubresources

      public V1CustomResourceSubresources()
  • Method Details

    • getScale

      Returns:
      the scale property value
    • setScale

      public void setScale(V1CustomResourceSubresourceScale scale)
      Set the scale property value
    • scale

      Set scale in a chainable fashion.
      Returns:
      The same instance of V1CustomResourceSubresources for chaining.
    • getStatus

      public Object 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

      public void setStatus(Object status)
      Set the status property value
    • status

      public V1CustomResourceSubresources status(Object status)
      Set status in a chainable fashion.
      Returns:
      The same instance of V1CustomResourceSubresources for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object