Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type AppValueWatcher ¶
type AppValueWatcher struct {
// contains filtered or unexported fields
}
func NewAppValueWatcher ¶
func NewAppValueWatcher(config AppValueWatcherConfig) (*AppValueWatcher, error)
func (*AppValueWatcher) Boot ¶
func (c *AppValueWatcher) Boot(ctx context.Context)
type AppValueWatcherConfig ¶
type AppValueWatcherConfig struct {
Event recorder.Interface
K8sClient k8sclient.Interface
Logger micrologger.Logger
// SecretNamespace is used to limit access to secrets to only the
// SecretNamespace. No other namespaces will be watched for Secrets.
SecretNamespace string
UniqueApp bool
WorkloadClusterID string
}
Click to show internal directories.
Click to hide internal directories.