aws

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2016 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AWSMasterAMIs = map[string]string{
	"ap-northeast-1": "ami-907fa690",
	"ap-southeast-1": "ami-b4a79de6",
	"eu-central-1":   "ami-e8635bf5",
	"eu-west-1":      "ami-0fd0ae78",
	"sa-east-1":      "ami-f9f675e4",
	"us-east-1":      "ami-f57b8f9e",
	"us-west-1":      "ami-87b643c3",
	"cn-north-1":     "ami-3abf2203",
	"ap-southeast-2": "ami-1bb9c221",
	"us-west-2":      "ami-33566d03",
}

Functions

func EC2 added in v0.11.2

func EC2(kube *model.Kube) ec2iface.EC2API

func ELB added in v0.11.2

func ELB(kube *model.Kube) elbiface.ELBAPI

func IAM added in v0.11.2

func IAM(kube *model.Kube) iamiface.IAMAPI

Types

type Provider

type Provider struct {
	Core *core.Core
	EC2  func(*model.Kube) ec2iface.EC2API
	IAM  func(*model.Kube) iamiface.IAMAPI
	ELB  func(*model.Kube) elbiface.ELBAPI
}

func (*Provider) CreateEntrypoint

func (p *Provider) CreateEntrypoint(m *model.Entrypoint, action *core.Action) error

func (*Provider) CreateEntrypointListener added in v0.11.0

func (p *Provider) CreateEntrypointListener(m *model.EntrypointListener, action *core.Action) error

func (*Provider) CreateKube

func (p *Provider) CreateKube(m *model.Kube, action *core.Action) error

func (*Provider) CreateNode

func (p *Provider) CreateNode(m *model.Node, action *core.Action) error

func (*Provider) CreateVolume

func (p *Provider) CreateVolume(m *model.Volume, action *core.Action) error

func (*Provider) DeleteEntrypoint

func (p *Provider) DeleteEntrypoint(m *model.Entrypoint, action *core.Action) error

func (*Provider) DeleteEntrypointListener added in v0.11.0

func (p *Provider) DeleteEntrypointListener(m *model.EntrypointListener, action *core.Action) error

func (*Provider) DeleteKube

func (p *Provider) DeleteKube(m *model.Kube, action *core.Action) error

func (*Provider) DeleteNode

func (p *Provider) DeleteNode(m *model.Node, action *core.Action) error

func (*Provider) DeleteVolume

func (p *Provider) DeleteVolume(m *model.Volume, action *core.Action) error

func (*Provider) KubernetesVolumeDefinition added in v0.10.0

func (p *Provider) KubernetesVolumeDefinition(m *model.Volume) *kubernetes.Volume

func (*Provider) ResizeVolume

func (p *Provider) ResizeVolume(m *model.Volume, action *core.Action) error

func (*Provider) ValidateAccount

func (p *Provider) ValidateAccount(m *model.CloudAccount) error

func (*Provider) WaitForVolumeAvailable

func (p *Provider) WaitForVolumeAvailable(m *model.Volume, action *core.Action) error

Jump to

Keyboard shortcuts

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