# Packages
Package cache implements lightweight Kubernetes cluster caching that stores only resource references and ownership
references.
The package provide functions that allows to compare set of Kubernetes resources using the logic equivalent to
`kubectl diff`.
No description provided by the author
No description provided by the author
Package implements Kubernetes resources synchronization and provides the following main features:
- basic syncing
- resource pruning
- resource hooks
- sync waves
- sync options
Basic Syncing
Executes equivalent of `kubectl apply` for each specified resource.
No description provided by the author