Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/derailed/k9s
/ viewLogs
Method
viewLogs
internal/view/container.go:125–127 ·
view source on GitHub ↗
(*App, ui.Tabular, *client.GVR, string)
Source
from the content-addressed store, hash-verified
123
}
124
125
func
(c *Container) viewLogs(*App, ui.Tabular, *client.GVR, string) {
126
c.ResourceViewer.(*LogsExtender).showLogs(c.GetTable().Path, false)
127
}
128
129
// Handlers...
130
Callers
nothing calls this directly
Calls
2
GetTable
Method · 0.65
showLogs
Method · 0.45
Tested by
no test coverage detected