Files
argo-cd/gitops-engine/pkg/cache/doc.go
Leonardo Luz Almeida bcc0243f1e prepare repo for migration to ArgoCD repo
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
2025-09-23 10:05:42 -04:00

10 lines
454 B
Go
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
Package cache implements lightweight Kubernetes cluster caching that stores only resource references and ownership
references. In addition to references cache might be configured to store custom metadata and whole body of selected
resources.
The library uses Kubernetes watch API to maintain cache up to date. This approach reduces number of Kubernetes
API requests and provides instant access to the required Kubernetes resources.
*/
package cache