Documentation ¶
Index ¶
Constants ¶
View Source
const ( DockerhubUrl = "https://index.docker.io/v1/" GcrUrl = "gcr.io" GcrUser = "_json_key" GitAnnotation = "kpack.io/git" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CredentialFetcher ¶
type DockerConfigJson ¶
type DockerConfigJson struct {
Auths DockerCredentials `json:"auths"`
}
type DockerCredentials ¶
type DockerCredentials map[string]authn.AuthConfig
Click to show internal directories.
Click to hide internal directories.