# Functions
NewClasses returns a slice of non empty classes from given parsed yaml files.
NewProject returns a newly instanciated project initialized from project directory path.
Walk walks a yaml node, calling fn for each node in the tree, including root.
# Constants
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
Class defines a class in a kapitan project.
PairedNodes wraps a pair of nodes (used to get key / value in the context of a MappingNode).
Parameter defines a kapitan parameter used in a class.
Project describes a kapitan project.
# Type aliases
ParameterType defines the type of parameter.
No description provided by the author