Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceVariable ¶
type ResourceVariable struct {
Kind, Name, Field string
}
ResourceVariable defines a variable type used to reference fields of a resource e.g. ${file.file1.Content}
func (*ResourceVariable) Key ¶
func (r *ResourceVariable) Key() string
Key returns a string representation of the variable key.
type Variable ¶
type Variable interface {
Key() string
}
Variable defines an interpolated variable.
func NewInterpolatedVariable ¶
NewInterpolatedVariable takes a variable key and return the interpolated variable of the required type.
Click to show internal directories.
Click to hide internal directories.