oci

package module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2022 License: Apache-2.0 Imports: 1 Imported by: 7

Documentation

Overview

Package oci contains OCI registry related helpers for the registries offered by the various cloud providers. It can be used to perform various operations like auto-login using the native authentication mechanism of the platform, etc.

Index

Constants

This section is empty.

Variables

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

Functions

This section is empty.

Types

type Provider

type Provider int

Provider is used to categorize the OCI registry providers.

const (
	// ProviderGeneric is used to categorize registry provider that we don't
	// support.
	ProviderGeneric Provider = iota
	ProviderAWS
	ProviderGCP
	ProviderAzure
)

Registry providers.

Directories

Path Synopsis
auth
aws
gcp
tests
integration Module

Jump to

Keyboard shortcuts

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