var kindAllowList …
const testNamespace …
var allowMissingTestdataFixtures …
func TestEtcdStoragePath(t *testing.T) { … }
var debug …
func dumpEtcdKVOnFailure(t *testing.T, kvClient clientv3.KV) { … }
func addGVKToEtcdBucket(cohabitatingResources map[string]map[schema.GroupVersionKind]empty, gvk schema.GroupVersionKind, bucket string) { … }
func getEtcdBucket(path string) string { … }
type metaObject …
func (obj *metaObject) getGVK() schema.GroupVersionKind { … }
func (obj *metaObject) isEmpty() bool { … }
type empty …
type cleanupData …
func jsonToMetaObject(stub []byte) (*metaObject, error) { … }
func keyStringer(i interface{ … }
type allClient …
func (c *allClient) create(stub, ns string, mapping *meta.RESTMapping, all *[]cleanupData) error { … }
func (c *allClient) cleanup(all *[]cleanupData) error { … }
func (c *allClient) createPrerequisites(mapper meta.RESTMapper, ns string, prerequisites []Prerequisite, all *[]cleanupData) error { … }
func getFromEtcd(keys clientv3.KV, path string) (*metaObject, error) { … }
func diffMaps(a, b interface{ … }
func diffMapKeys(a, b interface{ … }