Options
All
  • Public
  • Public/Protected
  • All
Menu

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

schema

io.k8s.api.policy.v1beta1.IDRange

Hierarchy

  • IdRangeV1Beta1

Index

Properties

Properties

Readonly max

max: number

max is the end of the range, inclusive.

schema

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

Readonly min

min: number

min is the start of the range, inclusive.

schema

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

Generated using TypeDoc