Documentation
¶
Overview ¶
Package templates implements the "templates" tester. It renders a module's chart with user-supplied values and compares the result against committed golden snapshots, in the spirit of deckhouse's testing/helm harness.
Index ¶
Constants ¶
View Source
const ( // ID is the tester identifier surfaced in results. ID = "templates" // TestsDirName is the per-module directory that holds template test cases. TestsDirName = "templates-tests" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tester ¶
type Tester struct {
ErrorList *pkgerrors.TestErrorsList
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.