Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Funcs = map[string]interface{}{ "netResolveIPAddr": net.ResolveIPAddr, "netResolveIP": netResolveIP, "osHostname": os.Hostname, "osUserCacheDir": os.UserCacheDir, "osUserConfigDir": os.UserConfigDir, "osUserHomeDir": os.UserHomeDir, "osGetegid": os.Getegid, "osGetenv": os.Getenv, "osGeteuid": os.Geteuid, "osGetgid": os.Getgid, "osGetgroups": os.Getgroups, "osGetpagesize": os.Getpagesize, "osGetpid": os.Getpid, "osGetppid": os.Getppid, "osGetuid": os.Getuid, "osGetwd": os.Getwd, "osTempDir": os.TempDir, "osUserLookupGroup": user.LookupGroup, "osUserLookupGroupId": user.LookupGroupId, "osUserCurrent": user.Current, "osUserLookup": user.Lookup, "osUserLookupId": user.LookupId, "stringsContains": strings.Contains, "stringsFields": strings.Fields, "stringsIndex": strings.Index, "stringsLastIndex": strings.LastIndex, "stringsHasPrefix": strings.HasPrefix, "stringsHasSuffix": strings.HasSuffix, "stringsRepeat": strings.Repeat, "stringsReplaceAll": strings.ReplaceAll, "stringsSplit": strings.Split, "stringsSplitN": strings.SplitN, "stringsToLower": strings.ToLower, "stringsToUpper": strings.ToUpper, "stringsTrimPrefix": strings.TrimPrefix, "stringsTrimSpace": strings.TrimSpace, "stringsTrimSuffix": strings.TrimSuffix, "strconvQuote": strconv.Quote, "strconvUnquote": strconv.Unquote, "strconvParseBool": strconv.ParseBool, "strconvParseInt": strconv.ParseInt, "strconvParseUint": strconv.ParseUint, "strconvParseFloat": strconv.ParseFloat, "strconvFormatBool": strconv.FormatBool, "strconvFormatInt": strconv.FormatInt, "strconvFormatUint": strconv.FormatUint, "strconvFormatFloat": strconv.FormatFloat, "strconvAoti": strconv.Atoi, "strconvItoa": strconv.Itoa, "add": add, "neg": neg, "intAdd": add, "intNeg": neg, "int64Add": add, "int64Neg": neg, "float32Add": add, "float32Neg": neg, "float64Add": add, "float64Neg": neg, "osHostnameSequenceID": osHostnameSequenceID, "k8sStatefulSetID": osHostnameSequenceID, }
Funcs provided funcs for gracetmpl
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.