Documentation ¶
Index ¶
Constants ¶
View Source
const ( FlavorDefault = "default" FlavorMultidistro = "multidistro" ArchX86 = "x86" ArchARM = "arm" ArchPPCLE = "ppcle" ArchS390 = "s390" AMDImage = "amd64" ARMImage = "arm64" PPCLEImage = "ppc64le" S390Image = "s390x" DefaultImageOS = "linux" )
View Source
const Arch = ArchX86
View Source
const Flavor = FlavorMultidistro
View Source
const ImageArch = AMDImage
Variables ¶
View Source
var ( ImagePlatform = containerv1.Platform{ OS: DefaultImageOS, Architecture: ImageArch, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.