func()

in pkg/containercredentials/config.go [67:70]


func (f *FileConfig) StartWatcher(ctx context.Context, filePath string) error {
	f.watcher = filesystem.NewFileWatcher("container-credential-config", filePath, f.Load)
	return f.watcher.Watch(ctx)
}