From 0cfc379ff8561ccad94d5a114e03ce93afacb1ff Mon Sep 17 00:00:00 2001 From: "Dr. Stefan Schimanski" Date: Fri, 6 Oct 2017 13:30:12 +0200 Subject: [PATCH] apimachinery: mechanical removal of ObjectCopier plumbing Kubernetes-commit: 509df603b18d356777176953e5d160b6f3d0bba9 --- testing/fixture.go | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/fixture.go b/testing/fixture.go index 9c7bc45d..08379fb0 100644 --- a/testing/fixture.go +++ b/testing/fixture.go @@ -59,7 +59,6 @@ type ObjectTracker interface { // ObjectScheme abstracts the implementation of common operations on objects. type ObjectScheme interface { runtime.ObjectCreater - runtime.ObjectCopier runtime.ObjectTyper }