Uses of Interface
org.cdk8s.plus25.ExposeServiceViaIngressOptions
-
Packages that use ExposeServiceViaIngressOptions Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of ExposeServiceViaIngressOptions in org.cdk8s.plus25
Subinterfaces of ExposeServiceViaIngressOptions in org.cdk8s.plus25 Modifier and Type Interface Description interfaceExposeDeploymentViaIngressOptionsOptions for exposing a deployment via an ingress.Classes in org.cdk8s.plus25 that implement ExposeServiceViaIngressOptions Modifier and Type Class Description static classExposeDeploymentViaIngressOptions.Jsii$ProxyAn implementation forExposeDeploymentViaIngressOptionsstatic classExposeServiceViaIngressOptions.Jsii$ProxyAn implementation forExposeServiceViaIngressOptionsMethods in org.cdk8s.plus25 that return ExposeServiceViaIngressOptions Modifier and Type Method Description ExposeServiceViaIngressOptionsExposeServiceViaIngressOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 with parameters of type ExposeServiceViaIngressOptions Modifier and Type Method Description IngressService. exposeViaIngress(String path, ExposeServiceViaIngressOptions options)Expose a service via an ingress using the specified path.
-