registry

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2020 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 CatalogCreator

type CatalogCreator interface {
	CreateCatalog(ctx context.Context, name string) (*v1alpha1.CatalogSource, error)
}

type ConfigMapCatalogCreator

type ConfigMapCatalogCreator struct {
	Package *apimanifests.PackageManifest
	Bundles []*apimanifests.Bundle
	// contains filtered or unexported fields
}

func NewConfigMapCatalogCreator

func NewConfigMapCatalogCreator(cfg *operator.Configuration) *ConfigMapCatalogCreator

func (ConfigMapCatalogCreator) CreateCatalog

func (c ConfigMapCatalogCreator) CreateCatalog(ctx context.Context, name string) (*v1alpha1.CatalogSource, error)

type IndexImageCatalogCreator

type IndexImageCatalogCreator struct {
	PackageName      string
	IndexImage       string
	InjectBundles    []string
	InjectBundleMode string
	BundleImage      string
	// contains filtered or unexported fields
}

func NewIndexImageCatalogCreator

func NewIndexImageCatalogCreator(cfg *operator.Configuration) *IndexImageCatalogCreator

func (IndexImageCatalogCreator) CreateCatalog

type OperatorInstaller

type OperatorInstaller struct {
	CatalogSourceName     string
	PackageName           string
	StartingCSV           string
	Channel               string
	InstallMode           operator.InstallMode
	CatalogCreator        CatalogCreator
	SupportedInstallModes sets.String
	// contains filtered or unexported fields
}

func NewOperatorInstaller

func NewOperatorInstaller(cfg *operator.Configuration) *OperatorInstaller

func (OperatorInstaller) InstallOperator

Notes

Bugs

  • if namespace is not contained in targetNamespaces, DoCSVWait will fail because the CSV is not deployed in namespace.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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