package
0.8.4
Repository: https://github.com/datadog/datadog-operator.git
Documentation: pkg.go.dev

# Functions

BoolToString return "true" if b == true, else "false".
BoolValue return the boolean value, false if nil.
GenerateRandomString use to generate random string with a define size.
IsEqualStruct is a util fonction that returns whether 2 structures are the same We compare the marchaled results to avoid traversing all fields and be agnostic of the struct.
NewBoolPointer returns pointer on a new bool value instance.
NewInt32Pointer returns pointer on a new int32 value instance.
NewInt64Pointer returns pointer on a new int32 value instance.
NewStringPointer returns pointer on a new string value instance.