Uses of Class
io.fabric8.kubernetes.api.model.networking.v1beta1.IngressSpec
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.networking.v1beta1 |
-
Uses of IngressSpec in io.fabric8.kubernetes.api.model.networking.v1beta1
Methods in io.fabric8.kubernetes.api.model.networking.v1beta1 that return IngressSpec Modifier and Type Method Description IngressSpecIngressSpecBuilder. build()IngressSpecIngressFluent. buildSpec()IngressSpecIngressFluentImpl. buildSpec()IngressSpecDoneableIngressSpec. done()IngressSpecIngress. getSpec()IngressSpecIngressFluent. getSpec()Deprecated.IngressSpecIngressFluentImpl. getSpec()Deprecated.Methods in io.fabric8.kubernetes.api.model.networking.v1beta1 with parameters of type IngressSpec Modifier and Type Method Description IngressFluent.SpecNested<A>IngressFluent. editOrNewSpecLike(IngressSpec item)IngressFluent.SpecNested<A>IngressFluentImpl. editOrNewSpecLike(IngressSpec item)voidIngress. setSpec(IngressSpec spec)IngressFluent.SpecNested<A>IngressFluent. withNewSpecLike(IngressSpec item)IngressFluent.SpecNested<A>IngressFluentImpl. withNewSpecLike(IngressSpec item)AIngressFluent. withSpec(IngressSpec spec)AIngressFluentImpl. withSpec(IngressSpec spec)Constructors in io.fabric8.kubernetes.api.model.networking.v1beta1 with parameters of type IngressSpec Constructor Description DoneableIngressSpec(IngressSpec item)DoneableIngressSpec(IngressSpec item, io.fabric8.kubernetes.api.builder.Function<IngressSpec,IngressSpec> function)Ingress(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, IngressSpec spec, IngressStatus status)IngressSpecBuilder(IngressSpec instance)IngressSpecBuilder(IngressSpecFluent<?> fluent, IngressSpec instance)IngressSpecBuilder(IngressSpecFluent<?> fluent, IngressSpec instance, Boolean validationEnabled)IngressSpecBuilder(IngressSpec instance, Boolean validationEnabled)IngressSpecFluentImpl(IngressSpec instance)Constructor parameters in io.fabric8.kubernetes.api.model.networking.v1beta1 with type arguments of type IngressSpec Constructor Description DoneableIngressSpec(io.fabric8.kubernetes.api.builder.Function<IngressSpec,IngressSpec> function)DoneableIngressSpec(io.fabric8.kubernetes.api.builder.Function<IngressSpec,IngressSpec> function)DoneableIngressSpec(IngressSpec item, io.fabric8.kubernetes.api.builder.Function<IngressSpec,IngressSpec> function)DoneableIngressSpec(IngressSpec item, io.fabric8.kubernetes.api.builder.Function<IngressSpec,IngressSpec> function)