Versions in this module Expand all Collapse all v0 v0.0.4 Sep 14, 2022 v0.0.3 Sep 8, 2022 Changes in this version + const TimeFormat v0.0.2 Sep 2, 2022 Changes in this version type KeyMap + FocusLeft key.Binding + FocusRight key.Binding + func (k KeyMap) FullWithFocus() [][]key.Binding + func (k KeyMap) ShortWithFocus() []key.Binding v0.0.1 Aug 20, 2022 Changes in this version + const FullScreen + const HelpBarHeight + const TabsBarHeight + func GetTextWithLen(source string, length int) string + func Max(a, b int) int + type App struct + CurrentNamespace string + CurrentTab TabItem + GUI GUI + KeyMap *KeyMap + Styles *themes.Styles + func NewApp(theme themes.Theme) *App + func (app *App) AddUpdateNamespaceCallback(fn func()) + func (app *App) OnUpdateNamespace() + func (app *App) ResizeAreas() + type GUI struct + Areas *uiAreas + ScreenHeight int + ScreenWidth int + type KeyMap struct + Down key.Binding + Help key.Binding + HelpShort key.Binding + NextPage key.Binding + PrevPage key.Binding + Quit key.Binding + Select key.Binding + ShiftTab key.Binding + Tab key.Binding + Up key.Binding + func GetKeyMaps() KeyMap + func (k KeyMap) FullHelp() [][]key.Binding + func (k KeyMap) ShortHelp() []key.Binding + type TabItem int + const AnyTab + const DeploymentsTab + const NamespacesTab + const PodsTab + func GetTabItems() []TabItem + func (t TabItem) String() string