Documentation
¶
Index ¶
- func NewCmdLB(streams genericclioptions.IOStreams) *cobra.Command
- func NewCmdOpenStack(streams genericclioptions.IOStreams) *cobra.Command
- func NewCmdServer(streams genericclioptions.IOStreams) *cobra.Command
- func NewCmdVolumes(streams genericclioptions.IOStreams) *cobra.Command
- type LBOptions
- type ServerOptions
- type VolumesOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdOpenStack ¶
func NewCmdOpenStack(streams genericclioptions.IOStreams) *cobra.Command
NewCmdNamespace provides a cobra command
Types ¶
type LBOptions ¶
type LBOptions struct {
genericclioptions.IOStreams
// contains filtered or unexported fields
}
TODO
type ServerOptions ¶
type ServerOptions struct {
genericclioptions.IOStreams
// contains filtered or unexported fields
}
TODO
func (*ServerOptions) Complete ¶
func (o *ServerOptions) Complete(cmd *cobra.Command, args []string) error
Complete sets als necessary fields in VolumeOptions
func (*ServerOptions) Validate ¶
func (o *ServerOptions) Validate() error
Validate ensures that all required arguments and flag values are provided
type VolumesOptions ¶
type VolumesOptions struct {
genericclioptions.IOStreams
// contains filtered or unexported fields
}
TODO
func (*VolumesOptions) Complete ¶
func (o *VolumesOptions) Complete(cmd *cobra.Command, args []string) error
Complete sets als necessary fields in VolumeOptions
func (*VolumesOptions) Validate ¶
func (o *VolumesOptions) Validate() error
Validate ensures that all required arguments and flag values are provided
Click to show internal directories.
Click to hide internal directories.