package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Constants
ClusterUpgrade indicates that both master and nodes are being upgraded.
EtcdUpgrade indicates that only etcd is being upgraded (or migrated between storage versions).
MasterUpgrade indicates that only the master is being upgraded.
NodeUpgrade indicates that only the nodes are being upgraded.
# Structs
UpgradeContext contains information about all the stages of the upgrade that is going to occur.
VersionContext represents a stage of the upgrade.
# Type aliases
UpgradeType represents different types of upgrades.