Interface IngressBackendFluent<A extends IngressBackendFluent<A>>

    • Method Detail

      • getResource

        io.fabric8.kubernetes.api.model.TypedLocalObjectReference getResource()
      • withResource

        A withResource​(io.fabric8.kubernetes.api.model.TypedLocalObjectReference resource)
      • hasResource

        Boolean hasResource()
      • getServiceName

        String getServiceName()
      • withServiceName

        A withServiceName​(String serviceName)
      • hasServiceName

        Boolean hasServiceName()
      • withNewServiceName

        A withNewServiceName​(String arg1)
      • withNewServiceName

        A withNewServiceName​(StringBuffer arg1)
      • getServicePort

        @Deprecated
        io.fabric8.kubernetes.api.model.IntOrString getServicePort()
        Deprecated.
        This method has been deprecated, please use method buildServicePort instead.
        Returns:
        The buildable object.
      • buildServicePort

        io.fabric8.kubernetes.api.model.IntOrString buildServicePort()
      • withServicePort

        A withServicePort​(io.fabric8.kubernetes.api.model.IntOrString servicePort)
      • hasServicePort

        Boolean hasServicePort()
      • withNewServicePort

        A withNewServicePort​(String strVal)
      • withNewServicePort

        A withNewServicePort​(Integer intVal)