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 interfaceExposeDeploymentViaIngressOptionsOptions for exposing a deployment via an ingress.Classes in org.cdk8s.plus24 that implement DeploymentExposeViaServiceOptions Modifier and Type Class Description static classDeploymentExposeViaServiceOptions.Jsii$ProxyAn implementation forDeploymentExposeViaServiceOptionsstatic classExposeDeploymentViaIngressOptions.Jsii$ProxyAn implementation forExposeDeploymentViaIngressOptionsMethods in org.cdk8s.plus24 that return DeploymentExposeViaServiceOptions Modifier and Type Method Description DeploymentExposeViaServiceOptionsDeploymentExposeViaServiceOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus24 with parameters of type DeploymentExposeViaServiceOptions Modifier and Type Method Description ServiceDeployment. exposeViaService(DeploymentExposeViaServiceOptions options)Expose a deployment via a service.
-