Skip to content

Commit

Permalink
Add issue and suggestion types for addon boot fail (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdegat01 authored Nov 5, 2024
1 parent 1c0f485 commit be9be27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aiohasupervisor/models/resolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ class SuggestionType(StrEnum):
ADOPT_DATA_DISK = "adopt_data_disk"
CLEAR_FULL_BACKUP = "clear_full_backup"
CREATE_FULL_BACKUP = "create_full_backup"
DISABLE_BOOT = "disable_boot"
EXECUTE_INTEGRITY = "execute_integrity"
EXECUTE_REBOOT = "execute_reboot"
EXECUTE_REBUILD = "execute_rebuild"
EXECUTE_RELOAD = "execute_reload"
EXECUTE_REMOVE = "execute_remove"
EXECUTE_REPAIR = "execute_repair"
EXECUTE_RESET = "execute_reset"
EXECUTE_START = "execute_start"
EXECUTE_STOP = "execute_stop"
EXECUTE_UPDATE = "execute_update"
REGISTRY_LOGIN = "registry_login"
Expand All @@ -41,6 +43,7 @@ class IssueType(StrEnum):
in this list parsed as strings on older versions of the client.
"""

BOOT_FAIL = "boot_fail"
CORRUPT_DOCKER = "corrupt_docker"
CORRUPT_REPOSITORY = "corrupt_repository"
CORRUPT_FILESYSTEM = "corrupt_filesystem"
Expand Down

0 comments on commit be9be27

Please sign in to comment.