Package org.cdk8s.plus20
Interface ExposeDeploymentViaIngressOptions
-
- All Superinterfaces:
ExposeDeploymentViaServiceOptions,ExposeServiceViaIngressOptions,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ExposeDeploymentViaIngressOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-26T09:02:10.470Z") @Stability(Stable) public interface ExposeDeploymentViaIngressOptions extends software.amazon.jsii.JsiiSerializable, ExposeDeploymentViaServiceOptions, 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.plus20.ExposeDeploymentViaServiceOptions
getName, getPort, getProtocol, getServiceType, getTargetPort
-
Methods inherited from interface org.cdk8s.plus20.ExposeServiceViaIngressOptions
getIngress
-
-
-
-
Method Detail
-
builder
@Stability(Stable) static ExposeDeploymentViaIngressOptions.Builder builder()
-
-