Skip to content

Commit be9be27

Browse files
authored
Add issue and suggestion types for addon boot fail (#26)
1 parent 1c0f485 commit be9be27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

aiohasupervisor/models/resolution.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ class SuggestionType(StrEnum):
2020
ADOPT_DATA_DISK = "adopt_data_disk"
2121
CLEAR_FULL_BACKUP = "clear_full_backup"
2222
CREATE_FULL_BACKUP = "create_full_backup"
23+
DISABLE_BOOT = "disable_boot"
2324
EXECUTE_INTEGRITY = "execute_integrity"
2425
EXECUTE_REBOOT = "execute_reboot"
2526
EXECUTE_REBUILD = "execute_rebuild"
2627
EXECUTE_RELOAD = "execute_reload"
2728
EXECUTE_REMOVE = "execute_remove"
2829
EXECUTE_REPAIR = "execute_repair"
2930
EXECUTE_RESET = "execute_reset"
31+
EXECUTE_START = "execute_start"
3032
EXECUTE_STOP = "execute_stop"
3133
EXECUTE_UPDATE = "execute_update"
3234
REGISTRY_LOGIN = "registry_login"
@@ -41,6 +43,7 @@ class IssueType(StrEnum):
4143
in this list parsed as strings on older versions of the client.
4244
"""
4345

46+
BOOT_FAIL = "boot_fail"
4447
CORRUPT_DOCKER = "corrupt_docker"
4548
CORRUPT_REPOSITORY = "corrupt_repository"
4649
CORRUPT_FILESYSTEM = "corrupt_filesystem"

0 commit comments

Comments
 (0)