Documentation ¶
Index ¶
- func AddPrefixToList(list []string, prefix string) []string
- func BPtr(b bool) *bool
- func ConvertYAMLListToJSONList(yamlString string) ([]byte, error)
- func ConvertYAMLToJSON(yamlString []byte) ([]byte, error)
- func ExtractStringsBetweenTags(input string) []string
- func GetClientConfig(kubeConfig string) (*rest.Config, error)
- func GetFileData(filePath string) ([]byte, error)
- func GetFilesData(directory string) (map[string][]byte, error)
- func GetFilesInLinkDirectory(linkPath string) (*string, []string, error)
- func IPtr(i int64) *int64
- func IsElementExists(list []string, element string) bool
- func IsElementMatch(element string, elements []string) bool
- func ListContains(subList, list []string) bool
- func RemoveBraces(input string) string
- func SPtr(str string) *string
- func SanitizeString(input string) string
- func StringToInt64(input string) int64
- func StringToMap(str string) map[string]string
- func TrimString(s string, maxLength int) string
- func ValidateHTTPFormat(input string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddPrefixToList ¶
func ConvertYAMLToJSON ¶
func GetFileData ¶
func GetFilesInLinkDirectory ¶
func IsElementExists ¶
func IsElementMatch ¶
func ListContains ¶
func RemoveBraces ¶
func SanitizeString ¶
func StringToInt64 ¶
func StringToMap ¶
func TrimString ¶
func ValidateHTTPFormat ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.