Versions in this module Expand all Collapse all v0 v0.41.6 Oct 16, 2024 Changes in this version type Client + func (c *Client) WithTokenSource(ts oauth2.TokenSource) *Client v0.41.4 Oct 13, 2024 Changes in this version + const GCP_TOKEN_URL + func ValidHost(host string) bool + type Client struct + func NewClient(opts ...Option) *Client + func (c *Client) Login(ctx context.Context, autoLogin bool, image string, ref name.Reference) (authn.Authenticator, error) + func (c *Client) LoginWithExpiry(ctx context.Context, autoLogin bool, image string, ref name.Reference) (authn.Authenticator, time.Time, error) + func (c *Client) OIDCLogin(ctx context.Context) (authn.Authenticator, error) + func (c *Client) WithTokenURL(url string) *Client + type Option func(*Client) + func WithProxyURL(proxyURL *url.URL) Option