aws

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cluster

type Cluster struct {
	ResourceTags map[string]string `json:"resource_tags"`
}

Cluster configures AWS-specific cluster settings.

func DefaultCluster

func DefaultCluster() Cluster

DefaultCluster provides a default Cluster.

type Master

type Master struct {
	InstanceType string `json:"instance_type"`
}

Master configures AWS-specific worker node settings.

func DefaultMaster

func DefaultMaster() Master

DefaultMaster provides default Master.

type Worker

type Worker struct {
	InstanceType string `json:"instance_type"`
}

Worker configures AWS-specific worker node settings.

func DefaultWorker

func DefaultWorker() Worker

DefaultWorker provides default Worker.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL