Skip to content

Commit 2dd74d0

Browse files
authored
Add Docker gateway unprotected unhealthy reason (#296)
1 parent 452816a commit 2dd74d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

aiohasupervisor/models/resolution.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ class UnhealthyReason(StrEnum):
118118
"""
119119

120120
DOCKER = "docker"
121+
DOCKER_GATEWAY_UNPROTECTED = "docker_gateway_unprotected"
121122
DUPLICATE_OS_INSTALLATION = "duplicate_os_installation"
122123
OSERROR_BAD_MESSAGE = "oserror_bad_message"
123124
PRIVILEGED = "privileged"

0 commit comments

Comments
 (0)