crio

package
v1.15.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

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

New creates a cri-o config with the specified options

Types

type Config

type Config toml.Tree

Config represents the cri-o config

func (*Config) AddRuntime

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

AddRuntime adds a new runtime to the crio config

func (Config) DefaultRuntime

func (c Config) DefaultRuntime() string

DefaultRuntime returns the default runtime for the cri-o config

func (*Config) RemoveRuntime

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

RemoveRuntime removes a runtime from the cri-o config

func (Config) Save

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

Save writes the config to the specified path

func (*Config) Set added in v1.14.4

func (c *Config) Set(key string, value interface{})

Set sets the specified cri-o option.

type Option

type Option func(*builder)

Option defines a function that can be used to configure 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

Jump to

Keyboard shortcuts

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