Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReferenceLoader ¶
type ReferenceLoader struct {
// Files to exclude from the search
Excludes []string
// StrictPathCheck enables strict path checking mode
StrictPathCheck bool
// FluxSource enables Flux Kustomization parsing
FluxSource string
// contains filtered or unexported fields
}
func NewReferenceLoader ¶
func NewReferenceLoader(strictPathCheck bool, fluxSource string, excludes ...string) *ReferenceLoader
func (*ReferenceLoader) Validate ¶
func (l *ReferenceLoader) Validate(root string) error
Click to show internal directories.
Click to hide internal directories.