Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RegistryClient ¶ added in v0.1.9
type RegistryClient struct {
// contains filtered or unexported fields
}
func NewRegistryClient ¶
func NewRegistryClient(debug bool) (*RegistryClient, error)
func (*RegistryClient) DeleteImage ¶ added in v0.1.9
func (r *RegistryClient) DeleteImage(repository, tag string, debug bool) error
func (*RegistryClient) ListTags ¶ added in v0.1.9
func (r *RegistryClient) ListTags(repository string, debug bool) ([]string, error)
func (*RegistryClient) Repositories ¶ added in v0.1.9
func (r *RegistryClient) Repositories() ([]string, error)
Click to show internal directories.
Click to hide internal directories.