kubernetes/staging/src/k8s.io/apiextensions-apiserver/test/integration/fieldselector_test.go

var selectableFieldFixture

const shirtInstance1

const shirtInstance2

const shirtInstance3

type selectableFieldTestCase

func (sf selectableFieldTestCase) Name() string {}

func TestSelectableFields(t *testing.T) {}

func testWatch(ctx context.Context, t *testing.T, tcs []selectableFieldTestCase, dynamicClient dynamic.Interface) {}

func testList(ctx context.Context, t *testing.T, tcs []selectableFieldTestCase, dynamicClient dynamic.Interface) {}

func testDeleteCollection(ctx context.Context, t *testing.T, tcs []selectableFieldTestCase, dynamicClient dynamic.Interface) {}

func TestFieldSelectorOpenAPI(t *testing.T) {}

func TestFieldSelectorDropFields(t *testing.T) {}

func TestFieldSelectorDisablement(t *testing.T) {}

func createTestResources(ctx context.Context, t *testing.T, dynamicClient dynamic.Interface) {}

func deleteTestResources(ctx context.Context, t *testing.T, dynamicClient dynamic.Interface) {}

func closeOnCall(h http.Handler) (chan struct{}

func crdConverter(desiredAPIVersion string, obj runtime.RawExtension) (runtime.RawExtension, error) {}