Documentation ¶
Index ¶
- Constants
- type Option
- func WithLocalAddress(localAddr string) Option
- func WithLogger(log logr.Logger) Option
- func WithResolveLatestTag(resolveLatestTag bool) Option
- func WithResolveRetries(resolveRetries int) Option
- func WithResolveTimeout(resolveTimeout time.Duration) Option
- func WithTransport(transport http.RoundTripper) Option
- type Registry
Constants ¶
View Source
const (
MirroredHeaderKey = "X-Spegel-Mirrored"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Registry)
func WithLocalAddress ¶
func WithLogger ¶
func WithResolveLatestTag ¶
func WithResolveRetries ¶
func WithResolveTimeout ¶
func WithTransport ¶
func WithTransport(transport http.RoundTripper) Option
Click to show internal directories.
Click to hide internal directories.