Uses of Class
org.cdk8s.plus23.ExposeServiceViaIngressOptions.Builder
-
-
Uses of ExposeServiceViaIngressOptions.Builder in org.cdk8s.plus23
Methods in org.cdk8s.plus23 that return ExposeServiceViaIngressOptions.Builder Modifier and Type Method Description static ExposeServiceViaIngressOptions.BuilderExposeServiceViaIngressOptions. builder()ExposeServiceViaIngressOptions.BuilderExposeServiceViaIngressOptions.Builder. ingress(Ingress ingress)Sets the value ofExposeServiceViaIngressOptions.getIngress()ExposeServiceViaIngressOptions.BuilderExposeServiceViaIngressOptions.Builder. pathType(HttpIngressPathType pathType)Sets the value ofExposeServiceViaIngressOptions.getPathType()Constructors in org.cdk8s.plus23 with parameters of type ExposeServiceViaIngressOptions.Builder Constructor Description Jsii$Proxy(ExposeServiceViaIngressOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theExposeServiceViaIngressOptions.Builder.
-