Documentation
¶
Overview ¶
Package action are various actions used by the package
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplyOptions ¶
type ApplyOptions struct {
// Manager is the phase manager
Manager *phase.Manager
// DisableDowngradeCheck skips the downgrade check
DisableDowngradeCheck bool
// NoWait skips waiting for the cluster to be ready
NoWait bool
// NoDrain skips draining worker nodes
NoDrain bool
// ModifyHosts updates the /etc/hosts file with all the nodes in the cluster
ModifyHosts bool
// ModifyFirewall updates the firewalld on the nodes
ModifyFirewall bool
// WorkerConcurrent number of workers that will be installed or upgraded at a time
WorkerConcurrent int
// UpdateKubeConfig whether to update the local config
UpdateKubeConfig bool
}
ApplyOptions struct
type ResetOptions ¶
type ResetOptions struct {
// Manager is the phase manager
Manager *phase.Manager
// NoWait skips waiting for the cluster to be ready
NoWait bool
// NoDrain skips draining worker nodes
NoDrain bool
// DistroID is the type of Kubernetes engine that will be removed
DistroID string
// WorkerConcurrent number of workers that will be installed or upgraded at a time
WorkerConcurrent int
}
ResetOptions struct
Click to show internal directories.
Click to hide internal directories.