Class V1CustomResourceValidation

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1CustomResourceValidation

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1CustomResourceValidation extends Object
CustomResourceValidation is a list of validation methods for CustomResources.
  • Field Details

  • Constructor Details

    • V1CustomResourceValidation

      public V1CustomResourceValidation()
  • Method Details

    • getOpenAPIV3Schema

      public V1JSONSchemaProps getOpenAPIV3Schema()
      Returns:
      the openAPIV3Schema property value
    • setOpenAPIV3Schema

      public void setOpenAPIV3Schema(V1JSONSchemaProps openAPIV3Schema)
      Set the openAPIV3Schema property value
    • openAPIV3Schema

      public V1CustomResourceValidation openAPIV3Schema(V1JSONSchemaProps openAPIV3Schema)
      Set openAPIV3Schema in a chainable fashion.
      Returns:
      The same instance of V1CustomResourceValidation 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