package
0.1.0
Repository: https://github.com/deckhouse/module-sdk.git
Documentation: pkg.go.dev

# Functions

Extract flattens the image to a single layer and returns ReadCloser for fetching the content.
No description provided by the author
NewClient creates container registry client using `repo` as prefix for tags passed to methods.
NewClientMock returns a mock for Client.
WithAuth use docker config base64 as authConfig if dockerCfg is empty - will use client without auth.
WithCA use custom CA certificate.
WithInsecureSchema use http schema instead of https.
WithTimeout limit and request to a registry with a timeout default timeout is 30 seconds.
WithUserAgent adds ua string to the User-Agent header.

# Structs

No description provided by the author
ClientMock implements Client.
ClientMockDigestExpectation specifies expectation struct of the Client.Digest.
ClientMockDigestParams contains parameters of the Client.Digest.
ClientMockDigestResults contains results of the Client.Digest.
ClientMockImageExpectation specifies expectation struct of the Client.Image.
ClientMockImageParams contains parameters of the Client.Image.
ClientMockImageResults contains results of the Client.Image.
ClientMockListTagsExpectation specifies expectation struct of the Client.ListTags.
ClientMockListTagsResults contains results of the Client.ListTags.

# Type aliases

No description provided by the author