package upgrade
import "k8s.io/kubernetes/cmd/kubeadm/app/cmd/upgrade"
Index ¶
Functions ¶
func NewCmdUpgrade ¶
NewCmdUpgrade returns the cobra command for `kubeadm upgrade`
Types ¶
type FetchInitConfigurationFunc ¶
type FetchInitConfigurationFunc func(client clientset.Interface, printer output.Printer, logPrefix string, newControlPlane, skipComponentConfigs bool) (*kubeadmapi.InitConfiguration, error)
FetchInitConfigurationFunc defines the signature of the function which will fetch InitConfiguration from cluster.
Source Files ¶
apply.go common.go diff.go node.go plan.go upgrade.go
- Version
- v1.33.3
- Published
- Jul 15, 2025
- Platform
- linux/amd64
- Imports
- 47 packages
- Last checked
- 10 minutes ago –
Tools for package owners.