util

package
v1.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2022 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Age

func Age(unixTime int64) string

Age returns a string representing the time elapsed since unixTime in the form "1d", "2h", "3m", or "4s".

func Clear

func Clear(v interface{})

func CombineManifests added in v1.3.0

func CombineManifests(yamls []string) string

func ComputeHmacSha256 added in v1.3.0

func ComputeHmacSha256(ak string, sk string) string

ComputeHmacSha256 According to ak/sk generate secret key

func GeneReleaseName added in v1.9.9

func GeneReleaseName(namingRule, projectName, namespace, envName, service string) string

func GenerateTmpFile

func GenerateTmpFile() (string, error)

func GetAddress added in v1.2.0

func GetAddress(uri string) (string, error)

func GetBoolPointer added in v1.9.9

func GetBoolPointer(data bool) *bool

func GetImageName added in v1.11.0

func GetImageName(image string) string

image ccr.ccs.tencentyun.com/koderover/nginx:stable return nginx

func GetImageNameFromContainerInfo added in v1.9.9

func GetImageNameFromContainerInfo(imageName, containerName string) string

func GetJSONData

func GetJSONData(jsonValues map[string]interface{}) map[string]string

func GetJiraKeys

func GetJiraKeys(title string) (keys []string)

func GetRandomNumString added in v1.2.0

func GetRandomNumString(length int) string

func GetRandomString added in v1.2.0

func GetRandomString(length int) string

func GetStrPointer added in v1.9.9

func GetStrPointer(data string) *string

func GetURLHostName

func GetURLHostName(urlAddr string) string

GetURLHostName ...

func InStringArray added in v1.9.9

func InStringArray(target string, str_array []string) bool

func JSONToYaml

func JSONToYaml(json map[string]interface{}) (string, error)

func ReadFile added in v1.9.9

func ReadFile(filename string) ([]byte, error)

func RecursionGetKeyAndValue

func RecursionGetKeyAndValue(jsonValues map[string]interface{}, mapKey string)

RecursionGetKeyAndValue 递归获取map中的key和value

func RecursionReplaceValue

func RecursionReplaceValue(jsonValues map[string]interface{}, replaceKeyArr []string, replaceValue interface{})

RecursionReplaceValue 递归替换map中的value

func ReplaceMapValue

func ReplaceMapValue(jsonValues map[string]interface{}, replaceMap map[string]interface{}) map[string]interface{}

ReplaceMapValue 拿匹配到的key和value去替换原始的map中的key和value

func ReplaceRepo

func ReplaceRepo(origin, addr, namespace string) string

func ReplaceTag added in v1.9.9

func ReplaceTag(origin, newTag string) string

func ReplaceWrapLine

func ReplaceWrapLine(script string) string

func ReturnValidLabelValue added in v1.9.9

func ReturnValidLabelValue(value string) string

value may only contain underscores or underscores

func SendRequest deprecated

func SendRequest(url, method string, header http.Header, body []byte) ([]byte, error)

Deprecated: do not use it any more, use http client in tool/httpclient instead.

func SplitManifests added in v1.3.0

func SplitManifests(content string) []string

func TrimURLScheme added in v1.8.0

func TrimURLScheme(urlAddr string) string

func UUID

func UUID() string

func WriteFile

func WriteFile(filename string, data []byte, perm os.FileMode) error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL