Uses of Interface
org.cdk8s.plus25.k8s.IngressTls
-
Packages that use IngressTls Package Description org.cdk8s.plus25.k8s -
-
Uses of IngressTls in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement IngressTls Modifier and Type Class Description static classIngressTls.Jsii$ProxyAn implementation forIngressTlsMethods in org.cdk8s.plus25.k8s that return IngressTls Modifier and Type Method Description IngressTlsIngressTls.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type IngressTls Modifier and Type Method Description default List<IngressTls>IngressSpec. getTls()TLS configuration.List<IngressTls>IngressSpec.Jsii$Proxy. getTls()Method parameters in org.cdk8s.plus25.k8s with type arguments of type IngressTls Modifier and Type Method Description IngressSpec.BuilderIngressSpec.Builder. tls(List<? extends IngressTls> tls)Sets the value ofIngressSpec.getTls()
-