Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AWSCmd = &cobra.Command{ Use: "aws", Short: "Create and setup the local K3D management cluster, for deploying an AWS based cluster", Run: func(cmd *cobra.Command, args []string) { core.CreateDevEnv(cmd.Context(), &core.CreateDevEnvArgs{ ManagementClusterName: constants.FlagNameManagementClusterNameDefaultValue, SkipMonitoringSetup: skipMonitoringSetup, SkipKubePrometheusBuild: skipKubePrometheusBuild, SkipPRFlow: skipPRFlow, IsPartOfDisasterRecovery: false, }) }, }
View Source
var AzureCmd = &cobra.Command{ Use: "azure", Short: "Create and setup the local K3D management cluster, for deploying an Azure based cluster", Run: func(cmd *cobra.Command, args []string) { core.CreateDevEnv(cmd.Context(), &core.CreateDevEnvArgs{ ManagementClusterName: constants.FlagNameManagementClusterNameDefaultValue, SkipMonitoringSetup: skipMonitoringSetup, SkipKubePrometheusBuild: skipKubePrometheusBuild, SkipPRFlow: skipPRFlow, IsPartOfDisasterRecovery: false, }) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.