package
0.2.0
Repository: https://github.com/ondat/operator-toolkit.git
Documentation: pkg.go.dev

# Functions

ClientObjects converts a slice of runtime objects to a list of client.Object.
GetObjectStatus returns the status of a given object, if any.
GetUnstructuredObject converts the given Object into Unstructured type.
IsInitialized checks if an object is initialized by checking if there's any status condition.
NamespacedNames converts an ObjectList to a slice of NamespacedNames.
NamespacedNamesDiff takes two slices of NamespacedNames and returns a slice of elements from the list a that are not present in list b.
NestedFieldNoCopy returns the nested field from a given Object.
OwnerReferenceFromObject creates an owner reference with the given object.
StatusChanged gets the status of the given objects and compares them.