Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PolicyDocument ¶
type PolicyDocument struct { Version string Statement []StatementEntry }
PolicyDocument in an IAM Policy
type ProgressDisplay ¶
func (*ProgressDisplay) Update ¶
func (p *ProgressDisplay) Update(data *ProgressLine)
Update the progress and print the output
type ProgressLine ¶
type PushCommand ¶
type PushCommand struct{}
type Registry ¶
type Registry struct { Repositories map[string]Repository // contains filtered or unexported fields }
Registry represents your an ECR in a region
func (*Registry) CreateRepository ¶
func (r *Registry) CreateRepository(name string) (*ecr.Repository, error)
CreateRepository creates the named repository
func (*Registry) GetRepositories ¶
func (r *Registry) GetRepositories() []Repository
GetRepositories gets a list of repositories in alphabetical order
type Repository ¶
Repository represents a repository within the registry
type StatementEntry ¶
type StatementEntry struct { Sid string Effect string Principal PrincipalEntry Action []string }
StatementEntry in an IAM Policy
Click to show internal directories.
Click to hide internal directories.