Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ClustersCmd = &cobra.Command{ Use: "clusters", Short: "Get idp clusters", Long: ``, RunE: list, PreRunE: preClustersE, SilenceUsage: true, }
View Source
var GetCmd = &cobra.Command{
Use: "get",
Short: "get information from the cluster",
Long: ``,
RunE: exportE,
}
View Source
var SecretsCmd = &cobra.Command{ Use: "secrets", Short: "retrieve secrets from the cluster", Long: ``, RunE: getSecretsE, SilenceUsage: true, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.