aws

package
v0.19.2 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2023 License: Apache-2.0, BSD-3-Clause Imports: 25 Imported by: 0

Documentation

Overview

Package aws contains the cloud provider specific implementations to manage machines

Index

Constants

View Source
const (
	// AWSMachineClassKind for AWSMachineClass
	AWSMachineClassKind = "AWSMachineClass"

	// MachineClassKind for MachineClass
	MachineClassKind = "MachineClass"
)
View Source
const (
	// ProviderAWS string const to identify AWS provider
	ProviderAWS = "AWS"
)

Variables

This section is empty.

Functions

func NewAWSDriver

func NewAWSDriver(spi spi.SessionProviderInterface) driver.Driver

NewAWSDriver returns an empty AWSDriver object

Types

type Driver

type Driver struct {
	SPI spi.SessionProviderInterface
}

Driver is the driver struct for holding AWS machine information

func (*Driver) CreateMachine

CreateMachine handles a machine creation request

func (*Driver) DeleteMachine

DeleteMachine handles a machine deletion request

func (*Driver) GetMachineStatus

GetMachineStatus handles a machine get status request

func (*Driver) GetVolumeIDs

GetVolumeIDs returns a list of Volume IDs for all PV Specs for whom an provider volume was found

func (*Driver) ListMachines

ListMachines lists all the machines possibilly created by a machineClass

Directories

Path Synopsis
validation
Package validation - validation is used to validate cloud specific ProviderSpec for AWS
Package validation - validation is used to validate cloud specific ProviderSpec for AWS

Jump to

Keyboard shortcuts

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