Documentation ¶
Index ¶
Constants ¶
View Source
const SetterCommentIdentifier = "# kpt-set: "
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
func Decode(rn *yaml.RNode, fcd *ApplySetters)
Decode decodes the input yaml node into Set struct
Types ¶
type ApplySetters ¶
type ApplySetters struct { // Setters holds the user provided values for all the setters Setters []Setter // Results are the results of applying setter values Results []*Result // contains filtered or unexported fields }
ApplySetters applies the setter values to the resource fields which are tagged by the setter reference comments
Click to show internal directories.
Click to hide internal directories.