Package org.cdk8s.plus20
Interface ServiceIngressV1BetaBackendOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ServiceIngressV1BetaBackendOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-26T09:02:10.554Z") @Stability(Stable) public interface ServiceIngressV1BetaBackendOptions extends software.amazon.jsii.JsiiSerializable
Options for setting up backends for ingress rules.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classServiceIngressV1BetaBackendOptions.BuilderA builder forServiceIngressV1BetaBackendOptionsstatic classServiceIngressV1BetaBackendOptions.Jsii$ProxyAn implementation forServiceIngressV1BetaBackendOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ServiceIngressV1BetaBackendOptions.Builderbuilder()default NumbergetPort()The port to use to access the service.
-
-
-
Method Detail
-
getPort
@Stability(Stable) @Nullable default Number getPort()
The port to use to access the service.- This option will fail if the service does not expose any ports.
- If the service exposes multiple ports, this option must be specified.
- If the service exposes a single port, this option is optional and if specified, it must be the same port exposed by the service.
Default: - if the service exposes a single port, this port will be used.
-
builder
@Stability(Stable) static ServiceIngressV1BetaBackendOptions.Builder builder()
-
-