package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev

# Packages

# Functions

AssertDeletedStorageFiles compares lists of deleted files against expected.
BuildAndPushChildImage tries to build and push an image of given name and number of layers.
BuildAndPushImageOfSizeWithBuilder tries to build an image of wanted size and number of layers.
BuildAndPushImageOfSizeWithDocker tries to build an image of wanted size and number of layers.
ConfigureRegistry re-deploys the registry pod if its configuration doesn't match the desiredState.
DoesRegistryAcceptSchema2 returns true if the integrated registry is configured to accept manifest V2 schema 2.
EnsureRegistryAcceptsSchema2 checks whether the registry is configured to accept manifests V2 schema 2 or not.
GetDockerRegistryURL returns a cluster URL of internal docker registry if available.
GetImageLabels retrieves Docker labels from image from image repository name and image reference.
GetRegistryPod returns the youngest registry pod deployed.
GetRegistryStorageSize returns a number of bytes occupied by registry's data on its filesystem.
IsBlobStoredInRegistry verifies a presence of the given blob on registry's storage.
IsEmptyDigest returns true if the given digest matches one of empty blobs.
LogRegistryPod attempts to write registry log to a file in artifacts directory.
MirrorBlobInRegistry forces a blob of external image to be mirrored in the registry.
NewCleanUpContainer creates a new instance of CleanUpContainer.
RunHardPrune executes into a docker-registry pod and runs a garbage collector.

# Constants

# Structs

CleanUpContainer holds names of image names, docker image IDs, imagestreamtags and imagestreams that shall be deleted at the end of the test.
RegistriConfiguration holds desired configuration options for the integrated registry.

# Type aliases

RepoLinks maps digests of layer links to a repository.