containerd

package
v1.17.6 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CommandLineSource added in v1.17.0

func CommandLineSource(hostRoot string, executablePath string) toml.Loader

CommandLineSource returns the CLI-based containerd config loader

func New

func New(opts ...Option) (engine.Interface, error)

New creates a containerd config with the specified options

Types

type Config

type Config struct {
	*toml.Tree
	Version              int64
	Logger               logger.Interface
	RuntimeType          string
	ContainerAnnotations []string
	// UseLegacyConfig indicates whether a config file pre v1.3 should be generated.
	// For version 1 config prior to containerd v1.4 the default runtime was
	// specified in a containerd.runtimes.default_runtime section.
	// This was deprecated in v1.4 in favour of containerd.default_runtime_name.
	// Support for this section has been removed in v2.0.
	UseLegacyConfig bool
	// CRIRuntimePluginName represents the fully qualified name of the containerd plugin
	// for the CRI runtime service. The name of this plugin was changed in v3 of the
	// containerd configuration file.
	CRIRuntimePluginName string
}

Config represents the containerd config

func (*Config) AddRuntime

func (c *Config) AddRuntime(name string, path string, setAsDefault bool) error

AddRuntime adds a runtime to the containerd config

func (Config) DefaultRuntime

func (c Config) DefaultRuntime() string

DefaultRuntime returns the default runtime for the cri-o config

func (*Config) EnableCDI added in v1.17.5

func (c *Config) EnableCDI()

EnableCDI sets the enable_cdi field in the Containerd config to true.

func (*Config) GetRuntimeConfig added in v1.17.0

func (c *Config) GetRuntimeConfig(name string) (engine.RuntimeConfig, error)

func (*Config) RemoveRuntime

func (c *Config) RemoveRuntime(name string) error

RemoveRuntime removes a runtime from the docker config

type ConfigV1

type ConfigV1 Config

ConfigV1 represents a version 1 containerd config

func (*ConfigV1) AddRuntime

func (c *ConfigV1) AddRuntime(name string, path string, setAsDefault bool) error

AddRuntime adds a runtime to the containerd config

func (ConfigV1) DefaultRuntime

func (c ConfigV1) DefaultRuntime() string

DefaultRuntime returns the default runtime for the cri-o config

func (*ConfigV1) EnableCDI added in v1.17.5

func (c *ConfigV1) EnableCDI()

func (*ConfigV1) GetRuntimeConfig added in v1.17.0

func (c *ConfigV1) GetRuntimeConfig(name string) (engine.RuntimeConfig, error)

func (*ConfigV1) RemoveRuntime

func (c *ConfigV1) RemoveRuntime(name string) error

RemoveRuntime removes a runtime from the docker config

func (ConfigV1) Save

func (c ConfigV1) Save(path string) (int64, error)

Save writes the config to a file

type Option

type Option func(*builder)

Option defines a function that can be used to configure the config builder

func WithConfigSource added in v1.17.0

func WithConfigSource(configSource toml.Loader) Option

WithConfigSource sets the source for the config.

func WithConfigVersion added in v1.17.4

func WithConfigVersion(configVersion int) Option

WithConfigVersion sets the config version for the config builder

func WithContainerAnnotations

func WithContainerAnnotations(containerAnnotations ...string) Option

WithContainerAnnotations sets the container annotations for the config builder

func WithLogger

func WithLogger(logger logger.Interface) Option

WithLogger sets the logger for the config builder

func WithPath

func WithPath(path string) Option

WithPath sets the path for the config builder

func WithRuntimeType

func WithRuntimeType(runtimeType string) Option

WithRuntimeType sets the runtime type for the config builder

func WithUseLegacyConfig

func WithUseLegacyConfig(useLegacyConfig bool) Option

WithUseLegacyConfig sets the useLegacyConfig flag for the config builder.

Jump to

Keyboard shortcuts

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