Documentation ¶
Index ¶
- func BackupCommand(getRv GetRootValues) *cobra.Command
- func BackupListCommand(getRv GetRootValues) *cobra.Command
- func ConfigCommand(getRv GetRootValues, ghClientID, ghClientSecret string) *cobra.Command
- func ReadSecretCommand(getRv GetRootValues) *cobra.Command
- func RestoreCommand(getRv GetRootValues) *cobra.Command
- func StartDatabase(getRv GetRootValues) *cobra.Command
- func StartOperator(getRv GetRootValues) *cobra.Command
- func TakeoffCommand(getRv GetRootValues) *cobra.Command
- func TeardownCommand(getRv GetRootValues) *cobra.Command
- func WriteSecretCommand(getRv GetRootValues) *cobra.Command
- type GetRootValues
- type RootValues
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BackupCommand ¶
func BackupCommand(getRv GetRootValues) *cobra.Command
func BackupListCommand ¶
func BackupListCommand(getRv GetRootValues) *cobra.Command
func ConfigCommand ¶
func ConfigCommand(getRv GetRootValues, ghClientID, ghClientSecret string) *cobra.Command
func ReadSecretCommand ¶
func ReadSecretCommand(getRv GetRootValues) *cobra.Command
func RestoreCommand ¶
func RestoreCommand(getRv GetRootValues) *cobra.Command
func StartDatabase ¶
func StartDatabase(getRv GetRootValues) *cobra.Command
func StartOperator ¶
func StartOperator(getRv GetRootValues) *cobra.Command
func TakeoffCommand ¶
func TakeoffCommand(getRv GetRootValues) *cobra.Command
func TeardownCommand ¶
func TeardownCommand(getRv GetRootValues) *cobra.Command
func WriteSecretCommand ¶
func WriteSecretCommand(getRv GetRootValues) *cobra.Command
Types ¶
type GetRootValues ¶
type GetRootValues func(command string, tags map[string]interface{}, component string, moreComponents ...string) *RootValues
func RootCommand ¶
Click to show internal directories.
Click to hide internal directories.