Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PolledSecretMeta ¶
SecretMeta meta information of a polled secret
type Poller ¶
type Poller struct { PolledSecrets Secrets Log logr.Logger // contains filtered or unexported fields }
func New ¶
func New(interval time.Duration, errs chan error, getSMClient func(string) (secretsmanageriface.SecretsManagerAPI, error), defaultSearchRole string, logger logr.Logger) (*Poller, error)
New creates a new poller, will send polling or other non critical errors through the errs channel
type SecretGetter ¶
Click to show internal directories.
Click to hide internal directories.