# Functions
GetDriverOptions returns the driver options for creating an EFS volume.
NewVolumeMountOptions returns a new VolumeMountOptions with options from argument.
NewVolumeMountOptionsFromString returns a new VolumeMountOptions with options from argument.
NewVolumeResource returns a docker volume wrapper object.
UseECSVolumePlugin checks whether we should use the ECS volume plugin.
# Constants
DockerLocalDriverName is the name of Docker's local volume driver.
DockerLocalVolumeDriver is the name of the docker default volume driver.
ECSVolumePlugin is the driver name of the ECS volume plugin.
No description provided by the author
SharedScope indicates that the volume's lifecycle is outside the scope of task.
TaskScope indicates that the volume is created and deleted with task.
VolumeCreated represents a task resource which has been created.
VolumeRemoved represents a task resource which has been Removed.
VolumeStatusNone is the zero state of a task resource.
# Structs
DockerVolumeConfig represents docker volume configuration See https://tinyurl.com/zmexdw2.
EFSAuthConfig contains auth config for an efs volume.
EFSVolumeConfig represents efs volume configuration.
FSHostVolume is a simple type of HostVolume which references an arbitrary location on the host as the Volume.
LocalDockerVolume represents a volume without a specified host path This is essentially DockerVolume with only the name specified; however, for backward compatibility we can't directly map to DockerVolume.
VolumeMountOptions contains a list of mount options for mounting a volume.
VolumeResource represents volume resource.
# Interfaces
Volume is an interface for something that may be used as the host half of a docker volume mount.
# Type aliases
VolumeStatus defines resource statuses for docker volume.