Uses of Class
io.fabric8.kubernetes.api.model.extensions.IngressSpec
-
-
Uses of IngressSpec in io.fabric8.kubernetes.api.model.extensions
Methods in io.fabric8.kubernetes.api.model.extensions that return IngressSpec Modifier and Type Method Description IngressSpecIngressSpecBuilder. build()IngressSpecIngressFluent. buildSpec()IngressSpecIngress. getSpec()Methods in io.fabric8.kubernetes.api.model.extensions with parameters of type IngressSpec Modifier and Type Method Description protected voidIngressSpecFluent. copyInstance(IngressSpec instance)IngressFluent.SpecNested<A>IngressFluent. editOrNewSpecLike(IngressSpec item)voidIngress. setSpec(IngressSpec spec)IngressFluent.SpecNested<A>IngressFluent. withNewSpecLike(IngressSpec item)AIngressFluent. withSpec(IngressSpec spec)Constructors in io.fabric8.kubernetes.api.model.extensions with parameters of type IngressSpec Constructor Description Ingress(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, IngressSpec spec, IngressStatus status)IngressSpecBuilder(IngressSpec instance)IngressSpecBuilder(IngressSpecFluent<?> fluent, IngressSpec instance)IngressSpecFluent(IngressSpec instance)
-