Documentation ¶
Index ¶
Constants ¶
View Source
const ( ValuesBlockIdentifier = "values" LocalsBlockIdentifier = "locals" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HCLLoader ¶
type HCLLoader struct {
// contains filtered or unexported fields
}
func NewHCLLoader ¶
func NewHCLLoader(fs *filesystem.FileSystem, logger *zap.SugaredLogger) *HCLLoader
type HelmfileHCLValue ¶
type HelmfileHCLValue struct { Name string Expr hcl.Expression Range hcl.Range }
HelmfileHCLValue represents a single entry from a "values" or "locals" block file. The blocks itself is not represented, because it serves only to provide context for us to interpret its contents.
Click to show internal directories.
Click to hide internal directories.