Uses of Interface
org.cdk8s.plus24.DeploymentExposeViaServiceOptions
-
-
Uses of DeploymentExposeViaServiceOptions in org.cdk8s.plus24
Subinterfaces of DeploymentExposeViaServiceOptions in org.cdk8s.plus24 Modifier and Type Interface Description interface
ExposeDeploymentViaIngressOptions
Options for exposing a deployment via an ingress.Classes in org.cdk8s.plus24 that implement DeploymentExposeViaServiceOptions Modifier and Type Class Description static class
DeploymentExposeViaServiceOptions.Jsii$Proxy
An implementation forDeploymentExposeViaServiceOptions
static class
ExposeDeploymentViaIngressOptions.Jsii$Proxy
An implementation forExposeDeploymentViaIngressOptions
Methods in org.cdk8s.plus24 that return DeploymentExposeViaServiceOptions Modifier and Type Method Description DeploymentExposeViaServiceOptions
DeploymentExposeViaServiceOptions.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24 with parameters of type DeploymentExposeViaServiceOptions Modifier and Type Method Description Service
Deployment. exposeViaService(DeploymentExposeViaServiceOptions options)
Expose a deployment via a service.
-