Documentation
¶
Index ¶
- 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 NewProvideCommand(streams genericclioptions.IOStreams, version string) *cobra.Command
- type ConnectOptions
- type ExchangeOptions
- type GlobalOptions
- type MeshOptions
- type ProvideOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 NewProvideCommand ¶
func NewProvideCommand(streams genericclioptions.IOStreams, version string) *cobra.Command
NewProvideCommand ...
Types ¶
type ConnectOptions ¶
type ConnectOptions struct {
GlobalOptions
genericclioptions.IOStreams
Method string
Labels string
Proxy int
DisableDNS bool
Cidr string
Dump2hosts string
Port int
TunName string
TunCidr string
// contains filtered or unexported fields
}
ConnectOptions ...
func NewConnectOptions ¶
func NewConnectOptions(streams genericclioptions.IOStreams) *ConnectOptions
NewConnectOptions ...
type ExchangeOptions ¶
type ExchangeOptions struct {
GlobalOptions
genericclioptions.IOStreams
// exchange
Target string
Expose string
// contains filtered or unexported fields
}
ExchangeOptions ...
func NewExchangeOptions ¶
func NewExchangeOptions(streams genericclioptions.IOStreams) *ExchangeOptions
NewExchangeOptions ...
type GlobalOptions ¶
type GlobalOptions struct {
// global
Labels string
Image string
Debug bool
Timeout int
// contains filtered or unexported fields
}
GlobalOptions ...
type MeshOptions ¶
type MeshOptions struct {
GlobalOptions
genericclioptions.IOStreams
// mesh
Target string
Expose string
Version string
// contains filtered or unexported fields
}
MeshOptions ...
func NewMeshOptions ¶
func NewMeshOptions(streams genericclioptions.IOStreams) *MeshOptions
NewMeshOptions ...
type ProvideOptions ¶
type ProvideOptions struct {
GlobalOptions
genericclioptions.IOStreams
// run
Expose string
External bool
Target string
// contains filtered or unexported fields
}
ProvideOptions ...
func NewProvideOptions ¶
func NewProvideOptions(streams genericclioptions.IOStreams) *ProvideOptions
NewProvideOptions ...
Click to show internal directories.
Click to hide internal directories.