gcp

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2026 License: MPL-2.0 Imports: 0 Imported by: 0

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

func (*GCPConfig) Copy

func (c *GCPConfig) Copy() *GCPConfig

Copy creates a deep copy of the GCPConfig object

func (*GCPConfig) Merge

func (base *GCPConfig) Merge(overlay *GCPConfig)

Merge performs a deep merge of the current GCPConfig with another GCPConfig.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL