# Packages
No description provided by the author
# Functions
AsListOfUnstructured given a list of LockedResource, returns a list of unstructured.Unstructured.
No description provided by the author
GetLockedResources turns an array of Resources as read from an API into an array of LockedResources, usable by the LockedResourceManager.
GetLockedResourcesFromTemplates Keep backwards compatability with existing consumers.
GetLockedResourcesFromTemplatesWithRestConfig turns an array of ResourceTemplates as read from an API into an array of LockedResources using a params to process the templates.
GetResources returs an arrays of apis.Resources from an arya of LockedResources, useful for mass operations on the LockedResources.
# Variables
DefaultExcludedPaths represents paths that are exlcuded by default in all resources.
DefaultExcludedPathsSet represents paths that are exlcuded by default in all resources.
# Structs
LockedResource represents a resource to be locked down by a LockedResourceReconciler within a LockedResourceManager.
Patch represents a patch operation.