Uses of Interface
io.kubernetes.client.openapi.models.V1IngressSpecFluent.TlsNested
Packages that use V1IngressSpecFluent.TlsNested
-
Uses of V1IngressSpecFluent.TlsNested in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1IngressSpecFluent.TlsNestedModifier and TypeMethodDescriptionV1IngressSpecFluent.addNewTl()
V1IngressSpecFluentImpl.addNewTl()
V1IngressSpecFluent.addNewTlLike
(io.kubernetes.client.openapi.models.V1IngressTLS item) V1IngressSpecFluentImpl.addNewTlLike
(io.kubernetes.client.openapi.models.V1IngressTLS item) V1IngressSpecFluent.editFirstTl()
V1IngressSpecFluentImpl.editFirstTl()
V1IngressSpecFluent.editLastTl()
V1IngressSpecFluentImpl.editLastTl()
V1IngressSpecFluent.editMatchingTl
(Predicate<V1IngressTLSBuilder> predicate) V1IngressSpecFluentImpl.editMatchingTl
(Predicate<V1IngressTLSBuilder> predicate) V1IngressSpecFluent.setNewTlLike
(Integer index, io.kubernetes.client.openapi.models.V1IngressTLS item) V1IngressSpecFluentImpl.setNewTlLike
(Integer index, io.kubernetes.client.openapi.models.V1IngressTLS item)