Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildOptions ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) ResolveAuth ¶ added in v0.8.3
func (c *Client) ResolveAuth(registryHostname string) (authn.Authenticator, error)
type ClientBuilder ¶
type ClientBuilder struct {
// contains filtered or unexported fields
}
func NewClientBuilder ¶ added in v0.1.14
func NewClientBuilder(addr string) *ClientBuilder
func (*ClientBuilder) Build ¶ added in v0.1.14
func (b *ClientBuilder) Build(ctx context.Context) (*Client, error)
func (*ClientBuilder) WithDockerConfigDir ¶ added in v0.3.1
func (b *ClientBuilder) WithDockerConfigDir(configDir string) *ClientBuilder
func (*ClientBuilder) WithLogger ¶ added in v0.1.14
func (b *ClientBuilder) WithLogger(log logr.Logger) *ClientBuilder
func (*ClientBuilder) WithMTLSAuth ¶ added in v0.1.14
func (b *ClientBuilder) WithMTLSAuth(caPath, certPath, keyPath string) *ClientBuilder
type DiscardCloser ¶
func (DiscardCloser) Close ¶
func (DiscardCloser) Close() error
Click to show internal directories.
Click to hide internal directories.