Documentation
¶
Index ¶
- Constants
- Variables
- func Add(cfg *api.Config) error
- func AddAKS(rg string, name string, admin bool) error
- func AddAKSComposer(cmd *cobra.Command, args []string) error
- func AddComposer(cmd *cobra.Command, args []string) error
- func AddRancher(url string, cluster string, token string) error
- func AddRancherComposer(cmd *cobra.Command, args []string) error
- func Ctx(ctx string) error
- func CtxComposer(cmd *cobra.Command, args []string) error
- func Del(ctx string) error
- func DelComposer(cmd *cobra.Command, args []string) error
- func Execute()
- func Export(ctx string) error
- func ExportComposer(cmd *cobra.Command, args []string) error
- func List() error
- func ListComposer(cmd *cobra.Command, args []string) error
- func Ns(ns string) error
- func NsComposer(cmd *cobra.Command, args []string) error
Constants ¶
View Source
const ( AzureRGString = "resource-group" AzureClusterString = "cluster" AzureAdminCredString = "admin" )
CodeSmell variables to make Sonar happy
Variables ¶
View Source
var ( AzureRG string AzureCluster string AzureAdminCred bool )
View Source
var ( RancherURL string RancherToken string RancherCluster string )
View Source
var ( Version = "empty version" BuildDate = "empty date" CommitSHA = "empty sha" )
View Source
var (
Verbose bool
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.