Uses of Class
org.cdk8s.plus25.ExposeServiceViaIngressOptions.Builder
-
Packages that use ExposeServiceViaIngressOptions.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of ExposeServiceViaIngressOptions.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 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.plus25 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.
-