Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Assert ¶
Assert contains different objects to be used for different assert operations. It is only intended that one assert type is used.
type Config ¶
type Config struct { Sets []string `yaml:"sets"` Values []string `yaml:"values"` Tests []Test `yaml:"tests"` }
Config contains the overall tests and their configurations.
type Exist ¶
type Exist struct {
Key string `yaml:"key"`
}
Exist is an assert type used to check if a key exist.
type Select ¶ added in v0.2.0
type Select struct { Files []string `yaml:"files"` Kinds []string `yaml:"kinds"` Versions []string `yaml:"versions"` }
Select contains lists to be used to select manifests from different methods.
Click to show internal directories.
Click to hide internal directories.