Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunFileWatcherOrDie ¶ added in v1.0.5
func RunFileWatcherOrDie(path string) chan struct{}
func RunSecretWatcherOrDie ¶
func RunSecretWatcherOrDie(c *cloudcontrollerconfig.Config) chan struct{}
Types ¶
type SecretWatcher ¶
type SecretWatcher struct {
// contains filtered or unexported fields
}
func NewSecretWatcher ¶
func NewSecretWatcher(informerFactory informers.SharedInformerFactory, secretName, secretNamespace string) (*SecretWatcher, chan struct{})
NewSecretWatcher creates a SecretWatcher and a signal channel to indicate the specific secret has been updated
func (*SecretWatcher) Run ¶
func (c *SecretWatcher) Run(stopCh <-chan struct{}) error
Run starts shared informers and waits for the shared informer cache to synchronize.
Click to show internal directories.
Click to hide internal directories.