Uses of Class
org.cdk8s.plus24.k8s.HttpIngressRuleValue.Builder
-
Packages that use HttpIngressRuleValue.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of HttpIngressRuleValue.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return HttpIngressRuleValue.Builder Modifier and Type Method Description static HttpIngressRuleValue.Builder
HttpIngressRuleValue. builder()
HttpIngressRuleValue.Builder
HttpIngressRuleValue.Builder. paths(List<? extends HttpIngressPath> paths)
Sets the value ofHttpIngressRuleValue.getPaths()
Constructors in org.cdk8s.plus24.k8s with parameters of type HttpIngressRuleValue.Builder Constructor Description Jsii$Proxy(HttpIngressRuleValue.Builder builder)
Constructor that initializes the object based on literal property values passed by theHttpIngressRuleValue.Builder
.
-