Documentation
¶
Overview ¶
Package secrets implements Secrets plugin.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Logger *zap.Logger
Stopc chan struct{}
Client k8s_client.EKS
ClientTimeout time.Duration
Namespace string
// NamePrefix is the prefix of Secret name.
// If multiple Secret loader is running,
// this must be unique per worker to avoid name conflicts.
NamePrefix string
Objects int
ObjectSize int
WritesJSONPath string
ReadsJSONPath string
}
Config configures Secret loader.
Click to show internal directories.
Click to hide internal directories.