KustomizeAnalyzer¶
- class neophile.analysis.kustomize.KustomizeAnalyzer(scanner: KustomizeScanner, inventory: GitHubInventory)¶
Bases:
neophile.analysis.base.BaseAnalyzerAnalyze a tree for needed Kustomize updates.
- Parameters
scanner (
neophile.scanner.kustomize.KustomizeScanner) – Scanner for Kustomize dependencies.inventory (
neophile.inventory.github.GitHubInventory) – Inventory for GitHub tags.
Methods Summary
analyze([update])Analyze a tree and return a list of needed Kustomize changes.
name()The name of the analyzer type.
Methods Documentation