# Packages

No description provided by the author

# Functions

DecodeKubeSecrets takes the options passed to the driver and decodes any secrets.
ExecDriver executes the appropriate FlexvolumeDriver command based on recieved call-out.
ExitWithResult outputs the given Result and exits with the appropriate exit code.
Fail creates a StatusFailure Result with a given message.
NotSupported creates a StatusNotSupported Result with a given message.
Succeed creates a StatusSuccess Result with a given message.

# Constants

Option keys.
Option keys.
Option keys.
Option keys.
Option keys.
Option keys.
Option keys.
Option keys.
Option keys.
StatusFailure indicates that the driver call has failed.
StatusNotSupported indicates that the driver call is not supported.
StatusSuccess indicates that the driver call has succeeded.

# Structs

DriverStatus of a Flexvolume driver call.

# Interfaces

Driver is the main Flexvolume interface.

# Type aliases

Options is the map (passed as JSON) to some Flexvolume calls.
Status denotes the state of a Flexvolume call.