# Functions
NewReflectedFinalizersAccessor uses reflection to return a FinalizersAccessor to access the field called "Finalizers".
NewReflectedStatusAccessor uses reflection to return a StatusAccessor to access the field called "Status".
# Interfaces
FinalizersAccessor is the interface for a Resource that implements the getter and setting for accessing its Finalizer set.
No description provided by the author
StatusAccessor is the interface for a Resource that implements the getter and setter for accessing a Condition collection.