Uses of Class
io.fabric8.kubernetes.api.model.networking.v1.IngressSpecFluent.TlsNested
-
Packages that use IngressSpecFluent.TlsNested Package Description io.fabric8.kubernetes.api.model.networking.v1 -
-
Uses of IngressSpecFluent.TlsNested in io.fabric8.kubernetes.api.model.networking.v1
Methods in io.fabric8.kubernetes.api.model.networking.v1 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)
-