StorageOS update api library
This commit is contained in:
4
vendor/github.com/storageos/go-api/validation.go
generated
vendored
4
vendor/github.com/storageos/go-api/validation.go
generated
vendored
@@ -22,7 +22,9 @@ var (
|
||||
// collection of restricted characters.
|
||||
NamePattern = regexp.MustCompile(`^` + NameFormat + `$`)
|
||||
|
||||
ErrNoRef = errors.New("no ref provided or incorrect format")
|
||||
// ErrNoRef is given when the reference given is invalid.
|
||||
ErrNoRef = errors.New("no ref provided or incorrect format")
|
||||
// ErrNoNamespace is given when the namespace given is invalid.
|
||||
ErrNoNamespace = errors.New("no namespace provided or incorrect format")
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user