Documentation ¶
Overview ¶
Package talos13 provides compatibility constants for Talos 1.3.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DeniedHostUpgradeVersions = []semver.Version{}
DeniedHostUpgradeVersions are the versions of Talos that cannot be upgraded to 1.3.
View Source
var MajorMinor = [2]uint64{1, 3}
MajorMinor is the major.minor version of Talos 1.3.
View Source
var MaximumHostDowngradeVersion = semver.MustParse("1.5.0")
MaximumHostDowngradeVersion is the maximum (not inclusive) version of Talos that can be downgraded to 1.3.
View Source
var MaximumKubernetesVersion = semver.MustParse("1.26.99")
MaximumKubernetesVersion is the maximum version of Kubernetes is supported with 1.3.
View Source
var MinimumHostUpgradeVersion = semver.MustParse("1.0.0")
MinimumHostUpgradeVersion is the minimum version of Talos that can be upgraded to 1.3.
View Source
var MinimumKubernetesVersion = semver.MustParse("1.24.0")
MinimumKubernetesVersion is the minimum version of Kubernetes is supported with 1.3.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.