MCPcopy Index your code
hub / github.com/devspace-sh/devspace / Login

Method Login

pkg/devspace/docker/client.go:40–40  ·  view source on GitHub ↗
(ctx context.Context, registryURL, user, password string, checkCredentialsStore, saveAuthConfig, relogin bool)

Source from the content-addressed store, hash-verified

38 ImagePush(ctx context.Context, ref string, options image.PushOptions) (io.ReadCloser, error)
39
40 Login(ctx context.Context, registryURL, user, password string, checkCredentialsStore, saveAuthConfig, relogin bool) (*dockerregistry.AuthConfig, error)
41 GetAuthConfig(ctx context.Context, registryURL string, checkCredentialsStore bool) (*dockerregistry.AuthConfig, error)
42
43 ParseProxyConfig(buildArgs map[string]*string) map[string]*string

Callers 1

addPullSecretConfigMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected