Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConfig ¶ added in v1.6.2
type AuthConfig struct {
Auths Auths `json:"auths"`
}
AuthConfig represent the secret of type kubernetes.io/dockerconfigjson
type Auths ¶
type Auths map[string]Credential
Click to show internal directories.
Click to hide internal directories.