Class IngressClassSpec.Builder

  • Enclosing class:
    IngressClassSpec

    public static class IngressClassSpec.Builder
    extends java.lang.Object
    • Method Detail

      • controller

        public IngressClassSpec.Builder controller​(java.lang.String controller)
        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:
        this.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object