Documentation
¶
Index ¶
- func CloneDaemonOptions(o *ConnectOptions) *options.DaemonOptions
- func NewConnectCommand(streams genericclioptions.IOStreams, version string) *cobra.Command
- func NewExchangeCommand(streams genericclioptions.IOStreams, version string) *cobra.Command
- func NewMeshCommand(streams genericclioptions.IOStreams, version string) *cobra.Command
- func NewRunCommand(streams genericclioptions.IOStreams, version string) *cobra.Command
- type ConnectOptions
- type ExchangeOptions
- type MeshOptions
- type RunOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloneDaemonOptions ¶
func CloneDaemonOptions(o *ConnectOptions) *options.DaemonOptions
CloneDaemonOptions ...
func NewConnectCommand ¶
func NewConnectCommand(streams genericclioptions.IOStreams, version string) *cobra.Command
NewConnectCommand ...
func NewExchangeCommand ¶
func NewExchangeCommand(streams genericclioptions.IOStreams, version string) *cobra.Command
NewExchangeCommand ...
func NewMeshCommand ¶
func NewMeshCommand(streams genericclioptions.IOStreams, version string) *cobra.Command
NewMeshCommand ...
func NewRunCommand ¶
func NewRunCommand(streams genericclioptions.IOStreams, version string) *cobra.Command
NewRunCommand ...
Types ¶
type ConnectOptions ¶
type ConnectOptions struct {
genericclioptions.IOStreams
Image string
Method string
Debug bool
Labels string
Proxy int
DisableDNS bool
Cidr string
Dump2hosts string
Port int
Timeout int
Global bool
// contains filtered or unexported fields
}
ConnectOptions ...
func NewConnectOptions ¶
func NewConnectOptions(streams genericclioptions.IOStreams) *ConnectOptions
NewConnectOptions ...
type ExchangeOptions ¶
type ExchangeOptions struct {
genericclioptions.IOStreams
// global
Labels string
Image string
Debug bool
Timeout int
// exchange
Target string
Expose string
// contains filtered or unexported fields
}
ExchangeOptions ...
func NewExchangeOptions ¶
func NewExchangeOptions(streams genericclioptions.IOStreams) *ExchangeOptions
NewExchangeOptions ...
type MeshOptions ¶
type MeshOptions struct {
genericclioptions.IOStreams
// global
Labels string
Image string
Debug bool
Timeout int
// mesh
Target string
Expose string
Version string
// contains filtered or unexported fields
}
MeshOptions ...
func NewMeshOptions ¶
func NewMeshOptions(streams genericclioptions.IOStreams) *MeshOptions
NewMeshOptions ...
type RunOptions ¶
type RunOptions struct {
genericclioptions.IOStreams
// global
Labels string
Image string
Debug bool
Timeout int
// run
Port int
Expose bool
Target string
// contains filtered or unexported fields
}
RunOptions ...
func NewRunOptions ¶
func NewRunOptions(streams genericclioptions.IOStreams) *RunOptions
NewRunOptions ...
Click to show internal directories.
Click to hide internal directories.