# Functions
Adds the resource limits and requests that are set in the component "toAdd" to "resources".
No description provided by the author
Applies the given resource limits and requirements that are non-zero to the container component.
FilterResources removes zero values from a corev1.ResourceRequirements in order to allow explicitly defining "do not set a limit/request" for a resource.
Takes a component and returns the resource requests and limits that it defines.
ValidateResources validates that a corev1.ResourceRequirements is valid, i.e.