kubernetes/staging/src/k8s.io/client-go/dynamic/dynamiclister/lister_test.go

func TestNamespaceGetMethod(t *testing.T) {}

func TestNamespaceListMethod(t *testing.T) {}

func TestListerGetMethod(t *testing.T) {}

func TestListerListMethod(t *testing.T) {}

func newUnstructured(apiVersion, kind, namespace, name string) *unstructured.Unstructured {}

func assertListOrDie(expected, actual []*unstructured.Unstructured, t *testing.T) {}