Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( HelmPath = []string{"apps/", "argocd/", "charts/", "manifests/"} HelmFileTypes = []string{".yaml", ".yml", ".tpl"} KustomizeSubPaths = []string{"base/", "bases/", "components/", "overlays/", "resources/"} )
TODO: move this out to config and or in an .kubechecks.yaml as well
Functions ¶
This section is empty.
Types ¶
type BestEffort ¶
type BestEffort struct {
// contains filtered or unexported fields
}
func NewBestEffortMatcher ¶
func NewBestEffortMatcher(repoName string, repoFileList []string) *BestEffort
func (*BestEffort) AffectedApps ¶
type ConfigMatcher ¶
type ConfigMatcher struct {
// contains filtered or unexported fields
}
func NewConfigMatcher ¶
func NewConfigMatcher(cfg *repo_config.Config) *ConfigMatcher
func (*ConfigMatcher) AffectedApps ¶
Click to show internal directories.
Click to hide internal directories.