Package org.cdk8s.plus24
Interface ExposeDeploymentViaIngressOptions
-
- All Superinterfaces:
DeploymentExposeViaServiceOptions
,ExposeServiceViaIngressOptions
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ExposeDeploymentViaIngressOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-22T02:29:49.492Z") @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 class
ExposeDeploymentViaIngressOptions.Builder
A builder forExposeDeploymentViaIngressOptions
static class
ExposeDeploymentViaIngressOptions.Jsii$Proxy
An implementation forExposeDeploymentViaIngressOptions
-
Method Summary
Static Methods Modifier and Type Method Description static ExposeDeploymentViaIngressOptions.Builder
builder()
-
Methods inherited from interface org.cdk8s.plus24.DeploymentExposeViaServiceOptions
getName, getPorts, getServiceType
-
Methods inherited from interface org.cdk8s.plus24.ExposeServiceViaIngressOptions
getIngress, getPathType
-
-
-
-
Method Detail
-
builder
@Stability(Stable) static ExposeDeploymentViaIngressOptions.Builder builder()
-
-