util

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2021 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 ExtraServiceName added in v1.5.0

func ExtraServiceName(releaseName, namespace string) string

func GeneHelmReleaseName added in v1.5.0

func GeneHelmReleaseName(namespace, serviceName string) string

func GenerateTmpFile

func GenerateTmpFile() (string, error)

func GetAddress added in v1.2.0

func GetAddress(uri string) (string, error)

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 GetURLHostName

func GetURLHostName(urlAddr string) string

GetURLHostName ...

func JSONToYaml

func JSONToYaml(json map[string]interface{}) (string, 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 ReplaceWrapLine

func ReplaceWrapLine(script string) string

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 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