Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + func NewClusterResourceQuota() (admission.Interface, error) + func Register(plugins *admission.Plugins) + type ByName []kapi.ResourceQuota + func (v ByName) Len() int + func (v ByName) Less(i, j int) bool + func (v ByName) Swap(i, j int) + type DefaultLockFactory struct + func NewDefaultLockFactory() *DefaultLockFactory + func (f *DefaultLockFactory) GetLock(key string) sync.Locker + type LockFactory interface + GetLock func(string) sync.Locker