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