Documentation
¶
Index ¶
Constants ¶
View Source
const ( // RegistryCacheExtensionType is the name of the registry-cache Extension type. RegistryCacheExtensionType = "registry-cache" // RegistryMirrorExtensionType is the name of the registry-mirror Extension type. RegistryMirrorExtensionType = "registry-mirror" // Origin is the origin used for the registry cache ManagedResources. Origin = "registry-cache" // UpstreamHostLabel is a label on registry cache resources (Service, StatefulSet) which denotes the upstream host. UpstreamHostLabel = "upstream-host" // RegistryCachePort is the port on which the pull through cache serves requests. RegistryCachePort = 5000 // RemoteURLAnnotation is an annotation on registry cache Service which denotes the upstream registry URL. RemoteURLAnnotation = "remote-url" // UpstreamAnnotation is an annotation on registry cache Service which denotes the upstream registry host and optionally a port. UpstreamAnnotation = "upstream" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.