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.
Click to show internal directories.
Click to hide internal directories.