aws

package
v0.9.0-master Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2019 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 AWS

type AWS struct {
	EC2AMIOverride string            `json:"aws_ec2_ami_override,omitempty"`
	ExtraTags      map[string]string `json:"aws_extra_tags,omitempty"`
	Master         `json:",inline"`
	Region         string `json:"aws_region,omitempty"`
	VPCCIDRBlock   string `json:"aws_vpc_cidr_block"`
	Worker         `json:",inline"`
}

AWS converts AWS related config.

type Master

type Master struct {
	EC2Type          string `json:"aws_master_ec2_type,omitempty"`
	IAMRoleName      string `json:"aws_master_iam_role_name,omitempty"`
	MasterRootVolume `json:",inline"`
}

Master converts master related config.

type MasterRootVolume

type MasterRootVolume struct {
	IOPS int    `json:"aws_master_root_volume_iops,omitempty"`
	Size int    `json:"aws_master_root_volume_size,omitempty"`
	Type string `json:"aws_master_root_volume_type,omitempty"`
}

MasterRootVolume converts master rool volume related config.

type Worker

type Worker struct {
	IAMRoleName string `json:"aws_worker_iam_role_name,omitempty"`
}

Worker converts worker related config.

Jump to

Keyboard shortcuts

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