# Functions
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.
PersistentVolumeClaimLimitFunc enforces storage limits for PVCs.
PodLimitFunc enforces resource requirements enumerated by the pod against the specified LimitRange.
# Structs
DefaultLimitRangerActions is the default implementation of LimitRangerActions.
# Interfaces
No description provided by the author