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