ecr

package
v0.0.0-...-b702281 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 14 Imported by: 81

Documentation

Overview

Package ecr helps generate clients to talk to the ECR API

Index

Constants

View Source
const (
	MinimumJitterDuration = 30 * time.Minute
	MaximumJitterDuration = 1 * time.Hour
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ECRClient

type ECRClient interface {
	GetAuthorizationToken(registryId string) (*ecrapi.AuthorizationData, error)
}

ECRClient wrapper interface for mocking

func NewECRClient

func NewECRClient(sdkClient ECRSDK) ECRClient

NewECRClient creates an ECR client used to get docker auth from ECR

type ECRFactory

type ECRFactory interface {
	GetClient(*apicontainer.ECRAuthData) (ECRClient, error)
}

ECRFactory defines the interface to produce an ECR SDK client

func NewECRFactory

func NewECRFactory(acceptInsecureCert bool) ECRFactory

NewECRFactory returns an ECRFactory capable of producing ECRSDK clients

type ECRSDK

type ECRSDK interface {
	GetAuthorizationToken(*ecrapi.GetAuthorizationTokenInput) (*ecrapi.GetAuthorizationTokenOutput, error)
}

ECRSDK is an interface that specifies the subset of the AWS Go SDK's ECR client that the Agent uses. This interface is meant to allow injecting a mock for testing.

Directories

Path Synopsis
Package mock_ecr is a generated GoMock package.
Package mock_ecr is a generated GoMock package.
ecr

Jump to

Keyboard shortcuts

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