Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Platform ¶
type Platform struct { // ProjectID is the the project that will be used for the cluster. ProjectID string `json:"projectID"` // Region specifies the GCP region where the cluster will be created. Region string `json:"region"` }
Platform stores all the global configuration that all machinesets use.
Click to show internal directories.
Click to hide internal directories.