Documentation ¶
Index ¶
- func EnsureDirExists(dir string) error
- func FileExists(path string) (bool, error)
- func GetCacheKey(provider string, language string, sEnc string) string
- func GetParent(client *kubernetes.Client, meta metav1.ObjectMeta) (string, bool)
- func GetPodListByLabels(client k.Interface, namespace string, labels map[string]string) (*v1.PodList, error)
- func MaskString(input string) string
- func RemoveDuplicates(slice []string) ([]string, []string)
- func ReplaceIfMatch(text string, pattern string, replacement string) string
- func SliceContainsString(slice []string, s string) bool
- func SliceDiff(source, dest []string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureDirExists ¶ added in v0.2.3
func FileExists ¶ added in v0.2.3
func GetCacheKey ¶ added in v0.2.2
func GetParent ¶
func GetParent(client *kubernetes.Client, meta metav1.ObjectMeta) (string, bool)
func GetPodListByLabels ¶ added in v0.2.2
func MaskString ¶ added in v0.2.1
func RemoveDuplicates ¶ added in v0.1.5
func ReplaceIfMatch ¶ added in v0.2.1
func SliceContainsString ¶ added in v0.2.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.