Package org.cdk8s.plus25
Interface ExposeDeploymentViaIngressOptions
-
- All Superinterfaces:
DeploymentExposeViaServiceOptions,ExposeServiceViaIngressOptions,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ExposeDeploymentViaIngressOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.283Z") @Stability(Stable) public interface ExposeDeploymentViaIngressOptions extends software.amazon.jsii.JsiiSerializable, DeploymentExposeViaServiceOptions, ExposeServiceViaIngressOptions
Options for exposing a deployment via an ingress.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classExposeDeploymentViaIngressOptions.BuilderA builder forExposeDeploymentViaIngressOptionsstatic classExposeDeploymentViaIngressOptions.Jsii$ProxyAn implementation forExposeDeploymentViaIngressOptions
-
Method Summary
Static Methods Modifier and Type Method Description static ExposeDeploymentViaIngressOptions.Builderbuilder()-
Methods inherited from interface org.cdk8s.plus25.DeploymentExposeViaServiceOptions
getName, getPorts, getServiceType
-
Methods inherited from interface org.cdk8s.plus25.ExposeServiceViaIngressOptions
getIngress, getPathType
-
-
-
-
Method Detail
-
builder
@Stability(Stable) static ExposeDeploymentViaIngressOptions.Builder builder()
-
-