package
2.12.0+incompatible
Repository: https://github.com/deis/builder.git
Documentation: pkg.go.dev

# Functions

CreateImageRepo create a repository for the image on amazon's ECR(EC2 Container Repository) if it doesn't exist as repository needs to be present before pushing and image into it.
ObjectExists determines whether the object in ${bucketName}/${objKey} exists, as reported by statter.
WaitForObject checks statter for the object at ${bucketName}/${objKey} right away, then at every tick, then once when the timeout is up.

# Structs

FakeGetObjectCall represents a single call to GetContent on the FakeObjectStatter.
FakeObjectGetter is a mock function that can be swapped in for an ObjectGetter, so you can unit test your code.
FakeObjectStatter is a mock function that can be swapped in for an ObjectStatter, so you can unit test your code.
FakeStatObjectCall represents a single call to StatObject on the FakeObjectStatter.

# Interfaces

ObjectGetter is a *(github.com/docker/distribution/registry/storage/driver).StorageDriver compatible interface, restricted to just the GetContent function.
ObjectStatter is a *(github.com/docker/distribution/registry/storage/driver).StorageDriver compatible interface, restricted to just the StatObject function.