# Functions

ApplyAll applies all the update objects in the list called updates.
Atoi32 converts string to int32 in a safe way.
B64Decode decodes the provided secret.
BoolPtr returns a pointer to the passed boolean.
No description provided by the author
CopySecret will return a *core.Secret that is copied from a source NamespaceName and intended to be applied into a destination NamespacedName.
FalsePtr returns a pointer to True.
// GetCustomLabeler takes a set of labels and returns a labeler function that // will apply those labels to a reource.
GetKindFromObj retrieves GVK associated with registered runtime.Object.
Int32 converts int to int32 in a safe way.
Int32Ptr returns a pointer to an int32 version of n.
Int64Ptr returns a pointer to an int64.
IntMax takes a list of integers as strings and returns the maximum.
IntMin takes a list of integers as strings and returns the minimum.
IntPtr returns a pointer to the passed integer.
ListMerge takes a list comma separated strings and performs a set union on them.
MakeLabeler creates a function that will label objects with metadata from the given namespaced name and labels.
No description provided by the author
// MakePVC takes a PVC object and applies the correct ownership and labels to it.
// MakeService takes a service object and applies the correct ownership and labels to it.
RandString generates a random string of hexadecimal characters of length n.
RandString generates a random string of length n.
RandString generates a random string of length n.
RandStringLower generates a random string of length n.
StringPtr returns a pointer to True.
TruePtr returns a pointer to True.
UpdateAllOrErr queries the client for a range of objects and returns updater objects for each.
No description provided by the author
No description provided by the author
UpdateOrErr returns an update object if the err supplied is nil.

# Variables

Log is a null logger instance.

# Interfaces

No description provided by the author

# Type aliases

Updater is a bool type object with functions attached that control when a resource should be created or applied.