kubernetesk8s.io/kubernetes/cmd/kubeadm/app/cmd/upgrade Index | Files

package upgrade

import "k8s.io/kubernetes/cmd/kubeadm/app/cmd/upgrade"

Index

Functions

func NewCmdUpgrade

func NewCmdUpgrade(out io.Writer) *cobra.Command

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
windows/amd64
Imports
47 packages
Last checked
1 minute ago

Tools for package owners.