Uses of Class
io.fabric8.kubernetes.api.model.extensions.IngressStatus
-
-
Uses of IngressStatus in io.fabric8.kubernetes.api.model.extensions
Methods in io.fabric8.kubernetes.api.model.extensions that return IngressStatus Modifier and Type Method Description IngressStatusIngressStatusBuilder. build()IngressStatusIngressFluent. buildStatus()IngressStatusIngress. getStatus()Methods in io.fabric8.kubernetes.api.model.extensions 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)IngressFluent.StatusNested<A>IngressFluent. withNewStatusLike(IngressStatus item)AIngressFluent. withStatus(IngressStatus status)Constructors in io.fabric8.kubernetes.api.model.extensions 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)
-