MCPcopy
hub / github.com/helm/helm / ReleaseTesting

Struct ReleaseTesting

pkg/action/release_testing.go:43–50  ·  view source on GitHub ↗

ReleaseTesting is the action for testing a release. It provides the implementation of 'helm test'.

Source from the content-addressed store, hash-verified

41//
42// It provides the implementation of 'helm test'.
43type ReleaseTesting struct {
44 cfg *Configuration
45 Timeout time.Duration
46 WaitOptions []kube.WaitOption
47 // Used for fetching logs from test pods
48 Namespace string
49 Filters map[string][]string
50}
51
52// NewReleaseTesting creates a new ReleaseTesting object with the given configuration.
53func NewReleaseTesting(cfg *Configuration) *ReleaseTesting {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected