Show note in console when image is being pulled, show pull status to admins

This commit is contained in:
Dane Everitt
2020-09-12 21:37:48 -07:00
parent 3ee76ea2bc
commit be49e08f4f
3 changed files with 42 additions and 5 deletions

View File

@@ -6,9 +6,12 @@ import (
)
const (
ConsoleOutputEvent = "console output"
StateChangeEvent = "state change"
ResourceEvent = "resources"
ConsoleOutputEvent = "console output"
StateChangeEvent = "state change"
ResourceEvent = "resources"
DockerImagePullStarted = "docker image pull started"
DockerImagePullStatus = "docker image pull status"
DockerImagePullCompleted = "docker image pull completed"
)
const (