Uses of Class
io.fabric8.kubernetes.api.model.networking.v1beta1.IngressTLS
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.networking.v1beta1 |
-
Uses of IngressTLS in io.fabric8.kubernetes.api.model.networking.v1beta1
Methods in io.fabric8.kubernetes.api.model.networking.v1beta1 that return IngressTLS Modifier and Type Method Description IngressTLSIngressTLSBuilder. build()IngressTLSIngressSpecFluent. buildFirstTl()IngressTLSIngressSpecFluentImpl. buildFirstTl()IngressTLSIngressSpecFluent. buildLastTl()IngressTLSIngressSpecFluentImpl. buildLastTl()IngressTLSIngressSpecFluent. buildMatchingTl(io.fabric8.kubernetes.api.builder.Predicate<IngressTLSBuilder> predicate)IngressTLSIngressSpecFluentImpl. buildMatchingTl(io.fabric8.kubernetes.api.builder.Predicate<IngressTLSBuilder> predicate)IngressTLSIngressSpecFluent. buildTl(int index)IngressTLSIngressSpecFluentImpl. buildTl(int index)IngressTLSDoneableIngressTLS. done()Methods in io.fabric8.kubernetes.api.model.networking.v1beta1 that return types with arguments of type IngressTLS Modifier and Type Method Description List<IngressTLS>IngressSpecFluent. buildTls()List<IngressTLS>IngressSpecFluentImpl. buildTls()List<IngressTLS>IngressSpec. getTls()List<IngressTLS>IngressSpecFluent. getTls()Deprecated.List<IngressTLS>IngressSpecFluentImpl. getTls()Deprecated.Methods in io.fabric8.kubernetes.api.model.networking.v1beta1 with parameters of type IngressTLS Modifier and Type Method Description IngressSpecFluent.TlsNested<A>IngressSpecFluent. addNewTlLike(IngressTLS item)IngressSpecFluent.TlsNested<A>IngressSpecFluentImpl. addNewTlLike(IngressTLS item)AIngressSpecFluent. addToTls(int index, IngressTLS item)AIngressSpecFluent. addToTls(IngressTLS... items)AIngressSpecFluentImpl. addToTls(int index, IngressTLS item)AIngressSpecFluentImpl. addToTls(IngressTLS... items)AIngressSpecFluent. removeFromTls(IngressTLS... items)AIngressSpecFluentImpl. removeFromTls(IngressTLS... items)IngressSpecFluent.TlsNested<A>IngressSpecFluent. setNewTlLike(int index, IngressTLS item)IngressSpecFluent.TlsNested<A>IngressSpecFluentImpl. setNewTlLike(int index, IngressTLS item)AIngressSpecFluent. setToTls(int index, IngressTLS item)AIngressSpecFluentImpl. setToTls(int index, IngressTLS item)AIngressSpecFluent. withTls(IngressTLS... tls)AIngressSpecFluentImpl. withTls(IngressTLS... tls)Method parameters in io.fabric8.kubernetes.api.model.networking.v1beta1 with type arguments of type IngressTLS Modifier and Type Method Description AIngressSpecFluent. addAllToTls(Collection<IngressTLS> items)AIngressSpecFluentImpl. addAllToTls(Collection<IngressTLS> items)AIngressSpecFluent. removeAllFromTls(Collection<IngressTLS> items)AIngressSpecFluentImpl. removeAllFromTls(Collection<IngressTLS> items)voidIngressSpec. setTls(List<IngressTLS> tls)AIngressSpecFluent. withTls(List<IngressTLS> tls)AIngressSpecFluentImpl. withTls(List<IngressTLS> tls)Constructors in io.fabric8.kubernetes.api.model.networking.v1beta1 with parameters of type IngressTLS Constructor Description DoneableIngressTLS(IngressTLS item)DoneableIngressTLS(IngressTLS item, io.fabric8.kubernetes.api.builder.Function<IngressTLS,IngressTLS> function)IngressTLSBuilder(IngressTLS instance)IngressTLSBuilder(IngressTLSFluent<?> fluent, IngressTLS instance)IngressTLSBuilder(IngressTLSFluent<?> fluent, IngressTLS instance, Boolean validationEnabled)IngressTLSBuilder(IngressTLS instance, Boolean validationEnabled)IngressTLSFluentImpl(IngressTLS instance)Constructor parameters in io.fabric8.kubernetes.api.model.networking.v1beta1 with type arguments of type IngressTLS Constructor Description DoneableIngressTLS(io.fabric8.kubernetes.api.builder.Function<IngressTLS,IngressTLS> function)DoneableIngressTLS(io.fabric8.kubernetes.api.builder.Function<IngressTLS,IngressTLS> function)DoneableIngressTLS(IngressTLS item, io.fabric8.kubernetes.api.builder.Function<IngressTLS,IngressTLS> function)DoneableIngressTLS(IngressTLS item, io.fabric8.kubernetes.api.builder.Function<IngressTLS,IngressTLS> function)