# Functions
Layer takes a topologically sorted slice of components and packs them into layers.
NewBuilder contructs a [Builder].
No description provided by the author
WithPackagePath provides package path configuration.
WithProjectRoot provides the path to the project root.
# Constants
No description provided by the author
# Variables
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
# Structs
Builder compiles and decodes CUE kubernetes manifest definitions of a component to the corresponding Go struct.
No description provided by the author
DependencyGraph is an adjacency list which represents the directed acyclic graph of component dependencies.
InstanceLayer holds a slice of unrelated components, which can be processed concurrently.
Reconciler reads Components with their desired state and applies them on a Kubernetes cluster.
# Interfaces
Instance represents a Navecd component with its id, dependencies and content.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author