Convert generated-deep-copies to use golang.org/x/tools/imports

I don't like users to need an external binary which can easily get out
of sync. Just include the tools.
This commit is contained in:
Eric Paris
2015-08-13 12:40:03 -04:00
parent 4acf86400f
commit 00929ed7d8
6 changed files with 34 additions and 29 deletions

View File

@@ -14,9 +14,10 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// DO NOT EDIT. THIS FILE IS AUTO-GENERATED BY $KUBEROOT/hack/update-generated-deep-copies.sh.
package expapi
// AUTO-GENERATED FUNCTIONS START HERE
import (
time "time"
@@ -232,5 +233,3 @@ func init() {
panic(err)
}
}
// AUTO-GENERATED FUNCTIONS END HERE