mirror of
https://github.com/restic/restic.git
synced 2025-12-23 02:56:15 +00:00
Update vendored dependencies
This includes github.com/kurin/blazer 0.2.0, which resolves #1291
This commit is contained in:
6
vendor/google.golang.org/api/deploymentmanager/v2/deploymentmanager-api.json
generated
vendored
6
vendor/google.golang.org/api/deploymentmanager/v2/deploymentmanager-api.json
generated
vendored
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/daUhnbBTIdWllhB4C_Sl3rPArXs\"",
|
||||
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/4coXG-kLdOLe0xqn_lc-mbxcObg\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "deploymentmanager:v2",
|
||||
"name": "deploymentmanager",
|
||||
"canonicalName": "Deployment Manager",
|
||||
"version": "v2",
|
||||
"revision": "20170914",
|
||||
"revision": "20170925",
|
||||
"title": "Google Cloud Deployment Manager API",
|
||||
"description": "Declares, configures, and deploys complex solutions on Google Cloud Platform.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -945,7 +945,7 @@
|
||||
},
|
||||
"conditions": {
|
||||
"type": "array",
|
||||
"description": "Additional restrictions that must be met",
|
||||
"description": "Additional restrictions that must be met. All conditions must pass for the rule to match.",
|
||||
"items": {
|
||||
"$ref": "Condition"
|
||||
}
|
||||
|
||||
3
vendor/google.golang.org/api/deploymentmanager/v2/deploymentmanager-gen.go
generated
vendored
3
vendor/google.golang.org/api/deploymentmanager/v2/deploymentmanager-gen.go
generated
vendored
@@ -1835,7 +1835,8 @@ type Rule struct {
|
||||
// Action: Required
|
||||
Action string `json:"action,omitempty"`
|
||||
|
||||
// Conditions: Additional restrictions that must be met
|
||||
// Conditions: Additional restrictions that must be met. All conditions
|
||||
// must pass for the rule to match.
|
||||
Conditions []*Condition `json:"conditions,omitempty"`
|
||||
|
||||
// Description: Human-readable description of the rule.
|
||||
|
||||
Reference in New Issue
Block a user