Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Expander ¶
type Expander struct { EnvJPath []string FlagJpath []string ExtVars []string ExtVarFiles []string TlaVars []string TlaVarFiles []string ExtCodes []string Resolver string FailAction string // contains filtered or unexported fields }
func NewExpander ¶
func (*Expander) Expand ¶
func (spec *Expander) Expand(paths []string) ([]*unstructured.Unstructured, error)
Expand expands paths to a slice of v1 Unstructured objects.
Click to show internal directories.
Click to hide internal directories.