cli/config/types: remove deprecated AuthConfig.Email field
Relates to [cli@27b2797], which forked this type from the Moby API, and [cli@aab947d], which fixed the deprecation comment. This field is no longer used since Docker 1.11 (API version 1.23) through [moby@aee260d] and [engine-api@9a9e468], and the fix of the deprecation comment was included in the 28.4.0 release. This patch removes the field. [cli@27b2797]:27b2797f7d[cli@aab947d]:aab947de8f[moby@aee260d]:aee260d4eb[engine-api@9a9e468]:9a9e468f50Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
committed by
Austin Vazquez
parent
a61ecaf3c7
commit
e9664b9f34
@ -6,11 +6,6 @@ type AuthConfig struct {
|
||||
Password string `json:"password,omitempty"`
|
||||
Auth string `json:"auth,omitempty"`
|
||||
|
||||
// Email is an optional value associated with the username.
|
||||
//
|
||||
// Deprecated: This field is deprecated since docker 1.11 (API v1.23) and will be removed in the next release.
|
||||
Email string `json:"email,omitempty"`
|
||||
|
||||
ServerAddress string `json:"serveraddress,omitempty"`
|
||||
|
||||
// IdentityToken is used to authenticate the user and get
|
||||
|
||||
Reference in New Issue
Block a user