MCPcopy Create free account

hub / github.com/awslabs/amazon-ecr-containerd-resolver / types & classes

Types & classes24 in github.com/awslabs/amazon-ecr-containerd-resolver

StructChunk
Chunk represents a single part of a full io stream.
ecr/stream/chunked_processor.go:27
StructECRSpec
ECRSpec represents a parsed reference. Valid references are of the form "ecr.aws/arn:aws:ecr:<region>:<account>:repository/<name>:<tag>".
ecr/ref.go:51
InterfaceMediaTypeSample
ecr/internal/testdata/media_type.go:8
StructPartition
Partition provides the metadata describing an AWS partition.
ecr/internal/awsrulesfn/partition.go:7
StructPartitionConfig
PartitionConfig provides the endpoint metadata for an AWS region or partition.
ecr/internal/awsrulesfn/partition.go:15
StructRegionOverrides
ecr/internal/awsrulesfn/partition.go:24
FuncTypeResolverOption
ResolverOption represents a functional option for configuring the ECR Resolver
ecr/resolver.go:56
StructResolverOptions
ResolverOptions represents available options for configuring the ECR Resolver
ecr/resolver.go:59
StructStatusInfo
StatusInfo holds the status info for an upload or download
example/ecr-push/progress.go:96
StructStatusInfo
StatusInfo holds the status info for an upload or download
example/ecr-pull/progress.go:207
StructchunkedProcessor
ecr/stream/chunked_processor.go:35
InterfaceecrAPI
ecrAPI contains only the ECR APIs that are called by the resolver See https://docs.aws.amazon.com/sdk-for-go/api/service/ecr/ecriface/ for the full in
ecr/base.go:53
StructecrBase
ecr/base.go:45
StructecrFetcher
ecrFetcher implements the containerd remotes.Fetcher interface and can be used to pull images from Amazon ECR.
ecr/fetcher.go:44
StructecrPusher
ecrPusher implements the containerd remotes.Pusher interface and can be used to push images to Amazon ECR.
ecr/pusher.go:43
StructecrResolver
ecr/resolver.go:45
StructfakeECRClient
fakeECRClient is a fake that can be used for testing the ecrAPI interface. Each method is backed by a function contained in the struct. Nil functions
ecr/fake_ecr_client_test.go:27
Structjobs
jobs provides a way of identifying the download keys for a particular task encountering during the pull walk. This is very minimal and will probably
example/ecr-pull/progress.go:165
StructlayerWriter
ecr/layer_writer.go:36
StructmanifestProbe
manifestProbe provides a structure to parse and then probe a given manifest to determine its mediaType.
ecr/resolver.go:248
StructmanifestWriter
ecr/manifest_writer.go:34
StructmediaTypeSample
MediaTypeSample provides a sample document for a given mediaType.
ecr/internal/testdata/media_type.go:14
Structpushjobs
example/ecr-push/progress.go:36
FuncTypereadCallbackFunc
readCallbackFunc represents a callback function for processing chunks
ecr/stream/chunked_processor.go:46