analyze

package
v2.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ChartYaml = "Chart.yaml"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type HelmChartInfo

type HelmChartInfo struct {
	// contains filtered or unexported fields
}

func (*HelmChartInfo) Charts

func (h *HelmChartInfo) Charts() map[string][]string

type ProjectAnalysis

type ProjectAnalysis struct {
	// contains filtered or unexported fields
}

func NewAnalyzer

func NewAnalyzer(c config.Config) *ProjectAnalysis

NewAnalyzer sets up the analysis of the directory based on the initializer configuration

func (*ProjectAnalysis) Analyze

func (a *ProjectAnalysis) Analyze(dir string) error

Analyze recursively walks a directory and notifies the analyzers of files and enterDir and exitDir events at the end of the analyze function the analysis struct's analyzers should contain the state that we can use to do further computation.

func (*ProjectAnalysis) Builders

func (a *ProjectAnalysis) Builders() []build.InitBuilder

func (*ProjectAnalysis) ChartPaths

func (a *ProjectAnalysis) ChartPaths() map[string][]string

func (*ProjectAnalysis) HelmChartInfo

func (a *ProjectAnalysis) HelmChartInfo() HelmChartInfo

func (*ProjectAnalysis) KustomizeBases

func (a *ProjectAnalysis) KustomizeBases() []string

func (*ProjectAnalysis) KustomizePaths

func (a *ProjectAnalysis) KustomizePaths() []string

func (*ProjectAnalysis) Manifests

func (a *ProjectAnalysis) Manifests() []string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL