mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
rename oneshot initcontainers to once
after the init containers pr merged, it was suggested to use `once` instead of `oneshot` containers as it is more aligned with other terminiology used similarily. [NO TESTS NEEDED] Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -34,5 +34,5 @@ const (
|
||||
AlwaysInitContainer = "always"
|
||||
// OneShotInitContainer is a container that only runs as init once
|
||||
// and is then deleted.
|
||||
OneShotInitContainer = "oneshot"
|
||||
OneShotInitContainer = "once"
|
||||
)
|
||||
|
Reference in New Issue
Block a user