Skip to content

Commit 0f742f5

Browse files
Add resource metadata for dcl resources (#12266) (#20352)
[upstream:c7b7dc40571ddeb6e160035600d512d413dfbbb5] Signed-off-by: Modular Magician <[email protected]>
1 parent 6fa83f5 commit 0f742f5

23 files changed

+113
-0
lines changed

.changelog/12266.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
resource: 'google_apikeys_key'
2+
generation_type: 'dcl'
3+
api_service_name: 'apikeys.googleapis.com'
4+
api_version: 'v2'
5+
api_resource_type_kind: 'Key'
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
resource: 'google_assured_workloads_workload'
2+
generation_type: 'dcl'
3+
api_service_name: 'assuredworkloads.googleapis.com'
4+
api_version: 'v1'
5+
api_resource_type_kind: 'Workload'
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
resource: 'google_cloudbuild_worker_pool'
2+
generation_type: 'dcl'
3+
api_service_name: 'cloudbuild.googleapis.com'
4+
api_version: 'v1'
5+
api_resource_type_kind: 'WorkerPool'
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
resource: 'google_clouddeploy_delivery_pipeline'
2+
generation_type: 'dcl'
3+
api_service_name: 'clouddeploy.googleapis.com'
4+
api_version: 'v1'
5+
api_resource_type_kind: 'DeliveryPipeline'
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
resource: 'google_clouddeploy_target'
2+
generation_type: 'dcl'
3+
api_service_name: 'clouddeploy.googleapis.com'
4+
api_version: 'v1'
5+
api_resource_type_kind: 'Target'
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
resource: 'google_compute_firewall_policy'
2+
generation_type: 'dcl'
3+
api_service_name: 'compute.googleapis.com'
4+
api_version: 'v1'
5+
api_resource_type_kind: 'FirewallPolicy'
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
resource: 'google_container_aws_cluster'
2+
generation_type: 'dcl'
3+
api_service_name: 'gkemulticloud.googleapis.com'
4+
api_version: 'v1'
5+
api_resource_type_kind: 'AwsCluster'
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
resource: 'google_container_aws_node_pool'
2+
generation_type: 'dcl'
3+
api_service_name: 'gkemulticloud.googleapis.com'
4+
api_version: 'v1'
5+
api_resource_type_kind: 'AwsNodePool'
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
resource: 'google_container_azure_client'
2+
generation_type: 'dcl'
3+
api_service_name: 'gkemulticloud.googleapis.com'
4+
api_version: 'v1'
5+
api_resource_type_kind: 'AzureClient'

0 commit comments

Comments
 (0)