Documentation
¶
Overview ¶
Package registrygitlab is a stub registry provider for GitLab Container Registry. Full implementation tracked in the issue tracker.
Index ¶
- func New() registry.RegistryProvider
- type GitLabProvider
- func (g *GitLabProvider) Login(_ registry.Context, _ registry.ProviderConfig) error
- func (g *GitLabProvider) Logout(_ registry.Context, _ registry.ProviderConfig) error
- func (g *GitLabProvider) Name() string
- func (g *GitLabProvider) Prune(_ registry.Context, _ registry.ProviderConfig) error
- func (g *GitLabProvider) Push(_ registry.Context, _ registry.ProviderConfig, _ string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() registry.RegistryProvider
Types ¶
type GitLabProvider ¶
type GitLabProvider struct{}
func (*GitLabProvider) Login ¶
func (g *GitLabProvider) Login(_ registry.Context, _ registry.ProviderConfig) error
func (*GitLabProvider) Logout ¶
func (g *GitLabProvider) Logout(_ registry.Context, _ registry.ProviderConfig) error
func (*GitLabProvider) Name ¶
func (g *GitLabProvider) Name() string
func (*GitLabProvider) Prune ¶
func (g *GitLabProvider) Prune(_ registry.Context, _ registry.ProviderConfig) error
func (*GitLabProvider) Push ¶
func (g *GitLabProvider) Push(_ registry.Context, _ registry.ProviderConfig, _ string) error
Click to show internal directories.
Click to hide internal directories.