Uses of Interface
org.cdk8s.plus20.IngressV1Beta1Tls
-
-
Uses of IngressV1Beta1Tls in org.cdk8s.plus20
Classes in org.cdk8s.plus20 that implement IngressV1Beta1Tls Modifier and Type Class Description static classIngressV1Beta1Tls.Jsii$ProxyAn implementation forIngressV1Beta1TlsMethods in org.cdk8s.plus20 that return IngressV1Beta1Tls Modifier and Type Method Description IngressV1Beta1TlsIngressV1Beta1Tls.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus20 that return types with arguments of type IngressV1Beta1Tls Modifier and Type Method Description default List<IngressV1Beta1Tls>IngressV1Beta1Props. getTls()TLS settings for this ingress.List<IngressV1Beta1Tls>IngressV1Beta1Props.Jsii$Proxy. getTls()Method parameters in org.cdk8s.plus20 with type arguments of type IngressV1Beta1Tls Modifier and Type Method Description voidIngressV1Beta1. addTls(List<IngressV1Beta1Tls> tls)IngressV1Beta1.BuilderIngressV1Beta1.Builder. tls(List<? extends IngressV1Beta1Tls> tls)TLS settings for this ingress.IngressV1Beta1Props.BuilderIngressV1Beta1Props.Builder. tls(List<? extends IngressV1Beta1Tls> tls)Sets the value ofIngressV1Beta1Props.getTls()
-