mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
Refactor Get and Describe to allow extension of types
Get should use ResourceMapper, allow Printer to be abstracted, and extract Describe as *Describer types.
This commit is contained in:
@@ -23,5 +23,5 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
cmd.RunKubectl(os.Stdout)
|
||||
cmd.NewFactory().Run(os.Stdout)
|
||||
}
|
||||
|
Reference in New Issue
Block a user