mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-06-10 10:15:57 +00:00
vendor dependencies
This commit is contained in:
parent
604208ef4f
commit
72abf135d6
1156 changed files with 78178 additions and 105799 deletions
2
vendor/k8s.io/apiserver/pkg/storage/errors.go
generated
vendored
2
vendor/k8s.io/apiserver/pkg/storage/errors.go
generated
vendored
|
|
@ -166,5 +166,5 @@ func NewInternalError(reason string) InternalError {
|
|||
}
|
||||
|
||||
func NewInternalErrorf(format string, a ...interface{}) InternalError {
|
||||
return InternalError{fmt.Sprintf(format, a)}
|
||||
return InternalError{fmt.Sprintf(format, a...)}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue