package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Mar 26, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Cluster struct {
ResourceTags map[string]string `json:"resource_tags"`
}
Cluster configures AWS-specific cluster settings.
DefaultCluster provides a default Cluster.
type Master struct {
InstanceType string `json:"instance_type"`
}
Master configures AWS-specific worker node settings.
DefaultMaster provides default Master.
type Worker struct {
InstanceType string `json:"instance_type"`
}
Worker configures AWS-specific worker node settings.
DefaultWorker provides default Worker.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.