Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Force = false RunEnvironment = NoneRunEnvironmentType InstallationMode = NotChosenInstallationModeType KubernetesContext = "" )
Functions ¶
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
Click to show internal directories.
Click to hide internal directories.