MCPcopy
hub / github.com/helm/helm / Lint

Struct Lint

pkg/action/lint.go:34–41  ·  view source on GitHub ↗

Lint is the action for checking that the semantics of a chart are well-formed. It provides the implementation of 'helm lint'.

Source from the content-addressed store, hash-verified

32//
33// It provides the implementation of 'helm lint'.
34type Lint struct {
35 Strict bool
36 Namespace string
37 WithSubcharts bool
38 Quiet bool
39 SkipSchemaValidation bool
40 KubeVersion *common.KubeVersion
41}
42
43// LintResult is the result of Lint
44type LintResult struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected