config

package
v0.0.0-...-636a2a8 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2025 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ConfigMapping = map[string]*BuiltinConfig{
	"cts-prototype": {
		ProviderId: api.ProviderId_GCLOUD,
		GcloudConfig: api.Config_GCloudBackend{
			Project:        "betty-cloud-prototype",
			Zone:           "us-west2-a",
			MachineType:    "n2-standard-4",
			InstancePrefix: "ctsprototype-",
			PublicIp:       true,
		},
	},
}

Functions

This section is empty.

Types

type BuiltinConfig

type BuiltinConfig struct {
	ProviderId api.ProviderId
	// TODO(fqj): replace to a different type outside of api.
	GcloudConfig api.Config_GCloudBackend
}

Jump to

Keyboard shortcuts

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