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()Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend.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)Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend.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)
-