Class V1IngressClassSpec

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

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1IngressClassSpec extends Object
IngressClassSpec provides information about the class of an Ingress.
  • Field Details

  • Constructor Details

    • V1IngressClassSpec

      public V1IngressClassSpec()
  • Method Details

    • getController

      public String getController()
      controller refers to the name of the controller that should handle this class. This allows for different \"flavors\" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. \"acme.io/ingress-controller\". This field is immutable.
      Returns:
      the controller property value
    • setController

      public void setController(String controller)
      Set the controller property value
    • controller

      public V1IngressClassSpec controller(String controller)
      Set controller in a chainable fashion.
      Returns:
      The same instance of V1IngressClassSpec for chaining.
    • getParameters

      public V1IngressClassParametersReference getParameters()
      Returns:
      the parameters property value
    • setParameters

      public void setParameters(V1IngressClassParametersReference parameters)
      Set the parameters property value
    • parameters

      public V1IngressClassSpec parameters(V1IngressClassParametersReference parameters)
      Set parameters in a chainable fashion.
      Returns:
      The same instance of V1IngressClassSpec 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