Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultClusterName = "kubernetes"
)
Functions ¶
func DecodeConfigFromFile ¶
func DefaultArtifactURL ¶
func StackTemplateBody ¶
Types ¶
type Cluster ¶
type Cluster struct {
// contains filtered or unexported fields
}
func (*Cluster) Info ¶
func (c *Cluster) Info() (*ClusterInfo, error)
type ClusterInfo ¶
func (*ClusterInfo) String ¶
func (c *ClusterInfo) String() string
type Config ¶
type Config struct { ClusterName string `yaml:"clusterName"` ExternalDNSName string `yaml:"externalDNSName"` KeyName string `yaml:"keyName"` Region string `yaml:"region"` AvailabilityZone string `yaml:"availabilityZone"` ArtifactURL string `yaml:"artifactURL"` ControllerRootVolumeSize int `yaml:"controllerRootVolumeSize"` WorkerCount int `yaml:"workerCount"` WorkerRootVolumeSize int `yaml:"workerRootVolumeSize"` }
func NewDefaultConfig ¶
Click to show internal directories.
Click to hide internal directories.