Documentation
¶
Overview ¶
Package extensions contains Talos extensions specific API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllowedPaths = []string{
"/etc/cri/conf.d",
"/lib/firmware",
"/usr/etc/udev/rules.d",
"/usr/local",
}
AllowedPaths lists paths allowed in the extension images.
Functions ¶
This section is empty.
Types ¶
type Compatibility ¶
type Compatibility struct {
Talos Constraint `yaml:"talos"`
}
Compatibility describes extension compatibility.
type Config ¶
type Config struct {
Layers []*Layer `yaml:"layers"`
}
Config specifies Talos installer extensions configuration.
type Constraint ¶
type Constraint struct {
Version string `yaml:"version"`
}
Constraint describes compatibility constraint.
Click to show internal directories.
Click to hide internal directories.