forked from GoogleCloudPlatform/k8s-config-connector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request GoogleCloudPlatform#2899 from acpana/acpana/export…
…-everyone feat: implement missing exports [cloudbuild]
- Loading branch information
Showing
6 changed files
with
98 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
...sic/cloudbuild/v1beta1/cloudbuildworkerpool/_generated_export_cloudbuildworkerpool.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apiVersion: cloudbuild.cnrm.cloud.google.com/v1beta1 | ||
kind: CloudBuildWorkerPool | ||
metadata: | ||
name: projects-${projectId}-locations-us-central1-workerpools-cloudbuildworkerpool-${uniqueId} | ||
spec: | ||
displayName: New CloudBuild WorkerPool | ||
location: us-central1 | ||
privatePoolV1Config: | ||
networkConfig: | ||
egressOption: NO_PUBLIC_EGRESS | ||
peeredNetworkIPRange: /29 | ||
peeredNetworkRef: | ||
external: projects/${projectId}/global/networks/computenetwork-${uniqueId} | ||
workerConfig: | ||
diskSizeGb: 100 | ||
machineType: e2-medium | ||
projectRef: | ||
external: //cloudbuild.googleapis.com/projects/${projectId}/locations/us-central1/workerPools/cloudbuildworkerpool-${uniqueId} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters