# Functions
EnsureConfiguration applies the given maintenance strategy to the given object.
EnsureConfigurations applies the given maintenance strategy to the given objects.
No description provided by the author
NewMandatoryEnsureStrategy returns an EnsureStrategy for mandatory config objects.
No description provided by the author
No description provided by the author
NewSuggestedEnsureStrategy returns an EnsureStrategy for suggested config objects.
RemoveUnwantedObjects attempts to delete the configuration objects that exist, are annotated `apf.kubernetes.io/autoupdate-spec=true`, and do not have a name in the given set.
# Interfaces
EnsureStrategy provides a maintenance strategy for APF configuration objects.
ObjectOps is the needed operations, both as a receiver from a server and server-independent, on configurationObjects.