Uses of Interface
org.cdk8s.plus22.IngressTls
-
-
Uses of IngressTls in org.cdk8s.plus22
Classes in org.cdk8s.plus22 that implement IngressTls Modifier and Type Class Description static classIngressTls.Jsii$ProxyAn implementation forIngressTlsMethods in org.cdk8s.plus22 that return IngressTls Modifier and Type Method Description IngressTlsIngressTls.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus22 that return types with arguments of type IngressTls Modifier and Type Method Description default List<IngressTls>IngressProps. getTls()TLS settings for this ingress.List<IngressTls>IngressProps.Jsii$Proxy. getTls()Method parameters in org.cdk8s.plus22 with type arguments of type IngressTls Modifier and Type Method Description voidIngress. addTls(List<IngressTls> tls)Ingress.BuilderIngress.Builder. tls(List<? extends IngressTls> tls)TLS settings for this ingress.IngressProps.BuilderIngressProps.Builder. tls(List<? extends IngressTls> tls)Sets the value ofIngressProps.getTls()
-