ignite

package
v0.54.2 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: BSD-3-Clause Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RuntimeName = "ignite"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type IgniteRuntime

type IgniteRuntime struct {
	// contains filtered or unexported fields
}

func (*IgniteRuntime) Config

func (c *IgniteRuntime) Config() runtime.RuntimeConfig

func (*IgniteRuntime) CreateContainer

func (*IgniteRuntime) CreateContainer(_ context.Context, node *types.NodeConfig) (string, error)

func (*IgniteRuntime) CreateNet

func (c *IgniteRuntime) CreateNet(ctx context.Context) error

func (*IgniteRuntime) DeleteContainer

func (c *IgniteRuntime) DeleteContainer(ctx context.Context, containerID string) error

func (*IgniteRuntime) DeleteNet

func (c *IgniteRuntime) DeleteNet(ctx context.Context) error

func (*IgniteRuntime) Exec

func (*IgniteRuntime) ExecNotWait

func (*IgniteRuntime) ExecNotWait(_ context.Context, _ string, _ *exec.ExecCmd) error

func (*IgniteRuntime) GetContainer

func (c *IgniteRuntime) GetContainer(_ context.Context, containerID string) (*runtime.GenericContainer, error)

func (*IgniteRuntime) GetContainerStatus added in v0.32.0

func (*IgniteRuntime) GetContainerStatus(_ context.Context, containerID string) runtime.ContainerStatus

GetContainerStatus retrieves the ContainerStatus of the named container.

func (*IgniteRuntime) GetHostsPath added in v0.27.0

func (*IgniteRuntime) GetHostsPath(context.Context, string) (string, error)

GetHostsPath returns fs path to a file which is mounted as /etc/hosts into a given container no-op for ignite.

func (*IgniteRuntime) GetNSPath

func (c *IgniteRuntime) GetNSPath(ctx context.Context, ctrId string) (string, error)

func (*IgniteRuntime) GetName

func (*IgniteRuntime) GetName() string

func (*IgniteRuntime) Init

func (c *IgniteRuntime) Init(opts ...runtime.RuntimeOption) error

func (*IgniteRuntime) IsHealthy added in v0.51.0

func (c *IgniteRuntime) IsHealthy(_ context.Context, _ string) (bool, error)

IsHealthy returns true is the container is reported as being healthy, false otherwise.

func (*IgniteRuntime) ListContainers

func (c *IgniteRuntime) ListContainers(_ context.Context, gfilters []*types.GenericFilter) ([]runtime.GenericContainer, error)

func (*IgniteRuntime) Mgmt

func (c *IgniteRuntime) Mgmt() *types.MgmtNet

func (*IgniteRuntime) PauseContainer added in v0.26.0

func (*IgniteRuntime) PauseContainer(_ context.Context, cID string) error

func (*IgniteRuntime) PullImage added in v0.36.0

func (*IgniteRuntime) PullImage(_ context.Context, imageName string, _ types.PullPolicyValue) error

PullImage pulls the provided image name if it does not exist. Ignite does ignore the pullPolicy though.

func (*IgniteRuntime) StartContainer

func (c *IgniteRuntime) StartContainer(ctx context.Context, _ string, node runtime.Node) (interface{}, error)

func (*IgniteRuntime) StopContainer

func (*IgniteRuntime) StopContainer(_ context.Context, _ string) error

func (*IgniteRuntime) UnpauseContainer added in v0.26.0

func (*IgniteRuntime) UnpauseContainer(_ context.Context, cID string) error

func (*IgniteRuntime) WithConfig

func (c *IgniteRuntime) WithConfig(cfg *runtime.RuntimeConfig)

func (*IgniteRuntime) WithKeepMgmtNet

func (c *IgniteRuntime) WithKeepMgmtNet()

func (*IgniteRuntime) WithMgmtNet

func (c *IgniteRuntime) WithMgmtNet(n *types.MgmtNet)

Jump to

Keyboard shortcuts

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