Interface IngressClassSpecFluent<A extends IngressClassSpecFluent<A>>

    • Method Detail

      • getController

        String getController()
      • withController

        A withController​(String controller)
      • hasController

        Boolean hasController()
      • withNewController

        A withNewController​(String arg1)
      • getParameters

        io.fabric8.kubernetes.api.model.TypedLocalObjectReference getParameters()
      • withParameters

        A withParameters​(io.fabric8.kubernetes.api.model.TypedLocalObjectReference parameters)
      • hasParameters

        Boolean hasParameters()