Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { CredentialsFile string ForceUpgrade bool UpgradeMachineDeployments bool Verbose bool }
Options groups the various possible options for running KubeOne upgrade
type Upgrader ¶
type Upgrader struct {
// contains filtered or unexported fields
}
Upgrader is entrypoint for the upgrade process
func NewUpgrader ¶
func NewUpgrader(cluster *kubeoneapi.KubeOneCluster, logger *logrus.Logger) *Upgrader
NewUpgrader returns a new upgrader, responsible for running the upgrade process
Click to show internal directories.
Click to hide internal directories.