# Functions
GetUpperResourcePoolNameFromParent returns the name of the upper ResourcePool of a given subnamespace by looking at its parent.
IsUpdateNeeded gets a subnamespace object, a []danav1.Namespaces and two resource lists and returns whether the subnamespace object status has to be updated.
NamespacesEqual gets two []danav1.Namespaces and returns whether they are equal.
ValidateResourceQuotaParams validates that in a regular Subnamespace all quota params: storage, cpu, memory, gpu exists and are positive.
# Structs
SubnamespaceReconciler reconciles a Subnamespace object.
No description provided by the author