# Functions
GetDefaultTasks returns the installer tasks to be run.
Install performs DirectPV installation on kubernetes.
Migrate migrates the resources using the provided clients.
NewArgs creates arguments for DirectPV installation.
Uninstall removes DirectPV from kubernetes.
# Constants
DoneMessageType denotes the done message.
EndMessageType denotes the end message.
LogMessageType denotes the log message.
ProgressMessageType denotes the progress message.
StartMessageType denotes the start message.
UnixCSIEndpoint is csi drive control socket.
# Interfaces
Task is an interface to define the task to be processed during installation and uninstallation.
# Type aliases
MessageType denotes the type of message.