Uses of Class
org.cdk8s.plus20.IngressV1Beta1Tls.Builder
-
-
Uses of IngressV1Beta1Tls.Builder in org.cdk8s.plus20
Methods in org.cdk8s.plus20 that return IngressV1Beta1Tls.Builder Modifier and Type Method Description static IngressV1Beta1Tls.BuilderIngressV1Beta1Tls. builder()IngressV1Beta1Tls.BuilderIngressV1Beta1Tls.Builder. hosts(List<String> hosts)Sets the value ofIngressV1Beta1Tls.getHosts()IngressV1Beta1Tls.BuilderIngressV1Beta1Tls.Builder. secret(ISecret secret)Sets the value ofIngressV1Beta1Tls.getSecret()Constructors in org.cdk8s.plus20 with parameters of type IngressV1Beta1Tls.Builder Constructor Description Jsii$Proxy(IngressV1Beta1Tls.Builder builder)Constructor that initializes the object based on literal property values passed by theIngressV1Beta1Tls.Builder.
-