Documentation ¶
Index ¶
Constants ¶
View Source
const (
StatusFailure = "Failure"
)
Variables ¶
This section is empty.
Functions ¶
func NewCmdAttach ¶
func NewCmdDetach ¶
func NewCmdInit ¶
func NewCmdMount ¶
func NewCmdMountDevice ¶
func NewCmdUnmount ¶
func NewRootCmd ¶
Types ¶
type DriverOutput ¶
type DriverOutput struct { flexvolume.DriverStatus Options interface{} `json:"options,omitempty"` }
func Device ¶
func Device(device string) DriverOutput
func Error ¶
func Error(err error) DriverOutput
func Success ¶
func Success() DriverOutput
func (DriverOutput) Capability ¶
func (do DriverOutput) Capability() DriverOutput
func (DriverOutput) Print ¶
func (do DriverOutput) Print()
Source Files ¶
Click to show internal directories.
Click to hide internal directories.