Add support for Healthchecks to monitor Diun watcher (#78)

This commit is contained in:
CrazyMax
2020-10-13 22:23:05 +02:00
committed by GitHub
parent e4f8ee2eed
commit 0f17ed12c1
15 changed files with 217 additions and 20 deletions

View File

@@ -24,6 +24,7 @@ const (
ImageStatusNew = ImageStatus("new")
ImageStatusUpdate = ImageStatus("update")
ImageStatusUnchange = ImageStatus("unchange")
ImageStatusError = ImageStatus("error")
)
// ImageStatus holds Docker image status analysis