Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GCPConfig ¶
type GCPConfig struct {
// Enabled indicates whether GCP integration is enabled.
Enabled *bool `yaml:"enabled,omitempty"`
// ProjectID is the GCP project identifier
ProjectID *string `yaml:"project_id,omitempty"`
// CredentialsPath specifies the path to a service account key file.
CredentialsPath *string `yaml:"credentials_path,omitempty"`
// QuotaProject specifies the project to use for quota and billing
QuotaProject *string `yaml:"quota_project,omitempty"`
}
GCPConfig represents the GCP configuration
Click to show internal directories.
Click to hide internal directories.