Uses of Class
io.fabric8.kubernetes.api.model.extensions.IngressTLS
-
-
Uses of IngressTLS in io.fabric8.kubernetes.api.model.extensions
Methods in io.fabric8.kubernetes.api.model.extensions that return IngressTLS Modifier and Type Method Description IngressTLSIngressTLSBuilder. build()IngressTLSIngressSpecFluent. buildFirstTl()IngressTLSIngressSpecFluent. buildLastTl()IngressTLSIngressSpecFluent. buildMatchingTl(Predicate<IngressTLSBuilder> predicate)IngressTLSIngressSpecFluent. buildTl(int index)Methods in io.fabric8.kubernetes.api.model.extensions that return types with arguments of type IngressTLS Modifier and Type Method Description List<IngressTLS>IngressSpecFluent. buildTls()List<IngressTLS>IngressSpec. getTls()Methods in io.fabric8.kubernetes.api.model.extensions with parameters of type IngressTLS Modifier and Type Method Description IngressSpecFluent.TlsNested<A>IngressSpecFluent. addNewTlLike(IngressTLS item)AIngressSpecFluent. addToTls(int index, IngressTLS item)AIngressSpecFluent. addToTls(IngressTLS... items)protected voidIngressTLSFluent. copyInstance(IngressTLS instance)AIngressSpecFluent. removeFromTls(IngressTLS... items)IngressSpecFluent.TlsNested<A>IngressSpecFluent. setNewTlLike(int index, IngressTLS item)AIngressSpecFluent. setToTls(int index, IngressTLS item)AIngressSpecFluent. withTls(IngressTLS... tls)Method parameters in io.fabric8.kubernetes.api.model.extensions with type arguments of type IngressTLS Modifier and Type Method Description AIngressSpecFluent. addAllToTls(Collection<IngressTLS> items)AIngressSpecFluent. removeAllFromTls(Collection<IngressTLS> items)voidIngressSpec. setTls(List<IngressTLS> tls)AIngressSpecFluent. withTls(List<IngressTLS> tls)Constructors in io.fabric8.kubernetes.api.model.extensions with parameters of type IngressTLS Constructor Description IngressTLSBuilder(IngressTLS instance)IngressTLSBuilder(IngressTLSFluent<?> fluent, IngressTLS instance)IngressTLSFluent(IngressTLS instance)
-