We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56836c6 + f66bc1d commit 1799d4cCopy full SHA for 1799d4c
cmd/kubectl-tree/rootcmd.go
@@ -70,7 +70,7 @@ func run(_ *cobra.Command, args []string) error {
70
71
var api apiResource
72
if k, ok := overrideType(kind, apis); ok {
73
- klog.V(2).Infof("kind=%s override found: %s", k.GroupVersionResource())
+ klog.V(2).Infof("kind=%s override found: %s", kind, k.GroupVersionResource())
74
api = k
75
} else {
76
apiResults := apis.lookup(kind)
0 commit comments