mirror of
https://github.com/containers/podman.git
synced 2025-09-10 15:23:17 +08:00
Merge pull request #14272 from Luap99/completion2
shell completion: use more constants in the code
This commit is contained in:
@ -98,6 +98,8 @@ type Type string
|
||||
// Status describes the actual event action (stop, start, create, kill)
|
||||
type Status string
|
||||
|
||||
// When updating this list below please also update the shell completion list in
|
||||
// cmd/podman/common/completion.go and the StringToXXX function in events.go.
|
||||
const (
|
||||
// Container - event is related to containers
|
||||
Container Type = "container"
|
||||
|
Reference in New Issue
Block a user