MCPcopy
hub / github.com/derailed/k9s / App

Struct App

internal/view/app.go:45–59  ·  view source on GitHub ↗

App represents an application view.

Source from the content-addressed store, hash-verified

43
44// App represents an application view.
45type App struct {
46 version string
47 *ui.App
48 Content *PageStack
49 command *Command
50 factory *watch.Factory
51 cancelFn context.CancelFunc
52 clusterModel *model.ClusterInfo
53 cmdHistory *model.History
54 filterHistory *model.History
55 conRetry int32
56 showHeader bool
57 showLogo bool
58 showCrumbs bool
59}
60
61// NewApp returns a K9s app instance.
62func NewApp(cfg *config.Config) *App {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected