provider

package
v0.10.1-1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2022 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PackageManifestProvider

type PackageManifestProvider interface {
	Get(name, namespace string) (*operators.PackageManifest, error)
	List(namespace string) (*operators.PackageManifestList, error)
}

type RegistryProvider

type RegistryProvider struct {
	*queueinformer.Operator
	// contains filtered or unexported fields
}

RegistryProvider aggregates several `CatalogSources` and establishes gRPC connections to their registry servers.

func NewRegistryProvider

func NewRegistryProvider(crClient versioned.Interface, operator *queueinformer.Operator, wakeupInterval time.Duration, watchedNamespaces []string, globalNamespace string) *RegistryProvider

func (*RegistryProvider) Get

func (p *RegistryProvider) Get(namespace, name string) (*operators.PackageManifest, error)

func (*RegistryProvider) List

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL