Uses of Class
io.fabric8.kubernetes.api.model.extensions.IngressTLSBuilder
-
-
Uses of IngressTLSBuilder in io.fabric8.kubernetes.api.model.extensions
Methods in io.fabric8.kubernetes.api.model.extensions that return IngressTLSBuilder Modifier and Type Method Description IngressTLSBuilderIngressTLS. edit()IngressTLSBuilderIngressTLS. toBuilder()Method parameters in io.fabric8.kubernetes.api.model.extensions with type arguments of type IngressTLSBuilder Modifier and Type Method Description IngressTLSIngressSpecFluent. buildMatchingTl(Predicate<IngressTLSBuilder> predicate)IngressSpecFluent.TlsNested<A>IngressSpecFluent. editMatchingTl(Predicate<IngressTLSBuilder> predicate)booleanIngressSpecFluent. hasMatchingTl(Predicate<IngressTLSBuilder> predicate)AIngressSpecFluent. removeMatchingFromTls(Predicate<IngressTLSBuilder> predicate)
-