Documentation ¶
Index ¶
- func AssertEqual(key, value string, data []byte) (string, bool)
- func AssertExist(key string, data []byte) (string, bool)
- func Run(cfg *config.Config, chrt *chart.Chart) (*report.Report, error)
- func RunAssert(manifest *manifest.Manifest, assert *config.Assert) report.Assert
- func RunTest(manifests []manifest.Manifest, test *config.Test) report.Test
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertEqual ¶
AssertEqual returns true if the given key matches the value provided.
func AssertExist ¶
AssertExist returns true if the given key exists.
func Run ¶ added in v0.3.0
Run takes a config and Helm chart as input, runs through all tests, and returns the report object.
On YAML or template rendering errors, it returns an error object without the report.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.