Versions in this module Expand all Collapse all v4 v4.1.0 May 1, 2019 Changes in this version + type BucketingWorkQueue interface + AddWithData func(key interface{}, data ...interface{}) + AddWithDataRateLimited func(key interface{}, data ...interface{}) + Done func(key interface{}) + Forget func(key interface{}) + GetWithData func() (key interface{}, data []interface{}, quit bool) + ShutDown func() + func NewBucketingWorkQueue(name string) BucketingWorkQueue + type ClusterQuotaReconcilationController struct + func NewClusterQuotaReconcilationController(options ClusterQuotaReconcilationControllerOptions) (*ClusterQuotaReconcilationController, error) + func (c *ClusterQuotaReconcilationController) AddMapping(quotaName, namespaceName string) + func (c *ClusterQuotaReconcilationController) RemoveMapping(quotaName, namespaceName string) + func (c *ClusterQuotaReconcilationController) Run(workers int, stopCh <-chan struct{}) + func (c *ClusterQuotaReconcilationController) Sync(discoveryFunc resourcequota.NamespacedResourcesFunc, period time.Duration, ...) + type ClusterQuotaReconcilationControllerOptions struct + ClusterQuotaClient quotatypedclient.ClusterResourceQuotaInterface + ClusterQuotaInformer quotainformer.ClusterResourceQuotaInformer + ClusterQuotaMapper clusterquotamapping.ClusterQuotaMapper + DiscoveryFunc resourcequota.NamespacedResourcesFunc + IgnoredResourcesFunc func() map[schema.GroupResource]struct{} + InformerFactory resourcequota.InformerFactory + InformersStarted <-chan struct{} + Registry utilquota.Registry + ReplenishmentResyncPeriod controller.ResyncPeriodFunc + ResyncPeriod time.Duration v4.0.0-alpha.0 Sep 13, 2018 Other modules containing this package gopkg.in/openshift/origin.v1 gopkg.in/openshift/origin.v3