# Functions
No description provided by the author
No description provided by the author
No description provided by the author
CleanupObjects makes a best attempt to cleanup all objects created from MakeObject.
CreateNS is a convenience function to create a namespace and wait for its singleton to be created.
Namespaces are named "a-<rand>", "b-<rand>", etc.
CreateNSName generates random namespace names.
CreateNSWithLabel has similar function to CreateNS with label as additional parameter.
CreateNSWithLabelAnnotation has similar function to CreateNS with label and annotation as additional parameters.
DeleteObject deletes an object of the given kind in a specific namespace.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
HasObject returns true if a namespace contains a specific object of the given kind.
No description provided by the author
All tests in the reconcilers_test package are in one suite.
No description provided by the author
MakeObject creates an empty object of the given kind in a specific namespace.
MakeObjectWithAnnotations creates an empty object with annotation given kind in a specific namespace.
MakeObjectWithLabels creates an empty object with label given kind in a specific namespace.
MakeSecrettWithType creates an empty Secret with type given kind in a specific namespace.
No description provided by the author
No description provided by the author
ObjectInheritedFrom returns the name of the namespace where a specific object of a given kind is propagated from or an empty string if the object is not a propagated object.
No description provided by the author
ReplaceStrings returns a copy of str with all non-overlapping instances of the keys in table replaced by values in table.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UpdateObjectWithAnnotations gets an object given it's kind, nsName and name, adds the annotation and updates this object.
# Variables
GVKs maps a resource to its corresponding GVK.
No description provided by the author
No description provided by the author