Documentation ¶
Overview ¶
Package config contains common configuration to all commands & control abstractions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Environment is the current environment ctpu is running in Environment string // The current active configuration we are using as default. ActiveConfiguration string // The "flock" name to use when creating the VMs and TPUs FlockName string // The GCP project we will use to allocate / deallocate TPUs and VMs. Project string // The Compute Engine zone we will use to allocate / deallocate TPUs and VMs. Zone string // contains filtered or unexported fields }
Config encapsulates all common configuration required to execute a command.
Click to show internal directories.
Click to hide internal directories.