# Functions
NewAPIV2Adapter - creates and returns a APIV2Adapter ready to use.
NewOpenShiftAdapter - creates a new OpenShift Adapter.
NewPartnerRhccAdapter - creates a new Partner RHCC Adapter.
NewQuayAdapter - creates and returns a QuayAdapter ready to use.
NewRegistryProxyAdapter - create a new Registry Proxy Adapter.
NewRHCCAdapter - creates and returns a *RHCCAdapter ready to use.
# Constants
BundleSpecLabel - label on the image that we should use to pull out the abp spec.
# Variables
MockFile - Mock file contains fake registry data.
# Structs
APIV2Adapter - API V2 Adapter.
ChartVersion represents a chart entry in the IndexFile https://github.com/kubernetes/helm/blob/48e703997016f3edeb4f0b90e6cfdb3456ce3db0/pkg/repo/index.go#L216 https://github.com/kubernetes/helm/blob/48e703997016f3edeb4f0b90e6cfdb3456ce3db0/pkg/proto/hapi/chart/metadata.pb.go#L75.
Configuration - Adapter configuration.
DockerHubAdapter - Docker Hub Adapter.
DockerHubImage - Image from a dockerhub registry.
DockerHubImageResponse - Image response for dockerhub.
GalaxyAdapter - Galaxy Adapter.
GalaxyRole - Role from Ansible Galaxy.
GalaxyRoleMetadata - Role Metadata obtained from Role Response.
GalaxyRoleNamespace - Role Namespace obtained from Role Response Summary.
GalaxyRoleResponse - Role Response from Ansible Galaxy.
GalaxyRoleSummary - Role Summary obtained from Role Response.
GalaxySearchResponse - Search response for Galaxy.
HelmAdapter - Helm Registry Adapter.
IndexFile represents the index file in a chart repository https://github.com/kubernetes/helm/blob/48e703997016f3edeb4f0b90e6cfdb3456ce3db0/pkg/repo/index.go#L78.
LocalOpenShiftAdapter - Docker Hub Adapter.
Maintainer describes a Chart maintainer.
MockAdapter - a adapter that is for mocking data.
OpenShiftAdapter - OpenShift Adapter.
PartnerRhccAdapter - Partner RHCC Adapter.
QuayAdapter - Quay Adapter.
RegistryProxyAdapter - Registry Proxy Adapter.
RHCCAdapter - Red Hat Container Catalog Registry.
RHCCImage - RHCC Registry Image that is returned from the RHCC Catalog api.
RHCCImageResponse - RHCC Registry Image Response returned for the RHCC Catalog api.
# Interfaces
Adapter - Adapter will wrap the methods that a registry needs to fully manage images.
# Type aliases
ChartVersions is a list of versioned chart references.