Kazan v0.4.0 Kazan.Models.Apis.Extensions.V1beta1.IDRange View Source

ID Range provides a min/max of an allowed range of IDs.

OpenAPI Definition: io.k8s.kubernetes.pkg.apis.extensions.v1beta1.IDRange

Properties

  • max :: Integer

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

    • Min is the start of the range, inclusive.