Uses of Class
io.fabric8.kubernetes.api.model.networking.v1beta1.IngressStatus
-
Packages that use IngressStatus Package Description io.fabric8.kubernetes.api.model.networking.v1beta1 -
-
Uses of IngressStatus in io.fabric8.kubernetes.api.model.networking.v1beta1
Methods in io.fabric8.kubernetes.api.model.networking.v1beta1 that return IngressStatus Modifier and Type Method Description IngressStatusIngressStatusBuilder. build()IngressStatusIngressFluent. buildStatus()IngressStatusIngress. getStatus()Methods in io.fabric8.kubernetes.api.model.networking.v1beta1 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.networking.v1beta1 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)
-