Documentation
¶
Index ¶
- func NewCmdImportConfig(streams genericclioptions.IOStreams) *cobra.Command
- 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
- func NewCmdVolumesFix(streams genericclioptions.IOStreams) *cobra.Command
- type ImportConfigOptions
- type LBOptions
- type ServerOptions
- type VolumesFixOptions
- type VolumesOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdImportConfig ¶ added in v0.0.3
func NewCmdImportConfig(streams genericclioptions.IOStreams) *cobra.Command
func NewCmdLB ¶
func NewCmdLB(streams genericclioptions.IOStreams) *cobra.Command
NewCmdLB creates the lb cmd
func NewCmdOpenStack ¶
func NewCmdOpenStack(streams genericclioptions.IOStreams) *cobra.Command
NewCmdNamespace provides a cobra command
func NewCmdServer ¶
func NewCmdServer(streams genericclioptions.IOStreams) *cobra.Command
NewCmdServer creates the server cmd
func NewCmdVolumes ¶
func NewCmdVolumes(streams genericclioptions.IOStreams) *cobra.Command
NewCmdVolumes creates the volumes cmd
func NewCmdVolumesFix ¶ added in v0.0.6
func NewCmdVolumesFix(streams genericclioptions.IOStreams) *cobra.Command
TODO
Types ¶
type ImportConfigOptions ¶ added in v0.0.3
type ImportConfigOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
func (*ImportConfigOptions) Complete ¶ added in v0.0.3
func (o *ImportConfigOptions) Complete(cmd *cobra.Command, args []string) error
func (*ImportConfigOptions) Run ¶ added in v0.0.3
func (o *ImportConfigOptions) Run() error
func (*ImportConfigOptions) Validate ¶ added in v0.0.3
func (o *ImportConfigOptions) Validate() error
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 VolumesFixOptions ¶ added in v0.0.6
type VolumesFixOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
TODO
func (*VolumesFixOptions) Complete ¶ added in v0.0.6
func (o *VolumesFixOptions) Complete(cmd *cobra.Command, args []string) error
Complete sets als necessary fields in VolumeOptions
func (*VolumesFixOptions) Run ¶ added in v0.0.6
func (o *VolumesFixOptions) Run() error
Run lists all volumes
func (*VolumesFixOptions) Validate ¶ added in v0.0.6
func (o *VolumesFixOptions) 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.