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 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 IsElementExists(list []string, element string) bool
- func IsElementMatch(element string, elements []string) bool
- func ListContains(subList, list []string) bool
- func SPtr(str string) *string
- func StringToMap(str string) map[string]string
- func ValidateHTTPFormat(input string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddPrefixToList ¶
func ConvertYAMLToJSON ¶ added in v1.1.2
func GetFileData ¶
func GetFilesInLinkDirectory ¶
func IsElementExists ¶
func IsElementMatch ¶
func ListContains ¶
func StringToMap ¶
func ValidateHTTPFormat ¶ added in v1.3.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.