Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Services = []string{
"dns",
"compute",
"gke",
"cloud-function",
"cloud-run",
"s3",
}
Services that provide IP addresses or DNS names only
Functions ¶
Types ¶
type OrganizationProvider ¶ added in v1.3.0
type OrganizationProvider struct {
// contains filtered or unexported fields
}
OrganizationProvider is a provider for organization-level GCP Asset API
func (*OrganizationProvider) ID ¶ added in v1.3.0
func (p *OrganizationProvider) ID() string
ID returns the name of the provider id
func (*OrganizationProvider) Name ¶ added in v1.3.0
func (p *OrganizationProvider) Name() string
Name returns the name of the provider
func (*OrganizationProvider) Resources ¶ added in v1.3.0
Resources returns the provider resources using organization-level Cloud Asset Inventory API
func (*OrganizationProvider) Services ¶ added in v1.3.0
func (p *OrganizationProvider) Services() []string
Services returns the provider services
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider is a data provider for gcp API
func (*Provider) Resources ¶
Resources returns the provider for an resource deployment source using individual services
Click to show internal directories.
Click to hide internal directories.