Documentation
¶
Overview ¶
Package pull provides options for the compose pull command
Index ¶
- func WithIgnoreBuildable() compose.SetComposePullOption
- func WithIgnorePullFailures() compose.SetComposePullOption
- func WithIncludeDeps() compose.SetComposePullOption
- func WithPolicy(policy string) compose.SetComposePullOption
- func WithProfiles(profiles ...string) compose.SetComposePullOption
- func WithQuiet() compose.SetComposePullOption
- func WithServiceNames(names ...string) compose.SetComposePullOption
- func WithWriter(writer io.Writer) compose.SetComposePullOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithIgnoreBuildable ¶
func WithIgnoreBuildable() compose.SetComposePullOption
WithIgnoreBuildable ignores images that can be built
func WithIgnorePullFailures ¶
func WithIgnorePullFailures() compose.SetComposePullOption
WithIgnorePullFailures pulls what it can and ignores images with pull failures
func WithIncludeDeps ¶
func WithIncludeDeps() compose.SetComposePullOption
WithIncludeDeps also pulls services declared as dependencies
func WithPolicy ¶
func WithPolicy(policy string) compose.SetComposePullOption
WithPolicy sets pull policy (e.g. "missing", "always", "never")
func WithProfiles ¶
func WithProfiles(profiles ...string) compose.SetComposePullOption
WithProfiles sets the profiles to activate
func WithQuiet ¶
func WithQuiet() compose.SetComposePullOption
WithQuiet pulls without printing progress information
func WithServiceNames ¶
func WithServiceNames(names ...string) compose.SetComposePullOption
WithServiceNames sets the optional service names (positional args)
func WithWriter ¶
func WithWriter(writer io.Writer) compose.SetComposePullOption
WithWriter sets the writer for stdout/stderr
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.