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