package
Version:
v0.1.15-rc2
Opens a new window with list of versions in this module.
Published: Aug 29, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var CloudRegionsCmd = &cobra.Command{
Use: "region",
Short: "Manage cloud regions",
Long: "Manage cloud regions for your YBM clusters",
Run: func(cmd *cobra.Command, args []string) {
cmd.Help()
},
}
View Source
var InstanceCmd = &cobra.Command{
Use: "instance",
Short: "Manage instance types",
Long: "Manage instance types for your YBM clusters",
Run: func(cmd *cobra.Command, args []string) {
cmd.Help()
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.