Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLocalDriverCommand ¶
func NewLocalDriverCommand(streams genericclioptions.IOStreams) *cobra.Command
Types ¶
type LocalDriverOptions ¶
type LocalDriverOptions struct { DriverName string Listen string VolumesDir string NodeName string }
func NewLocalDriverOptions ¶
func NewLocalDriverOptions(_ genericclioptions.IOStreams) *LocalDriverOptions
func (*LocalDriverOptions) Complete ¶
func (o *LocalDriverOptions) Complete() error
func (*LocalDriverOptions) Run ¶
func (o *LocalDriverOptions) Run(streams genericclioptions.IOStreams, cmd *cobra.Command) error
func (*LocalDriverOptions) Validate ¶
func (o *LocalDriverOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.