Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ResourcesToFetch = []ResourcesClassification{ {gcpinventory.CrmOrgAssetType, inventory.AssetClassificationGcpOrganization}, {gcpinventory.CrmFolderAssetType, inventory.AssetClassificationGcpFolder}, {gcpinventory.CrmProjectAssetType, inventory.AssetClassificationGcpProject}, {gcpinventory.ComputeInstanceAssetType, inventory.AssetClassificationGcpInstance}, {gcpinventory.ComputeFirewallAssetType, inventory.AssetClassificationGcpFirewall}, {gcpinventory.StorageBucketAssetType, inventory.AssetClassificationGcpBucket}, {gcpinventory.ComputeSubnetworkAssetType, inventory.AssetClassificationGcpSubnet}, {gcpinventory.IamServiceAccountAssetType, inventory.AssetClassificationGcpServiceAccount}, {gcpinventory.IamServiceAccountKeyAssetType, inventory.AssetClassificationGcpServiceAccountKey}, {gcpinventory.GkeClusterAssetType, inventory.AssetClassificationGcpGkeCluster}, {gcpinventory.ComputeForwardingRuleAssetType, inventory.AssetClassificationGcpForwardingRule}, {gcpinventory.CloudFunctionAssetType, inventory.AssetClassificationGcpCloudFunction}, {gcpinventory.CloudRunService, inventory.AssetClassificationGcpCloudRunService}, {gcpinventory.IamRoleAssetType, inventory.AssetClassificationGcpIamRole}, }
Functions ¶
func New ¶
func New(logger *clog.Logger, provider gcpinventory.ServiceAPI) []inventory.AssetFetcher
Types ¶
type ResourcesClassification ¶
type ResourcesClassification struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.