Uses of Interface
org.cdk8s.plus24.ExposeServiceViaIngressOptions
-
-
Uses of ExposeServiceViaIngressOptions in org.cdk8s.plus24
Subinterfaces of ExposeServiceViaIngressOptions in org.cdk8s.plus24 Modifier and Type Interface Description interfaceExposeDeploymentViaIngressOptionsOptions for exposing a deployment via an ingress.Classes in org.cdk8s.plus24 that implement ExposeServiceViaIngressOptions Modifier and Type Class Description static classExposeDeploymentViaIngressOptions.Jsii$ProxyAn implementation forExposeDeploymentViaIngressOptionsstatic classExposeServiceViaIngressOptions.Jsii$ProxyAn implementation forExposeServiceViaIngressOptionsMethods in org.cdk8s.plus24 that return ExposeServiceViaIngressOptions Modifier and Type Method Description ExposeServiceViaIngressOptionsExposeServiceViaIngressOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus24 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.
-