services

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ECSInterface

type ECSInterface interface {
	InstanceIfExists(id *string) (*infrav1.Instance, error)
	CreateInstance(scope *scope.MachineScope, userData []byte, userDataFormat string) (*infrav1.Instance, error)
	TerminateInstance(id string) error
	GetCoreSecurityGroups(machine *scope.MachineScope) ([]string, error)
	AttachInstanceToElb(instance *infrav1.Instance) error
	DetachInstanceFromElb(instance *infrav1.Instance) error
}

ECSInterface encapsulates the methods exposed to the machine actuator.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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