Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureAlphaNumericDash ¶
func GetOperatorImage ¶ added in v1.4.0
func GetOperatorImage() string
Types ¶
type BuildSettings ¶
type BuildSettings struct {
Version Version `yaml:"version"`
Jenkins Jenkins `yaml:"jenkins"`
Dev Dev `yaml:"dev"`
}
func ReadBuildSettings ¶
func ReadBuildSettings() BuildSettings
type ClusterActions ¶
type ClusterActions struct {
DeleteCluster func() error
ClusterExists func() bool
CreateCluster func()
LoadImage func(image string)
InstallTool func()
ReloadLocalImage func(image string)
ApplyDefaultStorage func()
SetupKubeconfig func()
DescribeEnv func() map[string]string
}
func NewClusterActions ¶
Click to show internal directories.
Click to hide internal directories.