registry

package
v0.19.3 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrUnconfiguredProvider is returned when the image registry provider is
	// not configured for login.
	ErrUnconfiguredProvider = errors.New("registry provider not configured for login")
)

Functions

This section is empty.

Types

type Provider

type Provider int

Provider is used to categorize the registry providers.

const (
	// ProviderGeneric is used to categorize registry provider for which we
	// don't support autologin.
	ProviderGeneric Provider = iota
	ProviderAWS
	ProviderGCR
	ProviderAzure
)

Registry providers.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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