Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ResolveRetries is the number of times to attempt resolving a key before giving up. ResolveRetries = 3 // ResolveTimeout is the timeout for resolving a key. ResolveTimeout = 1 * time.Second )
Functions ¶
This section is empty.
Types ¶
type Mirror ¶
type Mirror struct {
// contains filtered or unexported fields
}
Mirror is a handler that handles requests to this registry Mirror.
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
Registry is a handler that handles requests to this registry.
func NewRegistry ¶
func NewRegistry(containerdStore containerd.Store) *Registry
NewRegistry creates a new registry handler.
Click to show internal directories.
Click to hide internal directories.