From 4e32d436873f836fd4dcbb2c68148322345e3b7a Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Mon, 22 Nov 2021 18:20:20 +0000 Subject: [PATCH] Move Cloud Build Worker Pool to GA. (#5356) * Move Cloud Build Worker Pool to GA. Note: this includes some unusual changes due to deviations between the beta and GA APIs. * upgrade dcl. * finish removing version gate. * Use new GA / Beta versions, neither of which is ACL'd. Signed-off-by: Modular Magician --- converters/google/resources/config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/converters/google/resources/config.go b/converters/google/resources/config.go index 69079f286..9fa86e51f 100644 --- a/converters/google/resources/config.go +++ b/converters/google/resources/config.go @@ -166,6 +166,8 @@ type Config struct { EventarcBasePath string GkeHubBasePath string OrgPolicyBasePath string + // CloudBuild WorkerPool uses a different endpoint (v1beta1) than any other CloudBuild resources + CloudBuildWorkerPoolBasePath string } const AccessApprovalBasePathKey = "AccessApproval"