package
Version:
v0.5.3
Opens a new window with list of versions in this module.
Published: May 2, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 21
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
LogLevelDebug = "debug"
LogLevelInfo = "info"
LogLevelWarn = "warn"
LogLevelError = "error"
)
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()
},
}
type OperateOpts struct {
ConfigMapName string
ConfigMapNamespace string
WatchNamespace string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.