Documentation ¶
Overview ¶
package registry encapsulates access to AWS ECR, returning entities provided by package model.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
type Session wraps a configured/authenticated ECR API session.
func NewSession ¶
func NewSession creates a Session for the given AWS region e.g. "us-east-1".
func (*Session) DeleteImages ¶
func DeleteImages performs a BatchDeleteImage operation for the listed images in the specified repository.
Click to show internal directories.
Click to hide internal directories.