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.
io.k8s.api.policy.v1beta1.HostPortRange
max is the end of the range, inclusive.
io.k8s.api.policy.v1beta1.HostPortRange#max
min is the start of the range, inclusive.
io.k8s.api.policy.v1beta1.HostPortRange#min
Generated using TypeDoc
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.
io.k8s.api.policy.v1beta1.HostPortRange