types

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Environment Variable Prefix
	EnvArgoCDPrefix = "ARGOCD_ENV"

	// Environment Variable Constants
	// EnvAopType  = "AOP_TYPE"
	EnvUsername = "AOP_USERNAME"
	EnvPassword = "AOP_PASSWORD"
	EnvFsPath   = "AOP_FS_PATH"

	// Backend and Auth Constants
	// AnyRegistrybackend = "any"
	DefaultFsPath = "./oci-files/"

	// Kube Constants
	ArgoCDNamespace = "argocd"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Backend

type Backend interface {
	// PullFiles pull the file at `repo` with specified `tag` based on configuration given in `annotations`
	PullFiles(repo *remote.Repository, tag, fspath string) error
}

Backend is an interface for the types of OCI-based registries that are supported

Jump to

Keyboard shortcuts

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