Documentation ¶
Index ¶
- func NewCmdInstall(out io.Writer, errOut io.Writer) *cobra.Command
- func NewCmdInstallTerraformProviderEdgeController(out io.Writer, errOut io.Writer) *cobra.Command
- func NewCmdInstallZitiALL(out io.Writer, errOut io.Writer) *cobra.Command
- func NewCmdInstallZitiController(out io.Writer, errOut io.Writer) *cobra.Command
- func NewCmdInstallZitiEdgeTunnel(out io.Writer, errOut io.Writer) *cobra.Command
- func NewCmdInstallZitiProxC(out io.Writer, errOut io.Writer) *cobra.Command
- func NewCmdInstallZitiRouter(out io.Writer, errOut io.Writer) *cobra.Command
- func NewCmdInstallZitiTunnel(out io.Writer, errOut io.Writer) *cobra.Command
- func NewCmdUpgrade(out io.Writer, errOut io.Writer) *cobra.Command
- func NewCmdUpgradeZiti(out io.Writer, errOut io.Writer) *cobra.Command
- func NewCmdUpgradeZitiController(out io.Writer, errOut io.Writer) *cobra.Command
- func NewCmdUpgradeZitiEdgeTunnel(out io.Writer, errOut io.Writer) *cobra.Command
- func NewCmdUpgradeZitiProxC(out io.Writer, errOut io.Writer) *cobra.Command
- func NewCmdUpgradeZitiRouter(out io.Writer, errOut io.Writer) *cobra.Command
- func NewCmdUpgradeZitiTunnel(out io.Writer, errOut io.Writer) *cobra.Command
- func NewCmdUse(out io.Writer, errOut io.Writer) *cobra.Command
- func NewCmdVersion(out io.Writer, errOut io.Writer) *cobra.Command
- type InstallOptions
- type InstallTerraformProviderEdgeControllerOptions
- type InstallZitiALLOptions
- type InstallZitiControllerOptions
- type InstallZitiEdgeTunnelOptions
- type InstallZitiProxCOptions
- type InstallZitiRouterOptions
- type InstallZitiTunnelOptions
- type UpgradeOptions
- type UpgradeZitiControllerOptions
- type UpgradeZitiEdgeTunnelOptions
- type UpgradeZitiOptions
- type UpgradeZitiProxCOptions
- type UpgradeZitiRouterOptions
- type UpgradeZitiTunnelOptions
- type UseOptions
- type VersionOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdInstall ¶
NewCmdInstall creates the command
func NewCmdInstallTerraformProviderEdgeController ¶
NewCmdInstallTerraformProviderEdgeController defines the command
func NewCmdInstallZitiALL ¶
NewCmdInstallZitiALL defines the command
func NewCmdInstallZitiController ¶
NewCmdInstallZitiController defines the command
func NewCmdInstallZitiEdgeTunnel ¶
NewCmdInstallZitiEdgeTunnel defines the command
func NewCmdInstallZitiProxC ¶
NewCmdInstallZitiProxC defines the command
func NewCmdInstallZitiRouter ¶
NewCmdInstallZitiRouter defines the command
func NewCmdInstallZitiTunnel ¶
NewCmdInstallZitiTunnel defines the command
func NewCmdUpgrade ¶
NewCmdUpgrade creates the command
func NewCmdUpgradeZiti ¶
NewCmdUpgradeZiti defines the command
func NewCmdUpgradeZitiController ¶
NewCmdUpgradeZitiController defines the command
func NewCmdUpgradeZitiEdgeTunnel ¶
NewCmdUpgradeZitiEdgeTunnel defines the command
func NewCmdUpgradeZitiProxC ¶
NewCmdUpgradeZitiProxC defines the command
func NewCmdUpgradeZitiRouter ¶
NewCmdUpgradeZitiRouter defines the command
func NewCmdUpgradeZitiTunnel ¶
NewCmdUpgradeZitiTunnel defines the command
Types ¶
type InstallOptions ¶
type InstallOptions struct {
common.CommonOptions
}
InstallOptions are the flags for delete commands
func (*InstallOptions) GetCommandOutput ¶
func (options *InstallOptions) GetCommandOutput(dir string, name string, args ...string) (string, error)
GetCommandOutput evaluates the given command and returns the trimmed output
type InstallTerraformProviderEdgeControllerOptions ¶
type InstallTerraformProviderEdgeControllerOptions struct { InstallOptions Version string Branch string }
InstallTerraformProviderEdgeControllerOptions the options for the upgrade ziti-tunnel command
func (*InstallTerraformProviderEdgeControllerOptions) Run ¶
func (o *InstallTerraformProviderEdgeControllerOptions) Run() error
Run implements the command
type InstallZitiALLOptions ¶
type InstallZitiALLOptions struct { InstallOptions Version string }
InstallZitiALLOptions the options for the upgrade ziti-channel command
func (*InstallZitiALLOptions) Run ¶
func (o *InstallZitiALLOptions) Run() error
Run implements the command
type InstallZitiControllerOptions ¶
type InstallZitiControllerOptions struct { InstallOptions Version string }
InstallZitiControllerOptions the options for the upgrade ziti-controller command
func (*InstallZitiControllerOptions) Run ¶
func (o *InstallZitiControllerOptions) Run() error
Run implements the command
type InstallZitiEdgeTunnelOptions ¶
type InstallZitiEdgeTunnelOptions struct { InstallOptions Version string }
InstallZitiEdgeTunnelOptions the options for the upgrade ziti-edge-tunnel command
func (*InstallZitiEdgeTunnelOptions) Run ¶
func (o *InstallZitiEdgeTunnelOptions) Run() error
Run implements the command
type InstallZitiProxCOptions ¶
type InstallZitiProxCOptions struct { InstallOptions Version string }
InstallZitiProxCOptions the options for the upgrade ziti-prox-c command
func (*InstallZitiProxCOptions) Run ¶
func (o *InstallZitiProxCOptions) Run() error
Run implements the command
type InstallZitiRouterOptions ¶
type InstallZitiRouterOptions struct { InstallOptions Version string }
InstallZitiRouterOptions the options for the upgrade ziti-router command
func (*InstallZitiRouterOptions) Run ¶
func (o *InstallZitiRouterOptions) Run() error
Run implements the command
type InstallZitiTunnelOptions ¶
type InstallZitiTunnelOptions struct { InstallOptions Version string }
InstallZitiTunnelOptions the options for the upgrade ziti-tunnel command
func (*InstallZitiTunnelOptions) Run ¶
func (o *InstallZitiTunnelOptions) Run() error
Run implements the command
type UpgradeOptions ¶
type UpgradeOptions struct {
common.CommonOptions
}
UpgradeOptions are the flags for delete commands
type UpgradeZitiControllerOptions ¶
type UpgradeZitiControllerOptions struct { InstallOptions Version string }
UpgradeZitiControllerOptions the options for the upgrade ziti-controller command
func (*UpgradeZitiControllerOptions) Run ¶
func (o *UpgradeZitiControllerOptions) Run() error
Run implements the command
type UpgradeZitiEdgeTunnelOptions ¶
type UpgradeZitiEdgeTunnelOptions struct { InstallOptions Version string }
UpgradeZitiEdgeTunnelOptions the options for the upgrade ziti-edge-tunnel command
func (*UpgradeZitiEdgeTunnelOptions) Run ¶
func (o *UpgradeZitiEdgeTunnelOptions) Run() error
Run implements the command
type UpgradeZitiOptions ¶
type UpgradeZitiOptions struct { InstallOptions Version string }
UpgradeZitiOptions the options for the create spring command
func (*UpgradeZitiOptions) Run ¶
func (o *UpgradeZitiOptions) Run() error
Run implements the command
type UpgradeZitiProxCOptions ¶
type UpgradeZitiProxCOptions struct { InstallOptions Version string }
UpgradeZitiProxCOptions the options for the upgrade ziti-prox-c command
func (*UpgradeZitiProxCOptions) Run ¶
func (o *UpgradeZitiProxCOptions) Run() error
Run implements the command
type UpgradeZitiRouterOptions ¶
type UpgradeZitiRouterOptions struct { InstallOptions Version string }
UpgradeZitiRouterOptions the options for the upgrade ziti-router command
func (*UpgradeZitiRouterOptions) Run ¶
func (o *UpgradeZitiRouterOptions) Run() error
Run implements the command
type UpgradeZitiTunnelOptions ¶
type UpgradeZitiTunnelOptions struct { InstallOptions Version string }
UpgradeZitiTunnelOptions the options for the upgrade ziti-tunnel command
func (*UpgradeZitiTunnelOptions) Run ¶
func (o *UpgradeZitiTunnelOptions) Run() error
Run implements the command
type UseOptions ¶
type UseOptions struct { InstallOptions Version string Branch string }
UseOptions are the flags for delete commands
type VersionOptions ¶
type VersionOptions struct { InstallOptions Container string NoVersionCheck bool }
Source Files ¶
- common_install.go
- install.go
- install_terraform_provider_edge_controller.go
- install_ziti_ALL.go
- install_ziti_controller.go
- install_ziti_edge_tunnel.go
- install_ziti_prox_c.go
- install_ziti_router.go
- install_ziti_tunnel.go
- upgrade.go
- upgrade_ziti.go
- upgrade_ziti_controller.go
- upgrade_ziti_edge_tunnel.go
- upgrade_ziti_prox_c.go
- upgrade_ziti_router.go
- upgrade_ziti_tunnel.go
- use.go
- version.go