kubernetes/staging/src/k8s.io/client-go/dynamic/fake/simple_test.go

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) {}

// verifyErr verifies that the given error returned from Patch is the error
// expected by the test case.
func (tc *patchTestCase) verifyErr(err error) error {}

func (tc *patchTestCase) verifyResult(result *unstructured.Unstructured) error {}

func TestPatch(t *testing.T) {}

// This test ensures list works when the fake dynamic client is seeded with a typed scheme and
// unstructured type fixtures
func TestListWithUnstructuredObjectsAndTypedScheme(t *testing.T) {}

func TestListWithNoFixturesAndTypedScheme(t *testing.T) {}

// This test ensures list works when the dynamic client is seeded with an empty scheme and
// unstructured typed fixtures
func TestListWithNoScheme(t *testing.T) {}

// This test ensures list works when the dynamic client is seeded with an empty scheme and
// unstructured typed fixtures
func TestListWithTypedFixtures(t *testing.T) {}

type mockResource

type mockResourceList

func (l *mockResourceList) DeepCopyObject() runtime.Object {}

func (r *mockResource) DeepCopyObject() runtime.Object {}

var _

var _