Merge pull request #21250 from runcom/comment-fix

registry: endpoint_v1: fix outdated comment
Upstream-commit: 5f8a0ceeda003df141ab462a8ad20dad4f5b5fe4
Component: engine
This commit is contained in:
Vincent Demeester
2016-03-16 14:35:14 +01:00

View File

@ -21,8 +21,7 @@ type V1Endpoint struct {
IsSecure bool
}
// NewV1Endpoint parses the given address to return a registry endpoint. v can be used to
// specify a specific endpoint version
// NewV1Endpoint parses the given address to return a registry endpoint.
func NewV1Endpoint(index *registrytypes.IndexInfo, userAgent string, metaHeaders http.Header) (*V1Endpoint, error) {
tlsConfig, err := newTLSConfig(index.Name, index.Secure)
if err != nil {