Uses of Class
org.cdk8s.plus20.IngressV1Beta1Props.Builder
-
-
Uses of IngressV1Beta1Props.Builder in org.cdk8s.plus20
Methods in org.cdk8s.plus20 that return IngressV1Beta1Props.Builder Modifier and Type Method Description static IngressV1Beta1Props.BuilderIngressV1Beta1Props. builder()IngressV1Beta1Props.BuilderIngressV1Beta1Props.Builder. defaultBackend(IngressV1Beta1Backend defaultBackend)Sets the value ofIngressV1Beta1Props.getDefaultBackend()IngressV1Beta1Props.BuilderIngressV1Beta1Props.Builder. metadata(org.cdk8s.ApiObjectMetadata metadata)Sets the value ofResourceProps.getMetadata()IngressV1Beta1Props.BuilderIngressV1Beta1Props.Builder. rules(List<? extends IngressV1Beta1Rule> rules)Sets the value ofIngressV1Beta1Props.getRules()IngressV1Beta1Props.BuilderIngressV1Beta1Props.Builder. tls(List<? extends IngressV1Beta1Tls> tls)Sets the value ofIngressV1Beta1Props.getTls()Constructors in org.cdk8s.plus20 with parameters of type IngressV1Beta1Props.Builder Constructor Description Jsii$Proxy(IngressV1Beta1Props.Builder builder)Constructor that initializes the object based on literal property values passed by theIngressV1Beta1Props.Builder.
-