We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452816a commit 2dd74d0Copy full SHA for 2dd74d0
1 file changed
aiohasupervisor/models/resolution.py
@@ -118,6 +118,7 @@ class UnhealthyReason(StrEnum):
118
"""
119
120
DOCKER = "docker"
121
+ DOCKER_GATEWAY_UNPROTECTED = "docker_gateway_unprotected"
122
DUPLICATE_OS_INSTALLATION = "duplicate_os_installation"
123
OSERROR_BAD_MESSAGE = "oserror_bad_message"
124
PRIVILEGED = "privileged"
0 commit comments