Versions in this module Expand all Collapse all v0 v0.10.1 Feb 5, 2015 v0.10.0 Feb 3, 2015 Changes in this version + func Max(a int64, b int64) int64 + func Min(a int64, b int64) int64 + func NewLimitRanger(client client.Interface, limitFunc LimitFunc) admission.Interface + func PodLimitFunc(limitRange *api.LimitRange, kind string, obj runtime.Object) error + type LimitFunc func(limitRange *api.LimitRange, kind string, obj runtime.Object) error