Versions in this module Expand all Collapse all v0 v0.41.6 Oct 16, 2024 v0.41.4 Oct 13, 2024 Changes in this version + func ParseRegistry(registry string) (accountId, awsEcrRegion string, ok bool) + type Client struct + func NewClient(opts ...Option) *Client + func (c *Client) Login(ctx context.Context, autoLogin bool, image string) (authn.Authenticator, error) + func (c *Client) LoginWithExpiry(ctx context.Context, autoLogin bool, image string) (authn.Authenticator, time.Time, error) + func (c *Client) OIDCLogin(ctx context.Context, registryURL string) (authn.Authenticator, error) + func (c *Client) WithConfig(cfg *aws.Config) + type Option func(*Client) + func WithProxyURL(proxyURL *url.URL) Option