MCPcopy
hub / github.com/helm/helm / Verify

Struct Verify

pkg/action/verify.go:29–31  ·  view source on GitHub ↗

Verify is the action for building a given chart's Verify tree. It provides the implementation of 'helm verify'.

Source from the content-addressed store, hash-verified

27//
28// It provides the implementation of 'helm verify'.
29type Verify struct {
30 Keyring string
31}
32
33// NewVerify creates a new Verify object with the given configuration.
34func NewVerify() *Verify {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected