Add UNDEFINED versionins status

Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
Andrey Berezin 2023-08-04 14:19:49 +03:00
parent e4878f4d1e
commit d28f3cdc28
2 changed files with 4 additions and 0 deletions

View file

@ -15,6 +15,7 @@ def _make_objs_dict(key_names):
class VersioningStatus(HumanReadableEnum):
UNDEFINED = None
ENABLED = "Enabled"
SUSPENDED = "Suspended"