Uses of Class
io.fabric8.kubernetes.api.model.networking.v1.IngressSpec
-
Packages that use IngressSpec Package Description io.fabric8.kubernetes.api.model.networking.v1 -
-
Uses of IngressSpec in io.fabric8.kubernetes.api.model.networking.v1
Methods in io.fabric8.kubernetes.api.model.networking.v1 that return IngressSpec Modifier and Type Method Description IngressSpecIngressSpecBuilder. build()IngressSpecIngressFluent. buildSpec()IngressSpecIngress. getSpec()Methods in io.fabric8.kubernetes.api.model.networking.v1 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.networking.v1 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)
-