Documentation ¶
Index ¶
- func NewClusterSummaryPanel(app *application.Application, title string) ui.Panel
- func NewNodePanel(app *application.Application, title string) ui.Panel
- func NewPodPanel(app *application.Application, title string) ui.Panel
- type MainPanel
- func (p *MainPanel) Clear()
- func (p *MainPanel) DrawBody(_ interface{})
- func (p *MainPanel) DrawFooter(_ interface{})
- func (p *MainPanel) DrawHeader(_ interface{})
- func (p *MainPanel) GetChildrenViews() []tview.Primitive
- func (p *MainPanel) GetRootView() tview.Primitive
- func (p *MainPanel) GetTitle() string
- func (p *MainPanel) Layout(data interface{})
- func (p *MainPanel) Run(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClusterSummaryPanel ¶
func NewClusterSummaryPanel(app *application.Application, title string) ui.Panel
func NewNodePanel ¶
func NewNodePanel(app *application.Application, title string) ui.Panel
func NewPodPanel ¶
func NewPodPanel(app *application.Application, title string) ui.Panel
Types ¶
type MainPanel ¶
type MainPanel struct {
// contains filtered or unexported fields
}
func New ¶
func New(app *application.Application, title string) *MainPanel
func (*MainPanel) DrawFooter ¶
func (p *MainPanel) DrawFooter(_ interface{})
func (*MainPanel) DrawHeader ¶
func (p *MainPanel) DrawHeader(_ interface{})
func (*MainPanel) GetChildrenViews ¶
func (*MainPanel) GetRootView ¶
Click to show internal directories.
Click to hide internal directories.