Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AWSCmd = &cobra.Command{ Use: "aws", Short: "Trigger Kubernetes version upgrade for the provisioned AWS based cluster", Run: func(cmd *cobra.Command, args []string) { core.UpgradeCluster(cmd.Context(), skipPRFlow, core.UpgradeClusterArgs{ NewKubernetesVersion: kubernetesVersion, CloudSpecificUpdates: aws.AWSMachineTemplateUpdates{ AMIID: newAMIID, }, }) }, }
View Source
var AzureCmd = &cobra.Command{ Use: "azure", Short: "Trigger Kubernetes version upgrade for the provisioned Azure based cluster", Run: func(cmd *cobra.Command, args []string) { core.UpgradeCluster(cmd.Context(), skipPRFlow, core.UpgradeClusterArgs{ NewKubernetesVersion: kubernetesVersion, CloudSpecificUpdates: azure.AzureMachineTemplateUpdates{ ImageID: newImageID, }, }) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.