Commit 8a98063e authored by Dr. Stefan Schimanski's avatar Dr. Stefan Schimanski

code-generator: rename _test to _examples

parent 8e30314c
...@@ -22,8 +22,8 @@ import ( ...@@ -22,8 +22,8 @@ import (
"k8s.io/apimachinery/pkg/apimachinery/announced" "k8s.io/apimachinery/pkg/apimachinery/announced"
"k8s.io/apimachinery/pkg/apimachinery/registered" "k8s.io/apimachinery/pkg/apimachinery/registered"
"k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/runtime"
"k8s.io/code-generator/_test/apis/testgroup" "k8s.io/code-generator/_examples/apis/testgroup"
"k8s.io/code-generator/_test/apis/testgroup/v1" "k8s.io/code-generator/_examples/apis/testgroup/v1"
) )
// Install registers the API group and adds types to a scheme // Install registers the API group and adds types to a scheme
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment