Uses of Class
io.fabric8.kubernetes.api.model.extensions.IngressSpecFluent.TlsNested
-
-
Uses of IngressSpecFluent.TlsNested in io.fabric8.kubernetes.api.model.extensions
Methods in io.fabric8.kubernetes.api.model.extensions that return IngressSpecFluent.TlsNested Modifier and Type Method Description IngressSpecFluent.TlsNested<A>IngressSpecFluent. addNewTl()IngressSpecFluent.TlsNested<A>IngressSpecFluent. addNewTlLike(IngressTLS item)IngressSpecFluent.TlsNested<A>IngressSpecFluent. editFirstTl()IngressSpecFluent.TlsNested<A>IngressSpecFluent. editLastTl()IngressSpecFluent.TlsNested<A>IngressSpecFluent. editMatchingTl(Predicate<IngressTLSBuilder> predicate)IngressSpecFluent.TlsNested<A>IngressSpecFluent. editTl(int index)IngressSpecFluent.TlsNested<A>IngressSpecFluent. setNewTlLike(int index, IngressTLS item)
-