func getArbitraryResource(s schema.GroupVersionResource, name, namespace string) *unstructured.Unstructured { … } func TestWatchCallNonNamespace(t *testing.T) { … } func TestWatchCallAllNamespace(t *testing.T) { … } func TestWatchCallMultipleInvocation(t *testing.T) { … } func TestWatchAddAfterStop(t *testing.T) { … } func TestPatchWithMissingObject(t *testing.T) { … } func TestApplyCreate(t *testing.T) { … } func TestApplyNoMeta(t *testing.T) { … } func TestApplyUpdateMultipleFieldManagers(t *testing.T) { … } func TestGetWithExactMatch(t *testing.T) { … } func Test_resourceCovers(t *testing.T) { … } func configMapTypeConverter(scheme *runtime.Scheme) managedfields.TypeConverter { … } var configMapTypedSchema …