# Functions
Limit enforces resource requirements of incoming resources against enumerated constraints on the LimitRange.
Max returns the greater of its 2 arguments.
Min returns the lesser of its 2 arguments.
NewLimitRanger returns an object that enforces limits based on the supplied limit function.
PodLimitFunc enforces resource requirements enumerated by the pod against the specified LimitRange.
# Type aliases
LimitFunc is a pluggable function to enforce limits on the object.