Uses of Class
io.fabric8.openshift.api.model.config.v1.IngressStatus
-
Packages that use IngressStatus Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of IngressStatus in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return IngressStatus Modifier and Type Method Description IngressStatusIngressStatusBuilder. build()IngressStatusIngressFluent. buildStatus()IngressStatusIngress. getStatus()Ingress holds cluster-wide information about ingress, including the default ingress domain used for routes.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type IngressStatus Modifier and Type Method Description protected voidIngressStatusFluent. copyInstance(IngressStatus instance)IngressFluent.StatusNested<A>IngressFluent. editOrNewStatusLike(IngressStatus item)voidIngress. setStatus(IngressStatus status)Ingress holds cluster-wide information about ingress, including the default ingress domain used for routes.IngressFluent.StatusNested<A>IngressFluent. withNewStatusLike(IngressStatus item)AIngressFluent. withStatus(IngressStatus status)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type IngressStatus Constructor Description Ingress(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, IngressSpec spec, IngressStatus status)IngressStatusBuilder(IngressStatus instance)IngressStatusBuilder(IngressStatusFluent<?> fluent, IngressStatus instance)IngressStatusFluent(IngressStatus instance)
-