Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultEnvPrefix = "VMCLARITY_GCP"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ProjectID string `mapstructure:"project_id"` ScannerZone string `mapstructure:"scanner_zone"` ScannerSubnetwork string `mapstructure:"scanner_subnetwork"` ScannerMachineType string `mapstructure:"scanner_machine_type"` ScannerSourceImage string `mapstructure:"scanner_source_image"` ScannerSSHPublicKey string `mapstructure:"scanner_ssh_public_key"` }
Click to show internal directories.
Click to hide internal directories.