mirror of
https://github.com/containers/podman.git
synced 2025-06-23 10:38:20 +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:
@ -184,7 +184,7 @@ type ContainerBasicConfig struct {
|
||||
// Optional.
|
||||
EnvSecrets map[string]string `json:"secret_env,omitempty"`
|
||||
// InitContainerType describes if this container is an init container
|
||||
// and if so, what type: always or oneshot
|
||||
// and if so, what type: always or once
|
||||
InitContainerType string `json:"init_container_type"`
|
||||
// Personality allows users to configure different execution domains.
|
||||
// Execution domains tell Linux how to map signal numbers into signal actions.
|
||||
|
Reference in New Issue
Block a user