Kazan v0.11.0 Kazan.Apis.Policy.V1beta1.HostPortRange View Source

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.

OpenAPI Definition: io.k8s.api.policy.v1beta1.HostPortRange

Properties

  • max :: Integer

    • max is the end of the range, inclusive.
  • min :: Integer

    • min is the start of the range, inclusive.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Policy.V1beta1.HostPortRange{max: integer(), min: integer()}