Interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
PodSecurityPolicySpecFluent.HostPortsNested<N>
- All Known Implementing Classes:
DoneableHostPortRange,HostPortRangeBuilder,HostPortRangeFluentImpl,PodSecurityPolicySpecFluentImpl.HostPortsNestedImpl
public interface HostPortRangeFluent<A extends HostPortRangeFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Details
-
getMax
Integer getMax() -
withMax
-
hasMax
Boolean hasMax() -
withNewMax
-
withNewMax
-
getMin
Integer getMin() -
withMin
-
hasMin
Boolean hasMin() -
withNewMin
-
withNewMin
-