Versions in this module Expand all Collapse all v4 v4.1.0 May 1, 2019 Changes in this version + func Validate(plugins []admission.Interface) error + type PluginInitializer struct + ClusterQuotaMapper clusterquotamapping.ClusterQuotaMapper + ClusterResourceQuotaInformer quotainformer.ClusterResourceQuotaInformer + DefaultNodeSelector string + OriginQuotaRegistry quota.Registry + ProjectCache *cache.ProjectCache + RESTClientConfig restclient.Config + RegistryHostnameRetriever registryhostname.RegistryHostnameRetriever + SecurityInformers securityv1informer.SecurityContextConstraintsInformer + UserInformers userinformer.SharedInformerFactory + func (i *PluginInitializer) Initialize(plugin admission.Interface) + type WantsClusterQuota interface + SetClusterQuota func(clusterquotamapping.ClusterQuotaMapper, ...) + type WantsDefaultNodeSelector interface + SetDefaultNodeSelector func(string) + type WantsDefaultRegistryFunc interface + SetDefaultRegistryFunc func(func() (string, bool)) + type WantsOriginQuotaRegistry interface + SetOriginQuotaRegistry func(quota.Registry) + type WantsProjectCache interface + SetProjectCache func(*cache.ProjectCache) + type WantsRESTClientConfig interface + SetRESTClientConfig func(restclient.Config) + type WantsSecurityInformer interface + SetSecurityInformers func(securityv1informer.SecurityContextConstraintsInformer) + type WantsUserInformer interface + SetUserInformer func(userinformer.SharedInformerFactory) v4.0.0-alpha.0 Sep 13, 2018 Other modules containing this package gopkg.in/openshift/origin.v1 gopkg.in/openshift/origin.v3