Uses of Class
io.kubernetes.client.openapi.models.V1IngressTLS
Packages that use V1IngressTLS
-
Uses of V1IngressTLS in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1IngressTLSModifier and TypeMethodDescriptionV1IngressTLS.addHostsItem
(String hostsItem) static V1IngressTLS
Create an instance of V1IngressTLS given an JSON stringV1IngressTLS.secretName
(String secretName) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1IngressTLSMethods in io.kubernetes.client.openapi.models with parameters of type V1IngressTLSMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1IngressTLSModifier and TypeMethodDescriptionvoid
V1IngressSpec.setTls
(List<V1IngressTLS> tls) V1IngressSpec.tls
(List<V1IngressTLS> tls)