mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 20:29:56 +00:00
Move versioned generators into their own package
pkg/kubectl has a lot of files. Move everything generator related into pkg/kubectl/generate (generic) or pkg/kubectl/generate/versioned (type specific). Move the DescriberFn and GeneratorFn out of kubectl/cmd/util and into the respective versioned packages, along with tests.
This commit is contained in:
@@ -392,9 +392,7 @@ package_group(
|
||||
packages = [
|
||||
"//pkg/kubectl",
|
||||
"//pkg/kubectl/cmd",
|
||||
"//pkg/kubectl/cmd/logs",
|
||||
"//pkg/kubectl/cmd/portforward",
|
||||
"//pkg/kubectl/cmd/rollingupdate",
|
||||
"//pkg/kubectl/generate",
|
||||
"//pkg/kubectl/proxy",
|
||||
],
|
||||
)
|
||||
|
Reference in New Issue
Block a user