Versions in this module Expand all Collapse all v4 v4.1.0 May 1, 2019 Changes in this version + const CreateDockercfgSecretsController + const DeprecatedKubeCreatedByAnnotation + const MaxRetriesBeforeResync + const NumServiceAccountUpdateRetries + const PendingTokenAnnotation + const ServiceAccountTokenSecretNameKey + const ServiceAccountTokenValueAnnotation + type DockerRegistryServiceController struct + func NewDockerRegistryServiceController(secrets informers.SecretInformer, serviceInformer informers.ServiceInformer, ...) *DockerRegistryServiceController + func (e *DockerRegistryServiceController) Run(workers int, stopCh <-chan struct{}) + type DockerRegistryServiceControllerOptions struct + AdditionalRegistryURLs []string + ClusterDNSSuffix string + DockerURLsInitialized chan struct{} + DockercfgController *DockercfgController + Resync time.Duration + type DockercfgController struct + func NewDockercfgController(serviceAccounts informers.ServiceAccountInformer, ...) *DockercfgController + func (e *DockercfgController) Run(workers int, stopCh <-chan struct{}) + func (e *DockercfgController) SetDockerURLs(newDockerURLs ...string) + type DockercfgControllerOptions struct + DockerURLsInitialized chan struct{} + Resync time.Duration + type DockercfgDeletedController struct + func NewDockercfgDeletedController(secrets informers.SecretInformer, cl kclientset.Interface, ...) *DockercfgDeletedController + func (e *DockercfgDeletedController) Run(stopCh <-chan struct{}) + type DockercfgDeletedControllerOptions struct + Resync time.Duration + type DockercfgTokenDeletedController struct + func NewDockercfgTokenDeletedController(secrets informers.SecretInformer, cl kclientset.Interface, ...) *DockercfgTokenDeletedController + func (e *DockercfgTokenDeletedController) Run(stopCh <-chan struct{}) + type DockercfgTokenDeletedControllerOptions struct + Resync time.Duration + type MutationCache interface + GetByKey func(key string) (interface{}, bool, error) + Mutation func(interface{}) + func NewEtcdMutationCache(backingCache cache.Store) MutationCache + type ResourceVersionComparator interface + CompareResourceVersion func(lhs, rhs runtime.Object) int v4.0.0-alpha.0 Sep 13, 2018 Other modules containing this package gopkg.in/openshift/origin.v1 gopkg.in/openshift/origin.v3