Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CreateCmd = &cobra.Command{ Use: "create", Short: "Create and setup the local K3D management cluster, for deploying the KubeAid managed main cluster", Run: func(cmd *cobra.Command, args []string) { core.CreateDevEnv(cmd.Context(), &core.CreateDevEnvArgs{ ManagementClusterName: managementClusterName, SkipMonitoringSetup: skipMonitoringSetup, SkipPRWorkflow: skipPRWorkflow, IsPartOfDisasterRecovery: false, }) }, }
View Source
var DevenvCmd = &cobra.Command{ Use: "devenv", PersistentPreRun: func(cmd *cobra.Command, args []string) { parser.ParseConfigFiles(cmd.Context(), globals.ConfigsDirectory) utils.InitTempDir(cmd.Context()) utils.InitKnownHostsDir(cmd.Context()) utils.EnsureRuntimeDependenciesInstalled(cmd.Context()) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.