Uses of Interface
org.cdk8s.plus28.DeploymentExposeViaServiceOptions
-
Packages that use DeploymentExposeViaServiceOptions Package Description org.cdk8s.plus28 cdk8s+ (cdk8s-plus) -
-
Uses of DeploymentExposeViaServiceOptions in org.cdk8s.plus28
Subinterfaces of DeploymentExposeViaServiceOptions in org.cdk8s.plus28 Modifier and Type Interface Description interfaceExposeDeploymentViaIngressOptionsOptions for exposing a deployment via an ingress.Classes in org.cdk8s.plus28 that implement DeploymentExposeViaServiceOptions Modifier and Type Class Description static classDeploymentExposeViaServiceOptions.Jsii$ProxyAn implementation forDeploymentExposeViaServiceOptionsstatic classExposeDeploymentViaIngressOptions.Jsii$ProxyAn implementation forExposeDeploymentViaIngressOptionsMethods in org.cdk8s.plus28 that return DeploymentExposeViaServiceOptions Modifier and Type Method Description DeploymentExposeViaServiceOptionsDeploymentExposeViaServiceOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus28 with parameters of type DeploymentExposeViaServiceOptions Modifier and Type Method Description ServiceDeployment. exposeViaService(DeploymentExposeViaServiceOptions options)Expose a deployment via a service.
-