mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
Revert "Improve conversion to support multiple packages"
This commit is contained in:
@@ -33,6 +33,14 @@ function generate_version() {
|
||||
cat >> $TMPFILE <<EOF
|
||||
package ${version}
|
||||
|
||||
import (
|
||||
"reflect"
|
||||
|
||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
|
||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/api/resource"
|
||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/conversion"
|
||||
)
|
||||
|
||||
// AUTO-GENERATED FUNCTIONS START HERE
|
||||
EOF
|
||||
|
||||
|
Reference in New Issue
Block a user