Uses of Class
io.fabric8.openshift.api.model.operator.v1.IngressControllerStatus
-
Packages that use IngressControllerStatus Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of IngressControllerStatus in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return IngressControllerStatus Modifier and Type Method Description IngressControllerStatusIngressControllerStatusBuilder. build()IngressControllerStatusIngressControllerFluent. buildStatus()IngressControllerStatusIngressControllerFluentImpl. buildStatus()IngressControllerStatusIngressController. getStatus()IngressControllerStatusIngressControllerFluent. getStatus()Deprecated.IngressControllerStatusIngressControllerFluentImpl. getStatus()Deprecated.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type IngressControllerStatus Modifier and Type Method Description IngressControllerFluent.StatusNested<A>IngressControllerFluent. editOrNewStatusLike(IngressControllerStatus item)IngressControllerFluent.StatusNested<A>IngressControllerFluentImpl. editOrNewStatusLike(IngressControllerStatus item)voidIngressController. setStatus(IngressControllerStatus status)IngressControllerFluent.StatusNested<A>IngressControllerFluent. withNewStatusLike(IngressControllerStatus item)IngressControllerFluent.StatusNested<A>IngressControllerFluentImpl. withNewStatusLike(IngressControllerStatus item)AIngressControllerFluent. withStatus(IngressControllerStatus status)AIngressControllerFluentImpl. withStatus(IngressControllerStatus status)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type IngressControllerStatus Constructor Description IngressController(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, IngressControllerSpec spec, IngressControllerStatus status)IngressControllerStatusBuilder(IngressControllerStatus instance)IngressControllerStatusBuilder(IngressControllerStatusFluent<?> fluent, IngressControllerStatus instance)IngressControllerStatusBuilder(IngressControllerStatusFluent<?> fluent, IngressControllerStatus instance, Boolean validationEnabled)IngressControllerStatusBuilder(IngressControllerStatus instance, Boolean validationEnabled)IngressControllerStatusFluentImpl(IngressControllerStatus instance)
-