MCPcopy
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
125func (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

GetTableMethod · 0.65
showLogsMethod · 0.45

Tested by

no test coverage detected