Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerOptions ¶ added in v0.17.0
type ContainerOptions struct { LazyPull bool NoPullImages []string NoCleanup bool DockerfileImageTemplate string DockerfileImagePush bool }
func (ContainerOptions) ShouldPullImage ¶ added in v0.17.0
func (copts ContainerOptions) ShouldPullImage( ctx context.Context, backend containerbackend.ContainerBackend, image string, ) bool
type TartOptions ¶ added in v0.78.0
type TartOptions struct {
LazyPull bool
}
type VetuOptions ¶ added in v0.108.0
type VetuOptions struct {
LazyPull bool
}
Click to show internal directories.
Click to hide internal directories.