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