Uses of Class
org.cdk8s.plus25.k8s.IngressTls.Builder
-
Packages that use IngressTls.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of IngressTls.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return IngressTls.Builder Modifier and Type Method Description static IngressTls.BuilderIngressTls. builder()IngressTls.BuilderIngressTls.Builder. hosts(List<String> hosts)Sets the value ofIngressTls.getHosts()IngressTls.BuilderIngressTls.Builder. secretName(String secretName)Sets the value ofIngressTls.getSecretName()Constructors in org.cdk8s.plus25.k8s with parameters of type IngressTls.Builder Constructor Description Jsii$Proxy(IngressTls.Builder builder)Constructor that initializes the object based on literal property values passed by theIngressTls.Builder.
-