deps: update images to 0.94
Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
parent
4f90a757dc
commit
bccd1639af
1096 changed files with 411794 additions and 11488 deletions
4
vendor/cloud.google.com/go/storage/client.go
generated
vendored
4
vendor/cloud.google.com/go/storage/client.go
generated
vendored
|
|
@ -122,7 +122,7 @@ type settings struct {
|
|||
gax []gax.CallOption
|
||||
|
||||
// idempotent indicates if the call is idempotent or not when considering
|
||||
// if the call should be retired or not.
|
||||
// if the call should be retried or not.
|
||||
idempotent bool
|
||||
|
||||
// clientOption is a set of option.ClientOption to be used during client
|
||||
|
|
@ -132,6 +132,8 @@ type settings struct {
|
|||
|
||||
// userProject is the user project that should be billed for the request.
|
||||
userProject string
|
||||
|
||||
metricsContext *metricsContext
|
||||
}
|
||||
|
||||
func initSettings(opts ...storageOption) *settings {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue