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.69.0 (build f656c31)", date="2022-10-06T02:54:45.796Z") @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 classHostPortRangeV1Beta1.BuilderA builder forHostPortRangeV1Beta1static classHostPortRangeV1Beta1.Jsii$ProxyAn implementation forHostPortRangeV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static HostPortRangeV1Beta1.Builderbuilder()NumbergetMax()max is the end of the range, inclusive.NumbergetMin()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.BuilderofHostPortRangeV1Beta1
-
-