# Functions

BoolOrDefault sets eventually a default value for bool type.
BoolPtr converts the supplied bool to a pointer to that bool.
BoolValue converts the supplied bool pointer to an bool, returning false if the pointer is nil.
No description provided by the author
No description provided by the author
No description provided by the author
Int32OrDefault sets eventually a default value for int32 type.
Int32Ptr converts the supplied int32 to a pointer to that int32.
Int32Value converts the supplied int32 pointer to an int, returning zero if the pointer is nil.
Int64OrDefault sets eventually a default value for int64 type.
Int64Ptr converts the supplied int64 to a pointer to that int64.
Int64Value converts the supplied int64 pointer to an int, returning zero if the pointer is nil.
IntPtrValue return the *int value or a default.
IsBoolPtrEqualToBool compares a *bool with bool.
IsIntEqualToIntPtr compares an *int with int.
LateInitializeBool implements late initialization for bool type.
LateInitializeInt32 implements late initialization for int32 type.
LateInitializeInt64 implements late initialization for int64 type.
LateInitializeString implements late initialization for string type.
No description provided by the author
StringOrDefault sets eventually a default value for string type.
StringPtr converts the supplied string to a pointer to that string.
StringSliceContains contains checks if a string is present in a slice.
StringValue converts the supplied string pointer to a string, returning the empty string if the pointer is nil.

# Structs

A ConfigMapKeySelector is a reference to a configmap key in an arbitrary namespace.
A ConfigMapReference is a reference to a configMap in an arbitrary namespace.