externalrepotypes

package
v1.5.11 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExternalRepoFactory

type ExternalRepoFactory interface {
	NewRepositoryImpl(ctx context.Context, repositorySpec *configapi.Repository, options ExternalRepoOptions) (repository.Repository, error)
	CheckRepositoryConnection(ctx context.Context, repositorySpec *configapi.Repository, options ExternalRepoOptions) error
}

type ExternalRepoOptions

type ExternalRepoOptions struct {
	LocalDirectory             string
	UseUserDefinedCaBundle     bool
	CredentialResolver         repository.CredentialResolver
	CaBundleResolver           repository.CredentialResolver
	UserInfoProvider           repository.UserInfoProvider
	RepoOperationRetryAttempts int
}

Jump to

Keyboard shortcuts

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