Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Create ¶
type Create struct {
L_Label map[string]string `desc:"Set meta data on a container"`
D_Driver string `desc:"Volume driver to use"`
T_Template bool `desc:"Create volume template, not volume"`
AccessMode string `desc:"Volume access mode (readWriteOnce|readWriteMany|readOnlyMany)" default:"readWriteOnce"`
}
func (*Create) Run ¶
func (c *Create) Run(ctx *clicontext.CLIContext) error
type Ls ¶
func (*Ls) Run ¶
func (l *Ls) Run(ctx *clicontext.CLIContext) error
Source Files
¶
- create.go
- ls.go
- rm.go
- volume.go
Click to show internal directories.
Click to hide internal directories.