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:
Qi Wang 2019-05-03 15:08:32 -04:00
parent da9ab3561a
commit 4794649b83
1 changed files with 1 additions and 0 deletions

View File

@ -401,6 +401,7 @@ type ImageInspectInfo struct {
}
// 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 {
Username string
Password string