# README
Internal Manifest Library
This package contains internal reference coding that is used for translating and implementing the Manifest Reconciler parts that are not generically solved by the declarative library.
It contains various aspects to:
- Translate the Manifest CR into a declarative specification in a custom specification resolver. Use the layer parsing methods to download and resolve OCI image layers from the Manifest to make them accessible to the declarative library.
- Look up the correct Client for Single or Dual Cluster Mode based on the SKR Client Lookup and ClusterClient to read Secret Data as if they were a kubeconfig.
- Look up the correct Keychain to access image layers contained in private registries through a Keychain.
- Interact with the Default Data supplied to the Manifest CR to initialize a module with Pre/Post-Hooks.
- Check for Module Readiness based on the applied resources. For more information, see custom StateCheck.
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
PostRunCreateCR is a hook for creating the manifest default custom resource if not available in the cluster It is used to provide the controller with default data in the Runtime.
PreDeleteDeleteCR is a hook for deleting the module CR if available in the cluster.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author