package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev
# Functions
NewDockercfgController returns a new *DockercfgController.
NewDockercfgDeletedController returns a new *DockercfgDeletedController.
NewDockercfgTokenDeletedController returns a new *DockercfgTokenDeletedController.
NewDockerRegistryServiceController returns a new *DockerRegistryServiceController.
NewEtcdMutationCache gives back a MutationCache that understands how to deal with etcd backed objects.
# Constants
CreateDockercfgSecretsController is the name of this controller that should be attached to all token secrets this controller create.
DeprecatedKubeCreatedByAnnotation was removed by https://github.com/kubernetes/kubernetes/pull/54445 (liggitt approved).
NumServiceAccountUpdateRetries controls the number of times we will retry on conflict errors.
PendingTokenAnnotation contains the name of the token secret that is waiting for the token data population.
ServiceAccountTokenValueAnnotation stores the actual value of the token so that a dockercfg secret can be made without having a value dockerURL.
# Structs
DockercfgController manages dockercfg secrets for ServiceAccount objects.
DockercfgControllerOptions contains options for the DockercfgController.
The DockercfgDeletedController watches for service account dockercfg secrets to be deleted It removes the corresponding token secret and service account references.
DockercfgDeletedControllerOptions contains options for the DockercfgDeletedController.
The DockercfgTokenDeletedController watches for service account tokens to be deleted.
DockercfgTokenDeletedControllerOptions contains options for the DockercfgTokenDeletedController.
DockerRegistryServiceController manages ServiceToken secrets for Service objects.
DockerRegistryServiceControllerOptions contains options for the DockerRegistryServiceController.
# Interfaces
MutationCache is able to take the result of update operations and stores them in an LRU that can be used to provide a more current view of a requested object.