Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClusterConfig ¶
type ClusterConfig struct { Location string `yaml:"location,omitempty"` NodeCount int64 `yaml:"nodeCount,omitempty"` NodeType string `yaml:"nodeType,omitempty"` Addons string `yaml:"addons,omitempty"` }
ClusterConfig is config for the cluster
type GKECluster ¶
type GKECluster struct {
Config ClusterConfig `yaml:"GKECluster,omitempty"`
}
GKECluster saves the config information for the GKE cluster
Click to show internal directories.
Click to hide internal directories.