package
0.37.0
Repository: https://github.com/extole/karpenter.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
Fits returns true if the candidate set of resources is less than or equal to the total set of resources.
IsZero implements r.IsZero().
LimitsForPods returns the total resources of a variadic list of podspecs.
MaxResources returns the maximum quantities for a given list of resources.
Merge the resources from the variadic into a single v1.ResourceList.
MergeInto sums the resources from src into dest, modifying dest.
MergeResourceLimitsIntoRequests merges resource limits into requests if no request exists for the given resource.
Quantity parses the string value into a *Quantity.
RequestsForPods returns the total resources of a variadic list of podspecs.
String returns a string version of the resource list suitable for presenting in a log.
StringMap returns the string map representation of the resource list.
No description provided by the author