| Index: discovery/googleapis/cloudbuild__v1.json
|
| diff --git a/discovery/googleapis/cloudbuild__v1.json b/discovery/googleapis/cloudbuild__v1.json
|
| index 13d6b8c5a9c1950ee9c8c7a1e389baba7709ba17..9f0062082b9c5691dbe95eb8e302f0fb6e989c6b 100644
|
| --- a/discovery/googleapis/cloudbuild__v1.json
|
| +++ b/discovery/googleapis/cloudbuild__v1.json
|
| @@ -492,7 +492,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20161212",
|
| + "revision": "20170119",
|
| "rootUrl": "https://cloudbuild.googleapis.com/",
|
| "schemas": {
|
| "Status": {
|
| @@ -940,6 +940,10 @@
|
| },
|
| "type": "array"
|
| },
|
| + "entrypoint": {
|
| + "description": "Optional entrypoint to be used instead of the build step image's default\nIf unset, the image's default will be used.",
|
| + "type": "string"
|
| + },
|
| "name": {
|
| "description": "The name of the container image that will run this particular build step.\n\nIf the image is already available in the host's Docker daemon's cache, it\nwill be run directly. If not, the host will attempt to pull the image\nfirst, using the builder service account's credentials if necessary.\n\nThe Docker daemon's cache will already have the latest versions of all of\nthe officially supported build steps\n(https://github.com/GoogleCloudPlatform/cloud-builders). The Docker daemon\nwill also have cached many of the layers for some popular images, like\n\"ubuntu\", \"debian\", but they will be refreshed at the time you attempt to\nuse them.\n\nIf you built an image in a previous build step, it will be stored in the\nhost's Docker daemon's cache and is available to use as the name for a\nlater build step.",
|
| "type": "string"
|
|
|