Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HostPortRangeV1Beta1

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.

schema

io.k8s.api.policy.v1beta1.HostPortRange

Hierarchy

  • HostPortRangeV1Beta1

Index

Properties

Properties

Readonly max

max: number

max is the end of the range, inclusive.

schema

io.k8s.api.policy.v1beta1.HostPortRange#max

Readonly min

min: number

min is the start of the range, inclusive.

schema

io.k8s.api.policy.v1beta1.HostPortRange#min

Generated using TypeDoc