Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Append ¶ added in v0.78.1
func Append[T any](target []T, src []T) []T
Append appends elements in src to target. We have this function because of how the builtin append() function works. It treats target nil slices the same as empty slices.
func EstimateNumberOfLines ¶ added in v0.69.2
func IsInCluster ¶ added in v0.79.0
func IsInCluster() bool
IsInCluster returns true if the code is running within a process inside a kubernetes pod
func RenderTemplate ¶ added in v0.81.0
RenderTemplate renders a template and returns the result as a string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.