GoogleCloudPlatform / k8s-config-connector

GCP Config Connector, a Kubernetes add-on for managing GCP resources
https://cloud.google.com/config-connector/docs/overview
Apache License 2.0
893 stars 221 forks source link

New resource request: Cloud asset inventory feed #769

Open vikahl opened 1 year ago

vikahl commented 1 year ago

Checklist

Describe the feature or resource

We would like to have support for Cloud asset inventory feeds in KCC so that we can manage all our infrastructure declaratively.

Additional information

Relevant GCP docs: https://cloud.google.com/asset-inventory/docs/monitoring-asset-changes

Importance

No response

ajlopezn commented 1 year ago

Hi @vikahl

The following KCC resources were released as v1alpha1 (ok for testing, not for production usage yet)

https://github.com/GoogleCloudPlatform/k8s-config-connector/blob/master/crds/cloudasset_v1alpha1_cloudassetorganizationfeed.yaml

https://github.com/GoogleCloudPlatform/k8s-config-connector/blob/master/crds/cloudasset_v1alpha1_cloudassetfolderfeed.yaml

https://github.com/GoogleCloudPlatform/k8s-config-connector/blob/master/crds/cloudasset_v1alpha1_cloudassetprojectfeed.yaml

vikahl commented 1 year ago

Amazing, thank you. We'll test and come back with feedback if we have any.