services

package
v0.0.0-...-8ffcc23 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2019 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ECRClient

type ECRClient struct {
	// contains filtered or unexported fields
}

ECRClient holds a connection to AWS ECR.

func NewECRClient

func NewECRClient(region string) *ECRClient

NewECRClient initializes an ECRClient.

func (*ECRClient) BatchPurge

func (c *ECRClient) BatchPurge(repository string, images []*ecr.ImageIdentifier) error

BatchPurge will batch delete images by the image identifiers.

func (*ECRClient) ListImages

func (c *ECRClient) ListImages(repository string) ([]*ecr.ImageIdentifier, error)

ListImages will return all image identifiers for a given repository.

func (*ECRClient) ListRepositories

func (c *ECRClient) ListRepositories() ([]string, error)

ListRepositories will return all ECR repositories as []string.

func (*ECRClient) PurgeImages

func (c *ECRClient) PurgeImages(repository string, images []*ecr.ImageIdentifier) error

PurgeImages will batch delete images by image identitfier in sets of 100.

type ECSClient

type ECSClient struct {
	// contains filtered or unexported fields
}

ECSClient holds a connection to AWS ECS.

func NewECSClient

func NewECSClient(region string) *ECSClient

NewECSClient initializes an ECSClient.

func (*ECSClient) FindActiveImages

func (c *ECSClient) FindActiveImages() ([]string, error)

FindActiveImages will initiate a connection with ECS, parsing out image names from all running tasks/clusters, returning them as a []string.

Jump to

Keyboard shortcuts

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