Uses of Class
org.cdk8s.plus23.IngressTls.Builder
-
-
Uses of IngressTls.Builder in org.cdk8s.plus23
Methods in org.cdk8s.plus23 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. secret(ISecret secret)Sets the value ofIngressTls.getSecret()Constructors in org.cdk8s.plus23 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.
-