Documentation
¶
Index ¶
- func GetNonEmptyLines(output string) []string
- func GetProjectDir() (string, error)
- func GetResourceTagValues(ctx context.Context, bindingsClient *resourcemanager.TagBindingsClient, ...) ([]string, error)
- func InstallConfigConnector(ctx context.Context) error
- func LoadImageToKindClusterWithName(name string) error
- func RandomSuffix(s string, length int) string
- func Run(cmd *exec.Cmd) ([]byte, error)
- func UninstallConfigConnector(ctx context.Context) error
Constants ¶
This section is empty.
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 GetResourceTagValues ¶ added in v1.0.1
func GetResourceTagValues(ctx context.Context, bindingsClient *resourcemanager.TagBindingsClient, valuesClient *resourcemanager.TagValuesClient, parent string) ([]string, error)
func InstallConfigConnector ¶ added in v1.0.1
func LoadImageToKindClusterWithName ¶
LoadImageToKindClusterWithName loads a local docker image to the kind cluster
func RandomSuffix ¶ added in v1.0.1
func UninstallConfigConnector ¶ added in v1.0.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.