config

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: May 20, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Instance

type Instance struct {
	Project string
	Zone    string
}

type Provider

type Provider struct {
	ServiceAccountFile string `toml:"ServiceAccountFile"`

	Project           string   `toml:"Project"`
	Zone              string   `toml:"Zone"`
	MachineType       string   `toml:"MachineType"`
	MinCPUPlatform    string   `toml:"MinCPUPlatform"`
	Image             string   `toml:"Image"`
	AllowedImages     []string `toml:"AllowedImages"`
	DiskSize          int64    `toml:"DiskSize"`
	DiskType          string   `toml:"DiskType"`
	Network           string   `toml:"Network"`
	Subnetwork        string   `toml:"Subnetwork"`
	UseInternalIPOnly bool     `toml:"UseInternalIPOnly"`

	Tags   []string          `toml:"Tags"`
	Labels map[string]string `toml:"Labels"`

	Username string `toml:"Username"`
}

Jump to

Keyboard shortcuts

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