Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Name is the identifier of the resource.
Name = "cleanupebsvolumes"
)
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Config ¶
type Config struct {
Logger micrologger.Logger
}
Config represents the configuration used to create a new ebsvolume resource.
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
Resource implements the ebsvolume resource.
func (*Resource) EnsureCreated ¶
EnsureCreated is a no-op, because the ebsvolume resource is only interested in delete events.
func (*Resource) EnsureDeleted ¶
EnsureDeleted detaches and deletes the EBS volumes. We don't return errors so deletion logic in following resources is executed.
Click to show internal directories.
Click to hide internal directories.