package
2.1.0+incompatible
Repository: https://github.com/ibm/ubiquity-k8s.git
Documentation: pkg.go.dev
# Structs
No description provided by the author
No description provided by the author
GetVolumeNameCommand gets a unique volume name<driver executable> getvolumename <json options> (v>=1.6).
InitCommand initializes the plugin<driver executable> init (v>=1.5).
IsAttachedCommand Checks if the volume is attached to the node<driver executable> isattached <json options> <node name> (v >= 1.6).
MountCommand mounts a given volume to a given mountpoint<driver executable> mount <mount dir> <mountDevice> <json options> (v>=1.5)<driver executable> mount <mount dir> <json options> (v>=1.6).
MountDevice Mounts the device to a global path which individual pods can then bind mount<driver executable> mountdevice <mount dir> <mount device> <json options> (v >= 1.6).
No description provided by the author
No description provided by the author
UnmountCommand unmounts a given mountedDirectory<driver executable> unmount <mount dir> (v>=1.5).
UnmountDevice Unmounts the global mount for the device.
WaitForAttach the volume to be attached on the node<driver executable> waitforattach <mount device> <json options> (v >= 1.6).