cmd

package
v0.5.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LogLevelDebug = "debug"
	LogLevelInfo  = "info"
	LogLevelWarn  = "warn"
	LogLevelError = "error"
)

Variables

View Source
var Root = &cobra.Command{
	Use:   "aws-secret-operator",
	Short: "Creates and updates Kubernetes secrets based on secrets stored in AWS Secrets Manager",
	Long:  ``,
	RunE: func(cmd *cobra.Command, args []string) error {
		return run()
	},
}

Functions

This section is empty.

Types

type OperateOpts

type OperateOpts struct {
	ConfigMapName      string
	ConfigMapNamespace string
	WatchNamespace     string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL