python/kubernetes/docs/V1beta1IDRange.md
Nabarun Pal c55930bb50
Generate updated client 18.0.0-snapshot
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-06-09 21:07:31 +05:30

475 B

V1beta1IDRange

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

Properties

Name Type Description Notes
max int max is the end of the range, inclusive.
min int min is the start of the range, inclusive.

[Back to Model list] [Back to API list] [Back to README]