Kazan v0.9.0 Kazan.Apis.Policy.V1beta1.IDRange View Source

IDRange provides a min/max of an allowed range of IDs.

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

Properties

  • max :: Integer

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

    • min is the start of the range, inclusive.