Documentation ¶
Overview ¶
Package images provides some default images.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Username is the default registry username. Username = gendata.ImagesUsername // Registry is the default registry. Registry = gendata.ImagesRegistry // DefaultInstallerImageName is the default container image name for // the installer. DefaultInstallerImageName = Username + "/installer" // DefaultInstallerImageRepository is the default container repository for // the installer. DefaultInstallerImageRepository = Registry + "/" + DefaultInstallerImageName // DefaultInstallerImage is the default installer image. DefaultInstallerImage = DefaultInstallerImageRepository + ":" + version.Tag // DefaultTalosImageRepository is the default container repository for // the talos image. DefaultTalosImageRepository = Registry + "/" + Username + "/" + "talos" )
Functions ¶
This section is empty.
Types ¶
type Versions ¶
type Versions struct { Etcd string Flannel string FlannelCNI string CoreDNS string Kubelet string KubeAPIServer string KubeControllerManager string KubeProxy string KubeScheduler string Installer string Pause string }
Versions holds all the images (and their versions) that are used in Talos.
Click to show internal directories.
Click to hide internal directories.