installer

package
v0.0.0-...-ed06964 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2023 License: MIT Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Force             = false
	RunEnvironment    = NoneRunEnvironmentType
	InstallationMode  = NotChosenInstallationModeType
	KubernetesContext = ""
)

Functions

func Start

func Start()

Types

type InstallationModeType

type InstallationModeType string
const (
	WithDemoInstallationModeType    InstallationModeType = "with-demo"
	WithoutDemoInstallationModeType InstallationModeType = "just-tracetest"
	NotChosenInstallationModeType   InstallationModeType = "none" // stands for "no option chosen"
)

func (*InstallationModeType) Set

func (e *InstallationModeType) Set(v string) error

func (*InstallationModeType) String

func (e *InstallationModeType) String() string

func (*InstallationModeType) Type

func (e *InstallationModeType) Type() string

type RunEnvironmentType

type RunEnvironmentType string
const (
	DockerRunEnvironmentType     RunEnvironmentType = "docker"
	KubernetesRunEnvironmentType RunEnvironmentType = "kubernetes"
	NoneRunEnvironmentType       RunEnvironmentType = "none" // stands for "no option chosen"
)

func (*RunEnvironmentType) Set

func (e *RunEnvironmentType) Set(v string) error

func (*RunEnvironmentType) String

func (e *RunEnvironmentType) String() string

func (*RunEnvironmentType) Type

func (e *RunEnvironmentType) Type() string

Jump to

Keyboard shortcuts

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