Versions in this module Expand all Collapse all v1 v1.0.0 Apr 28, 2020 Changes in this version + var Set = &defaultFixtureSet + func AddFromFile(filePath string) error + type Fixture []byte + func (f Fixture) AsNode() *yaml.RNode + func (f Fixture) AsUnstructured() *unstructured.Unstructured + func (f Fixture) Rename(newName string) (Fixture, error) + type FixtureSet interface + Insert func(Key, Fixture) + Match func(u *unstructured.Unstructured) Fixture + type Key struct + func KeyFor(u *unstructured.Unstructured) Key