Documentation ¶
Overview ¶
Package talos15 provides compatibility constants for Talos 1.5.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DeniedHostUpgradeVersions = []*version.Version{}
DeniedHostUpgradeVersions are the versions of Talos that cannot be upgraded to 1.5.
View Source
var MajorMinor = [2]int{1, 5}
MajorMinor is the major.minor version of Talos 1.5.
View Source
var MaximumHostDowngradeVersion = version.Must(version.NewVersion("1.7.0"))
MaximumHostDowngradeVersion is the maximum (not inclusive) version of Talos that can be downgraded to 1.5.
View Source
var MaximumKubernetesVersion = version.Must(version.NewVersion("1.28.99"))
MaximumKubernetesVersion is the maximum version of Kubernetes is supported with 1.5.
View Source
var MinimumHostUpgradeVersion = version.Must(version.NewVersion("1.2.0"))
MinimumHostUpgradeVersion is the minimum version of Talos that can be upgraded to 1.5.
View Source
var MinimumKubernetesVersion = version.Must(version.NewVersion("1.26.0"))
MinimumKubernetesVersion is the minimum version of Kubernetes is supported with 1.5.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.