Skip to content

Commit

Permalink
Adding documentaiton build_worker_pool (GoogleCloudPlatform#10022)
Browse files Browse the repository at this point in the history
  • Loading branch information
NA2047 authored and eshagoel06 committed Feb 26, 2024
1 parent ba8f9fc commit dd255aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ Please refer to the field 'effective_labels' for all of the labels present on th

* `build_environment_variables` - (Optional) A set of key/value environment variable pairs available during build time.

* `build_worker_pool` - (Optional) Name of the Cloud Build Custom Worker Pool that should be used to build the function.

* `vpc_connector` - (Optional) The VPC Network Connector that this cloud function can connect to. It should be set up as fully-qualified URI. The format of this field is `projects/*/locations/*/connectors/*`.

* `vpc_connector_egress_settings` - (Optional) The egress settings for the connector, controlling what traffic is diverted through it. Allowed values are `ALL_TRAFFIC` and `PRIVATE_RANGES_ONLY`. Defaults to `PRIVATE_RANGES_ONLY`. If unset, this field preserves the previously set value.
Expand Down

0 comments on commit dd255aa

Please sign in to comment.