Kazan v0.11.0 Kazan.Apis.Extensions.V1beta1.IDRange View Source

IDRange provides a min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead.

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

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.Extensions.V1beta1.IDRange{max: integer(), min: integer()}