forked from TrueCloudLab/restic
Update vendored dependencies
This includes github.com/kurin/blazer 0.2.0, which resolves #1291
This commit is contained in:
parent
ba23d24dd1
commit
61cb1cc6f8
1044 changed files with 203022 additions and 97709 deletions
6
vendor/google.golang.org/api/deploymentmanager/v2beta/deploymentmanager-api.json
generated
vendored
6
vendor/google.golang.org/api/deploymentmanager/v2beta/deploymentmanager-api.json
generated
vendored
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/pNhnika0vHNoLBFUO60LmseDNyE\"",
|
||||
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/fjbnlFC4GTEIX5zCJ4_9R1qQWCw\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "deploymentmanager:v2beta",
|
||||
"name": "deploymentmanager",
|
||||
"canonicalName": "Deployment Manager V2Beta",
|
||||
"version": "v2beta",
|
||||
"revision": "20170914",
|
||||
"revision": "20170925",
|
||||
"title": "Google Cloud Deployment Manager API V2Beta Methods",
|
||||
"description": "The Deployment Manager API allows users to declaratively configure, deploy and run complex solutions on the Google Cloud Platform.",
|
||||
"ownerDomain": "google.com",
|
||||
|
@ -1139,7 +1139,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/v2beta/deploymentmanager-gen.go
generated
vendored
3
vendor/google.golang.org/api/deploymentmanager/v2beta/deploymentmanager-gen.go
generated
vendored
|
@ -2209,7 +2209,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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue