Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultDockerVersion = "19.03" LegacyDockerVersion = "18.09" )
View Source
const (
DefaultContainerdVersion = "1.4"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v1.24.0
type Config struct { Docker *Docker `json:",omitempty"` Containerd *Containerd `json:",omitempty"` InsecureRegistries []string `json:",omitempty"` RegistryMirrors map[string][]string `json:",omitempty"` SandboxImage string `json:",omitempty"` }
type Containerd ¶ added in v1.24.0
type Containerd struct {
// contains filtered or unexported fields
}
func (*Containerd) Config ¶ added in v1.24.0
func (eng *Containerd) Config() (string, error)
func (*Containerd) ConfigFileName ¶ added in v1.24.0
func (eng *Containerd) ConfigFileName() string
func (*Containerd) KubeletFlags ¶ added in v1.24.0
func (eng *Containerd) KubeletFlags() []string
func (*Containerd) ScriptFor ¶ added in v1.24.0
func (eng *Containerd) ScriptFor(os types.OperatingSystem) (string, error)
func (*Containerd) String ¶ added in v1.36.2
func (eng *Containerd) String() string
type Docker ¶
type Docker struct {
// contains filtered or unexported fields
}
func (*Docker) ConfigFileName ¶ added in v1.24.0
func (*Docker) KubeletFlags ¶ added in v1.24.0
type Opt ¶ added in v1.24.0
type Opt func(*Config)
func WithInsecureRegistries ¶ added in v1.24.0
func WithRegistryMirrors ¶ added in v1.24.0
func WithSandboxImage ¶ added in v1.37.0
Click to show internal directories.
Click to hide internal directories.