Package org.cdk8s.plus24.k8s
Interface HostPortRangeV1Beta1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
HostPortRangeV1Beta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.79.0 (build b22f628)", date="2023-03-31T02:28:41.805Z") @Stability(Stable) public interface HostPortRangeV1Beta1 extends software.amazon.jsii.JsiiSerializable
HostPortRange defines a range of host ports that will be enabled by a policy for pods to use.It requires both the start and end to be defined.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
HostPortRangeV1Beta1.Builder
A builder forHostPortRangeV1Beta1
static class
HostPortRangeV1Beta1.Jsii$Proxy
An implementation forHostPortRangeV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static HostPortRangeV1Beta1.Builder
builder()
Number
getMax()
max is the end of the range, inclusive.Number
getMin()
min is the start of the range, inclusive.
-
-
-
Method Detail
-
getMax
@Stability(Stable) @NotNull Number getMax()
max is the end of the range, inclusive.
-
getMin
@Stability(Stable) @NotNull Number getMin()
min is the start of the range, inclusive.
-
builder
@Stability(Stable) static HostPortRangeV1Beta1.Builder builder()
- Returns:
- a
HostPortRangeV1Beta1.Builder
ofHostPortRangeV1Beta1
-
-