Skip to content

Commit 7b5c406

Browse files
authored
Add disk_lifetime issue type (#150)
1 parent db00a61 commit 7b5c406

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aiohasupervisor/models/resolution.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class IssueType(StrEnum):
5252
DETACHED_ADDON_REMOVED = "detached_addon_removed"
5353
DEVICE_ACCESS_MISSING = "device_access_missing"
5454
DISABLED_DATA_DISK = "disabled_data_disk"
55+
DISK_LIFETIME = "disk_lifetime"
5556
DNS_LOOP = "dns_loop"
5657
DNS_SERVER_FAILED = "dns_server_failed"
5758
DNS_SERVER_IPV6_ERROR = "dns_server_ipv6_error"

0 commit comments

Comments
 (0)