Update dependenciess
Exclude minio-go for now (pin to 3.x.y).
This commit is contained in:
parent
9d0f13c4c0
commit
946c8399e2
2985 changed files with 1008107 additions and 118934 deletions
85
vendor/google.golang.org/api/deploymentmanager/v0.alpha/deploymentmanager-api.json
generated
vendored
85
vendor/google.golang.org/api/deploymentmanager/v0.alpha/deploymentmanager-api.json
generated
vendored
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/_YIg1ZU-z6xEn8qUWJtIDhiIaWM\"",
|
||||
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/dTaDGpxiMHj3lFlb8pUnNUoP8XA\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "deploymentmanager:alpha",
|
||||
"name": "deploymentmanager",
|
||||
"canonicalName": "Deployment Manager Alpha",
|
||||
"version": "alpha",
|
||||
"revision": "20170925",
|
||||
"revision": "20171102",
|
||||
"title": "Google Cloud Deployment Manager Alpha API",
|
||||
"description": "The Deployment Manager API allows users to declaratively configure, deploy and run complex solutions on the Google Cloud Platform.",
|
||||
"ownerDomain": "google.com",
|
||||
|
@ -86,6 +86,21 @@
|
|||
}
|
||||
},
|
||||
"schemas": {
|
||||
"AsyncOptions": {
|
||||
"id": "AsyncOptions",
|
||||
"type": "object",
|
||||
"description": "Async options that determine when a resource should finish.",
|
||||
"properties": {
|
||||
"methodMatch": {
|
||||
"type": "string",
|
||||
"description": "Method regex where this policy will apply."
|
||||
},
|
||||
"pollingOptions": {
|
||||
"$ref": "PollingOptions",
|
||||
"description": "Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed."
|
||||
}
|
||||
}
|
||||
},
|
||||
"AuditConfig": {
|
||||
"id": "AuditConfig",
|
||||
"type": "object",
|
||||
|
@ -217,7 +232,7 @@
|
|||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Name of the composite type."
|
||||
"description": "Name of the composite type, must follow the expression: [a-z]([-a-z0-9_.]{0,61}[a-z0-9])?."
|
||||
},
|
||||
"operation": {
|
||||
"$ref": "Operation",
|
||||
|
@ -527,6 +542,21 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"Diagnostic": {
|
||||
"id": "Diagnostic",
|
||||
"type": "object",
|
||||
"description": "",
|
||||
"properties": {
|
||||
"field": {
|
||||
"type": "string",
|
||||
"description": "JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic."
|
||||
},
|
||||
"level": {
|
||||
"type": "string",
|
||||
"description": "Level to record this diagnostic."
|
||||
}
|
||||
}
|
||||
},
|
||||
"Expr": {
|
||||
"id": "Expr",
|
||||
"type": "object",
|
||||
|
@ -889,6 +919,13 @@
|
|||
"type": "object",
|
||||
"description": "Options allows customized resource handling by Deployment Manager.",
|
||||
"properties": {
|
||||
"asyncOptions": {
|
||||
"type": "array",
|
||||
"description": "Options regarding how to thread async requests.",
|
||||
"items": {
|
||||
"$ref": "AsyncOptions"
|
||||
}
|
||||
},
|
||||
"inputMappings": {
|
||||
"type": "array",
|
||||
"description": "The mappings that apply for requests.",
|
||||
|
@ -948,6 +985,36 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"PollingOptions": {
|
||||
"id": "PollingOptions",
|
||||
"type": "object",
|
||||
"description": "",
|
||||
"properties": {
|
||||
"diagnostics": {
|
||||
"type": "array",
|
||||
"description": "An array of diagnostics to be collected by Deployment Manager, these diagnostics will be displayed to the user.",
|
||||
"items": {
|
||||
"$ref": "Diagnostic"
|
||||
}
|
||||
},
|
||||
"failCondition": {
|
||||
"type": "string",
|
||||
"description": "JsonPath expression that determines if the request failed."
|
||||
},
|
||||
"finishCondition": {
|
||||
"type": "string",
|
||||
"description": "JsonPath expression that determines if the request is completed."
|
||||
},
|
||||
"pollingLink": {
|
||||
"type": "string",
|
||||
"description": "JsonPath expression that evaluates to string, it indicates where to poll."
|
||||
},
|
||||
"targetLink": {
|
||||
"type": "string",
|
||||
"description": "JsonPath expression, after polling is completed, indicates where to fetch the resource."
|
||||
}
|
||||
}
|
||||
},
|
||||
"Resource": {
|
||||
"id": "Resource",
|
||||
"type": "object",
|
||||
|
@ -1258,6 +1325,10 @@
|
|||
"type": "string",
|
||||
"description": "Which interpreter (python or jinja) should be used during expansion."
|
||||
},
|
||||
"mainTemplate": {
|
||||
"type": "string",
|
||||
"description": "The filename of the mainTemplate"
|
||||
},
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The contents of the template schema."
|
||||
|
@ -1553,7 +1624,7 @@
|
|||
"type": "string",
|
||||
"description": "The name of the type for this request.",
|
||||
"required": true,
|
||||
"pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
|
||||
"pattern": "[a-z](?:[-a-z0-9_.]{0,61}[a-z0-9])?",
|
||||
"location": "path"
|
||||
},
|
||||
"project": {
|
||||
|
@ -1586,7 +1657,7 @@
|
|||
"type": "string",
|
||||
"description": "The name of the composite type for this request.",
|
||||
"required": true,
|
||||
"pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
|
||||
"pattern": "[a-z](?:[-a-z0-9_.]{0,61}[a-z0-9])?",
|
||||
"location": "path"
|
||||
},
|
||||
"project": {
|
||||
|
@ -1699,7 +1770,7 @@
|
|||
"type": "string",
|
||||
"description": "The name of the composite type for this request.",
|
||||
"required": true,
|
||||
"pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
|
||||
"pattern": "[a-z](?:[-a-z0-9_.]{0,61}[a-z0-9])?",
|
||||
"location": "path"
|
||||
},
|
||||
"project": {
|
||||
|
@ -1735,7 +1806,7 @@
|
|||
"type": "string",
|
||||
"description": "The name of the composite type for this request.",
|
||||
"required": true,
|
||||
"pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
|
||||
"pattern": "[a-z](?:[-a-z0-9_.]{0,61}[a-z0-9])?",
|
||||
"location": "path"
|
||||
},
|
||||
"project": {
|
||||
|
|
460
vendor/google.golang.org/api/deploymentmanager/v0.alpha/deploymentmanager-gen.go
generated
vendored
460
vendor/google.golang.org/api/deploymentmanager/v0.alpha/deploymentmanager-gen.go
generated
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue