Versions in this module Expand all Collapse all v0 v0.1.2 Sep 13, 2020 v0.1.1 Sep 13, 2020 Changes in this version + func Max(x, y int) int + func NewPanelStates() *panelStates type Gui + func (gui *Gui) FindSelectedLine(v *gocui.View, itemCount int) int + func (gui *Gui) WatchNamespace() error + func (gui *Gui) WatchNodes() error + func (gui *Gui) WatchPods() error v0.1.0 Sep 12, 2020 Changes in this version + var OverlappingEdges = false + type Gui struct + func NewGui(k8sClient *client.K8s) (*Gui, error) + func (gui *Gui) Run() error + func (gui *Gui) SetKeybindings(g *gocui.Gui) error