install

package
v0.27.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2022 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdInstall

func NewCmdInstall(out io.Writer, errOut io.Writer) *cobra.Command

NewCmdInstall creates the command

func NewCmdInstallTerraformProviderEdgeController

func NewCmdInstallTerraformProviderEdgeController(out io.Writer, errOut io.Writer) *cobra.Command

NewCmdInstallTerraformProviderEdgeController defines the command

func NewCmdInstallZitiALL

func NewCmdInstallZitiALL(out io.Writer, errOut io.Writer) *cobra.Command

NewCmdInstallZitiALL defines the command

func NewCmdInstallZitiController

func NewCmdInstallZitiController(out io.Writer, errOut io.Writer) *cobra.Command

NewCmdInstallZitiController defines the command

func NewCmdInstallZitiEdgeTunnel

func NewCmdInstallZitiEdgeTunnel(out io.Writer, errOut io.Writer) *cobra.Command

NewCmdInstallZitiEdgeTunnel defines the command

func NewCmdInstallZitiProxC

func NewCmdInstallZitiProxC(out io.Writer, errOut io.Writer) *cobra.Command

NewCmdInstallZitiProxC defines the command

func NewCmdInstallZitiRouter

func NewCmdInstallZitiRouter(out io.Writer, errOut io.Writer) *cobra.Command

NewCmdInstallZitiRouter defines the command

func NewCmdInstallZitiTunnel

func NewCmdInstallZitiTunnel(out io.Writer, errOut io.Writer) *cobra.Command

NewCmdInstallZitiTunnel defines the command

func NewCmdUpgrade

func NewCmdUpgrade(out io.Writer, errOut io.Writer) *cobra.Command

NewCmdUpgrade creates the command

func NewCmdUpgradeZiti

func NewCmdUpgradeZiti(out io.Writer, errOut io.Writer) *cobra.Command

NewCmdUpgradeZiti defines the command

func NewCmdUpgradeZitiController

func NewCmdUpgradeZitiController(out io.Writer, errOut io.Writer) *cobra.Command

NewCmdUpgradeZitiController defines the command

func NewCmdUpgradeZitiEdgeTunnel

func NewCmdUpgradeZitiEdgeTunnel(out io.Writer, errOut io.Writer) *cobra.Command

NewCmdUpgradeZitiEdgeTunnel defines the command

func NewCmdUpgradeZitiProxC

func NewCmdUpgradeZitiProxC(out io.Writer, errOut io.Writer) *cobra.Command

NewCmdUpgradeZitiProxC defines the command

func NewCmdUpgradeZitiRouter

func NewCmdUpgradeZitiRouter(out io.Writer, errOut io.Writer) *cobra.Command

NewCmdUpgradeZitiRouter defines the command

func NewCmdUpgradeZitiTunnel

func NewCmdUpgradeZitiTunnel(out io.Writer, errOut io.Writer) *cobra.Command

NewCmdUpgradeZitiTunnel defines the command

func NewCmdUse

func NewCmdUse(out io.Writer, errOut io.Writer) *cobra.Command

NewCmdUse creates the command

func NewCmdVersion

func NewCmdVersion(out io.Writer, errOut io.Writer) *cobra.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

func (*InstallOptions) Run

func (o *InstallOptions) Run() error

Run implements this command

type InstallTerraformProviderEdgeControllerOptions

type InstallTerraformProviderEdgeControllerOptions struct {
	InstallOptions

	Version string
	Branch  string
}

InstallTerraformProviderEdgeControllerOptions the options for the upgrade ziti-tunnel command

func (*InstallTerraformProviderEdgeControllerOptions) Run

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

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

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

Run implements the command

type InstallZitiTunnelOptions

type InstallZitiTunnelOptions struct {
	InstallOptions

	Version string
}

InstallZitiTunnelOptions the options for the upgrade ziti-tunnel command

func (*InstallZitiTunnelOptions) Run

Run implements the command

type UpgradeOptions

type UpgradeOptions struct {
	common.CommonOptions
}

UpgradeOptions are the flags for delete commands

func (*UpgradeOptions) Run

func (o *UpgradeOptions) Run() error

Run implements this command

type UpgradeZitiControllerOptions

type UpgradeZitiControllerOptions struct {
	InstallOptions

	Version string
}

UpgradeZitiControllerOptions the options for the upgrade ziti-controller command

func (*UpgradeZitiControllerOptions) Run

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

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

Run implements the command

type UpgradeZitiTunnelOptions

type UpgradeZitiTunnelOptions struct {
	InstallOptions

	Version string
}

UpgradeZitiTunnelOptions the options for the upgrade ziti-tunnel command

func (*UpgradeZitiTunnelOptions) Run

Run implements the command

type UseOptions

type UseOptions struct {
	InstallOptions

	Version string
	Branch  string
}

UseOptions are the flags for delete commands

func (*UseOptions) Run

func (o *UseOptions) Run() error

Run implements the command

type VersionOptions

type VersionOptions struct {
	InstallOptions

	Container      string
	NoVersionCheck bool
}

func (*VersionOptions) Run

func (o *VersionOptions) Run() error

Run ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL