Documentation ¶
Index ¶
Constants ¶
View Source
const ( // EBSVolumeTypeKey is the config key for volume type. EBSVolumeTypeKey = "volume-type" // EBSDriverKey is the config key for volume provision driver. EBSDriverKey = "driver" // EBSVolumeTypeValueMagnetic is the volume type of "standard" for Magnetic volumes. EBSVolumeTypeValueMagnetic = "magnetic" // EBSVolumeTypeValueSSD is the volume type of "gp2" for General Purpose (SSD) volumes. EBSVolumeTypeValueSSD = "gp2" // EBSDriverValueRexray is the Juju opinionated storage plugin driver for ECS. EBSDriverValueRexray = "rexray/ebs" // Fix: should we opinion on this or NOT?? )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotifyWatcherInterface ¶
type NotifyWatcherInterface interface { watcher.CoreWatcher Changes() watcher.NotifyChannel }
NotifyWatcherInterface defines the methods of notifyWatcher.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.