Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultProfile is the default profile to be used when // loading configuration from the config files if another profile name // is not provided. DefaultProfile = session.DefaultSharedConfigProfile )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HookHandler ¶
type HookHandler struct { AutoScaling *autoscaling.AutoScaling Drainer drainer.Drainer }
HookHandler implements a drainer trigger for AWS ASG instance lifecycle hook
func (*HookHandler) Loop ¶
func (h *HookHandler) Loop(nodeName string)
Loop starts an infinite handler loop
Click to show internal directories.
Click to hide internal directories.