ecr

package
v0.0.0-...-93e3dec Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Credential

type Credential struct {
	AWSAccessKeyID     *string
	AWSSecretAccessKey *string
	AWSAssumeRoleARN   *string
	AWSRegion          *string
}

type Image

type Image struct {
	RegistryId     *string
	RepositoryName string
	ImageDigest    *string
	ImageTags      *[]*string
}

func (*Image) DockerTag

func (i *Image) DockerTag() string

func (*Image) Find

func (i *Image) Find(reg *ecr.ECR) ([]*ecr.ImageDetail, error)

type ImagePlugin

type ImagePlugin struct {
	AWSCredential Credential
	Image         Image
}

func (*ImagePlugin) FindImage

func (p *ImagePlugin) FindImage() error

func (*ImagePlugin) WaitForImage

func (p *ImagePlugin) WaitForImage(interval, timeout int64) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL