const testGroup …
const testVersion …
const testResource …
const testNamespace …
const testName …
const testKind …
const testAPIVersion …
func newUnstructured(apiVersion, kind, namespace, name string) *unstructured.Unstructured { … }
func newUnstructuredWithSpec(spec map[string]interface{ … }
func TestGet(t *testing.T) { … }
func TestListDecoding(t *testing.T) { … }
func TestGetDecoding(t *testing.T) { … }
func TestList(t *testing.T) { … }
func Test_ListKind(t *testing.T) { … }
type patchTestCase …
func (tc *patchTestCase) runner(t *testing.T) { … }
func (tc *patchTestCase) verifyErr(err error) error { … }
func (tc *patchTestCase) verifyResult(result *unstructured.Unstructured) error { … }
func TestPatch(t *testing.T) { … }
func TestListWithUnstructuredObjectsAndTypedScheme(t *testing.T) { … }
func TestListWithNoFixturesAndTypedScheme(t *testing.T) { … }
func TestListWithNoScheme(t *testing.T) { … }
func TestListWithTypedFixtures(t *testing.T) { … }
type mockResource …
type mockResourceList …
func (l *mockResourceList) DeepCopyObject() runtime.Object { … }
func (r *mockResource) DeepCopyObject() runtime.Object { … }
var _ …
var _ …