[hyper-provider] update hypercli in vendor
This commit is contained in:
6
vendor/github.com/hyperhq/hypercli/registry/service_v1.go
generated
vendored
6
vendor/github.com/hyperhq/hypercli/registry/service_v1.go
generated
vendored
@@ -4,13 +4,13 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/hyperhq/hypercli/reference"
|
||||
"github.com/docker/go-connections/tlsconfig"
|
||||
"github.com/hyperhq/hypercli/reference"
|
||||
)
|
||||
|
||||
func (s *Service) lookupV1Endpoints(repoName reference.Named) (endpoints []APIEndpoint, err error) {
|
||||
var cfg = tlsconfig.ServerDefault
|
||||
tlsConfig := &cfg
|
||||
var cfg = tlsconfig.ServerDefault()
|
||||
tlsConfig := cfg
|
||||
nameString := repoName.FullName()
|
||||
if strings.HasPrefix(nameString, DefaultNamespace+"/") {
|
||||
endpoints = append(endpoints, APIEndpoint{
|
||||
|
||||
Reference in New Issue
Block a user