Documentation ¶
Overview ¶
Package images provides some default images.
Index ¶
Constants ¶
View Source
const DefaultSandboxImage = "registry.k8s.io/pause:3.10"
DefaultSandboxImage is defined as a constant in cri package of containerd, and it's not exported.
The integration test verifies that our constant is accurate.
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 ¶
Click to show internal directories.
Click to hide internal directories.