mirror of https://github.com/containers/image.git
Add comment DockerAuthConfig
Add comment for DockerAuthConfig. In SystemContext, the fileds value of DockerAuthConfig can be empty. Signed-off-by: Qi Wang <qiwan@redhat.com>
This commit is contained in:
parent
da9ab3561a
commit
4794649b83
|
|
@ -401,6 +401,7 @@ type ImageInspectInfo struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// DockerAuthConfig contains authorization information for connecting to a registry.
|
// DockerAuthConfig contains authorization information for connecting to a registry.
|
||||||
|
// the value of Username and Password can be empty for accessing the registry anonymously
|
||||||
type DockerAuthConfig struct {
|
type DockerAuthConfig struct {
|
||||||
Username string
|
Username string
|
||||||
Password string
|
Password string
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue