Documentation ¶
Index ¶
Constants ¶
View Source
const ( YamlSeparator string = "---\n" RegistryTypeGcr = "gcr" RegistryTypeEcr = "ecr" GcrRegistryUsername = "oauth2accesstoken" GcrRegistryScope = "https://www.googleapis.com/auth/cloud-platform" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerAuthConfig ¶ added in v0.17.0
type DockerAuthConfig struct { RegistryType string // can be ecr, gcr, docker-hub, harbor etc. Username string Password string AccessKeyEcr string // used for pulling from private ecr registry SecretAccessKeyEcr string // used for pulling from private ecr registry EcrRegion string // used for pulling from private ecr registry CredentialFileJsonGcr string // used for pulling from private gcr registry IsRegistryPrivate bool }
func (*DockerAuthConfig) GetEncodedRegistryAuth ¶ added in v0.17.0
func (r *DockerAuthConfig) GetEncodedRegistryAuth() (string, error)
type DockerRegistryInfo ¶ added in v0.17.0
Click to show internal directories.
Click to hide internal directories.