Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IgnoreFileMatch = []string{".kformignore"}
View Source
var JSONMatch = []string{"*.json"}
View Source
var MarkdownMatch = []string{"*.md"}
View Source
var MatchAll = []string{"*"}
View Source
var PkgFileMatch = []string{"KformFile.yaml"}
View Source
var ReadmeFileMatch = []string{"README.md"}
View Source
var YAMLMatch = []string{"*.yaml", "*.yml"}
Functions ¶
Types ¶
type Pipeline ¶
type PkgReader ¶
type PkgReader struct {
PathExists bool
Fsys fsys.FS
MatchFilesGlob []string
IgnoreRules *ignore.Rules
SkipDir bool
Checksum bool
}
Click to show internal directories.
Click to hide internal directories.