Documentation ¶
Index ¶
- Constants
- func AppendToInstaSlicePrefix(suffix string) string
- func GetNonEmptyLines(output string) []string
- func GetProjectDir() (string, error)
- func InstallCertManager() error
- func InstallPrometheusOperator() error
- func LoadImageToKindClusterWithName(name string) error
- func Run(cmd *exec.Cmd) ([]byte, error)
- func UninstallCertManager() error
- func UninstallPrometheusOperator() error
Constants ¶
View Source
const (
OrgInstaslicePrefix string = "instaslice.redhat.com/"
)
Variables ¶
This section is empty.
Functions ¶
func GetNonEmptyLines ¶
GetNonEmptyLines converts given command output string into individual objects according to line breakers, and ignores the empty elements in it.
func GetProjectDir ¶
GetProjectDir will return the directory where the project is
func InstallCertManager ¶
func InstallCertManager() error
InstallCertManager installs the cert manager bundle.
func InstallPrometheusOperator ¶
func InstallPrometheusOperator() error
InstallPrometheusOperator installs the prometheus Operator to be used to export the enabled metrics.
func LoadImageToKindClusterWithName ¶
LoadImageToKindCluster loads a local docker image to the kind cluster
func UninstallCertManager ¶
func UninstallCertManager() error
UninstallCertManager uninstalls the cert manager
func UninstallPrometheusOperator ¶
func UninstallPrometheusOperator() error
UninstallPrometheusOperator uninstalls the prometheus
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.