mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-27 11:53:53 +00:00
StorageOS update api library
This commit is contained in:
3
vendor/github.com/storageos/go-api/login.go
generated
vendored
3
vendor/github.com/storageos/go-api/login.go
generated
vendored
@@ -8,7 +8,8 @@ import (
|
||||
var (
|
||||
// LoginAPIPrefix is a partial path to the HTTP endpoint.
|
||||
LoginAPIPrefix = "auth/login"
|
||||
ErrLoginFailed = errors.New("Failed to get token from API endpoint")
|
||||
// ErrLoginFailed is the error returned on an unsuccessful login.
|
||||
ErrLoginFailed = errors.New("failed to get token from API endpoint")
|
||||
)
|
||||
|
||||
// Login attemps to get a token from the API
|
||||
|
||||
Reference in New Issue
Block a user