# Functions
VolumeFromIdSdk uses the SDK to fetch the volume object associated with the specified id.
VolumeFromName returns the volume object associated with the specified name.
VolumeFromNameSdk uses the SDK to fetch the volume associated with a specified name.
VolumeIdFromNameSdk uses the SDK to fetch the volume id associated with the specified name.
WaitFor() waits until f() returns false or err != nil f() returns <wait as bool, or err>.
WaitForWithContext waits for a function to complete work with a default timeout or a deadline from the context if provided.