Documentation
¶
Overview ¶
OCI Repository Adapter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadResources ¶
func LoadResources(ctx context.Context, s *oci.Storage, imageName *oci.ImageDigestName) (*repository.PackageResources, error)
Types ¶
type OciRepoFactory ¶
type OciRepoFactory struct {
}
func (*OciRepoFactory) CheckRepositoryConnection ¶
func (f *OciRepoFactory) CheckRepositoryConnection(ctx context.Context, repositorySpec *configapi.Repository, options externalrepotypes.ExternalRepoOptions) error
func (*OciRepoFactory) NewRepositoryImpl ¶
func (f *OciRepoFactory) NewRepositoryImpl(ctx context.Context, repositorySpec *configapi.Repository, options externalrepotypes.ExternalRepoOptions) (repository.Repository, error)
Click to show internal directories.
Click to hide internal directories.