mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
client-gen: remove base input dirs
This commit is contained in:
parent
6827c3cf47
commit
ed1b01090d
@ -27,12 +27,7 @@ import (
|
|||||||
codegenutil "k8s.io/code-generator/pkg/util"
|
codegenutil "k8s.io/code-generator/pkg/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
var DefaultInputDirs = []string{
|
var DefaultInputDirs = []string{}
|
||||||
"k8s.io/apimachinery/pkg/fields",
|
|
||||||
"k8s.io/apimachinery/pkg/labels",
|
|
||||||
"k8s.io/apimachinery/pkg/watch",
|
|
||||||
"k8s.io/apimachinery/pkg/apimachinery/registered",
|
|
||||||
}
|
|
||||||
|
|
||||||
// ClientGenArgs is a wrapper for arguments to client-gen.
|
// ClientGenArgs is a wrapper for arguments to client-gen.
|
||||||
type CustomArgs struct {
|
type CustomArgs struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user