Documentation ¶
Overview ¶
Package meta provides interfaces for encoding and decoding META values.
Index ¶
Constants ¶
View Source
const ( // Upgrade is the upgrade tag. Upgrade = iota + 6 // StagedUpgradeImageRef stores image reference for staged upgrade. StagedUpgradeImageRef // StagedUpgradeInstallOptions stores JSON-serialized install.Options. StagedUpgradeInstallOptions // StateEncryptionConfig stores JSON-serialized v1alpha1.Encryption. StateEncryptionConfig // MetalNetworkPlatformConfig stores serialized NetworkPlatformConfig for the `metal` platform. MetalNetworkPlatformConfig // DownloadURLCode stores the value of the `${code}` variable in the download URL for talos.config= URL. DownloadURLCode // UserReserved1 is reserved for user-defined metadata. UserReserved1 // UserReserved2 is reserved for user-defined metadata. UserReserved2 // UserReserved3 is reserved for user-defined metadata. UserReserved3 // UUIDOverride stores the UUID that this machine will use instead of the one from the hardware. UUIDOverride // UniqueMachineToken store the unique token for this machine. It's useful because UUID may repeat or be filled with zeros. UniqueMachineToken )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Values ¶
type Values []Value
Values is a collection of Value.
func DecodeValues ¶
DecodeValues parses a string representation of Values for the environment variable.
See Encode for the details of the encoding.
Click to show internal directories.
Click to hide internal directories.