Documentation ¶
Index ¶
- type SecretMonitor
- func (sm *SecretMonitor) AddSecretEventHandler(_ context.Context, _ string, _ string, _ cache.ResourceEventHandler) (secret.SecretEventHandlerRegistration, error)
- func (sm *SecretMonitor) GetSecret(_ context.Context, _ secret.SecretEventHandlerRegistration) (*corev1.Secret, error)
- func (sm *SecretMonitor) RemoveSecretEventHandler(_ secret.SecretEventHandlerRegistration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretMonitor ¶
func (*SecretMonitor) AddSecretEventHandler ¶
func (sm *SecretMonitor) AddSecretEventHandler(_ context.Context, _ string, _ string, _ cache.ResourceEventHandler) (secret.SecretEventHandlerRegistration, error)
func (*SecretMonitor) GetSecret ¶
func (sm *SecretMonitor) GetSecret(_ context.Context, _ secret.SecretEventHandlerRegistration) (*corev1.Secret, error)
func (*SecretMonitor) RemoveSecretEventHandler ¶
func (sm *SecretMonitor) RemoveSecretEventHandler(_ secret.SecretEventHandlerRegistration) error
Click to show internal directories.
Click to hide internal directories.