daemonmanager

package
v0.0.0-...-b702281 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DaemonManager

type DaemonManager interface {
	GetManagedDaemon() *md.ManagedDaemon
	CreateDaemonTask() (*apitask.Task, error)
	// Returns true if the Daemon image is found on this host, false otherwise.
	// Error is returned when something goes wrong when looking for the image.
	ImageExists() (bool, error)
	LoadImage(ctx context.Context, dockerClient dockerapi.DockerClient) (*types.ImageInspect, error)
	IsLoaded(dockerClient dockerapi.DockerClient) (bool, error)
}

func NewDaemonManager

func NewDaemonManager(manageddaemon *md.ManagedDaemon) DaemonManager

Directories

Path Synopsis
Package mock_daemonmanager is a generated GoMock package.
Package mock_daemonmanager is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL