Documentation
¶
Index ¶
- Variables
- func MakePreRunSetKeeperConfig(run plugin.CmdFunc, fields map[string]*LiteralOrSecretRef) func(*cobra.Command, []string) error
- func PrintKeeper(ctx context.Context, keeperName string, kc config.KeeperConfig, i int)
- func RunDeleteConfig(cmd *cobra.Command, args []string)
- func RunGet(cmd *cobra.Command, args []string)
- func RunListConfig(cmd *cobra.Command, args []string)
- func RunSetKeeperConfig(cmd *cobra.Command, args []string)
- type LiteralOrSecretRef
Constants ¶
This section is empty.
Variables ¶
View Source
var DeleteCmd = &cobra.Command{ Use: "delete", Short: "Delete a secret keeper configuration", Args: cobra.ExactArgs(1), Run: RunDeleteConfig, }
View Source
var GetCmd = &cobra.Command{ Use: "get", Short: "Get a secret keeper configuration", Args: cobra.ExactArgs(1), Run: RunGet, }
View Source
var ListCmd = &cobra.Command{ Use: "list", Short: "List secret keeper configurations", Args: cobra.NoArgs, Run: RunListConfig, }
View Source
var Replacement map[string]any
View Source
var SetCmd = &cobra.Command{
Use: "set",
Short: "Add or update a secret keeper configuration",
}
Functions ¶
func PrintKeeper ¶
func RunDeleteConfig ¶
func RunListConfig ¶
func RunSetKeeperConfig ¶
Types ¶
type LiteralOrSecretRef ¶
Click to show internal directories.
Click to hide internal directories.