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.
1 parent 56836c6 commit f66bc1dCopy full SHA for f66bc1d
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