Uses of Interface
org.cdk8s.plus20.ExposeDeploymentViaServiceOptions
-
-
Uses of ExposeDeploymentViaServiceOptions in org.cdk8s.plus20
Subinterfaces of ExposeDeploymentViaServiceOptions in org.cdk8s.plus20 Modifier and Type Interface Description interfaceExposeDeploymentViaIngressOptionsOptions for exposing a deployment via an ingress.Classes in org.cdk8s.plus20 that implement ExposeDeploymentViaServiceOptions Modifier and Type Class Description static classExposeDeploymentViaIngressOptions.Jsii$ProxyAn implementation forExposeDeploymentViaIngressOptionsstatic classExposeDeploymentViaServiceOptions.Jsii$ProxyAn implementation forExposeDeploymentViaServiceOptionsMethods in org.cdk8s.plus20 that return ExposeDeploymentViaServiceOptions Modifier and Type Method Description ExposeDeploymentViaServiceOptionsExposeDeploymentViaServiceOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus20 with parameters of type ExposeDeploymentViaServiceOptions Modifier and Type Method Description ServiceDeployment. exposeViaService(ExposeDeploymentViaServiceOptions options)Expose a deployment via a service.
-