Documentation
¶
Index ¶
- func DebugTransport(t http.RoundTripper) http.RoundTripper
- type BlobProxy
- type BlobStore
- type ManifestProxy
- type ManifestStore
- type Option
- func WithClientCA(clientCA *x509.CertPool) Option
- func WithClientID(id string) Option
- func WithDebug() Option
- func WithInsecure() Option
- func WithPlainHTTP() Option
- func WithProxy(host string) Option
- func WithProxyClientCA(clientCA *x509.CertPool) Option
- func WithProxyInsecure() Option
- func WithProxyPassword(password string) Option
- func WithProxyPlainHTTP() Option
- func WithProxyUser(user string) Option
- type Registry
- type Repository
- type RepositoryProxy
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DebugTransport ¶
func DebugTransport(t http.RoundTripper) http.RoundTripper
Types ¶
type ManifestProxy ¶
type ManifestProxy interface { registry.ReferenceFetcher content.Fetcher }
type ManifestStore ¶
type ManifestStore = registry.ManifestStore
type Option ¶
type Option func(*options)
func WithClientCA ¶
func WithClientID ¶
func WithInsecure ¶
func WithInsecure() Option
func WithPlainHTTP ¶
func WithPlainHTTP() Option
func WithProxyClientCA ¶
func WithProxyInsecure ¶
func WithProxyInsecure() Option
func WithProxyPassword ¶
func WithProxyPlainHTTP ¶
func WithProxyPlainHTTP() Option
func WithProxyUser ¶
type RepositoryProxy ¶
type RepositoryProxy interface { registry.ReferenceFetcher content.Fetcher }
Click to show internal directories.
Click to hide internal directories.