Documentation
¶
Overview ¶
This package exports functions for evaluating packages; that is, for taking a specification of a package, and producing the YAML outputs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotImplemented = errors.New("not implemented")
Functions ¶
Types ¶
type ResourceList ¶
type ResourceList struct { Kind string `yaml:"kind"` FunctionConfig interface{} `yaml:"functionConfig"` // this will always be empty, but what the heck. Items []*yaml.RNode `yaml:"items"` }
the YAML encoder in kyaml/yaml is an alias for pkg.in/yaml.v3 and does not use json struct tags; the ResourceList type in kyaml/.../framework doesn't have json _or_ yaml tags.
Click to show internal directories.
Click to hide internal directories.