Documentation
¶
Overview ¶
Package registrygcp is a stub registry provider for Google Artifact Registry / GCR. Full implementation tracked in the issue tracker.
Index ¶
- func New() registry.RegistryProvider
- type GCPProvider
- func (g *GCPProvider) Login(_ registry.Context, _ registry.ProviderConfig) error
- func (g *GCPProvider) Logout(_ registry.Context, _ registry.ProviderConfig) error
- func (g *GCPProvider) Name() string
- func (g *GCPProvider) Prune(_ registry.Context, _ registry.ProviderConfig) error
- func (g *GCPProvider) 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 GCPProvider ¶
type GCPProvider struct{}
func (*GCPProvider) Login ¶
func (g *GCPProvider) Login(_ registry.Context, _ registry.ProviderConfig) error
func (*GCPProvider) Logout ¶
func (g *GCPProvider) Logout(_ registry.Context, _ registry.ProviderConfig) error
func (*GCPProvider) Name ¶
func (g *GCPProvider) Name() string
func (*GCPProvider) Prune ¶
func (g *GCPProvider) Prune(_ registry.Context, _ registry.ProviderConfig) error
func (*GCPProvider) Push ¶
func (g *GCPProvider) Push(_ registry.Context, _ registry.ProviderConfig, _ string) error
Click to show internal directories.
Click to hide internal directories.