Documentation
¶
Index ¶
- func FetchContainers(s *k.State, c k8s.ClientSet) func(g1 *gocui.Gui, _ *gocui.View) error
- func FetchLogs(s *k.State, c k8s.ClientSet) func(g1 *gocui.Gui, _ *gocui.View) error
- func HandleDebugEsc(s *k.State) func(*gocui.Gui, *gocui.View) error
- func HandleModalEnter(s *k.State, c k8s.ClientSet) func(*gocui.Gui, *gocui.View) error
- func HandleModalEsc(s *k.State) func(*gocui.Gui, *gocui.View) error
- func HandleTableDelete(s *k.State, c k8s.ClientSet) func(*gocui.Gui, *gocui.View) error
- func HandleTableEnter(s *k.State, c k8s.ClientSet) func(*gocui.Gui, *gocui.View) error
- func LoadAuto(client k8s.ClientSet, s *k.State) func(g *gocui.Gui, _ *gocui.View) error
- func LoadManual(client k8s.ClientSet, s *k.State) func(g *gocui.Gui, _ *gocui.View) error
- func ModalCursorMove(s *k.State, delta int) func(g1 *gocui.Gui, _ *gocui.View) error
- func StateDump(s *k.State) func(g1 *gocui.Gui, _ *gocui.View) error
- func TableClearFilter(s *k.State) func(g1 *gocui.Gui, _ *gocui.View) error
- func TableCursorMove(s *k.State, delta int) func(g1 *gocui.Gui, _ *gocui.View) error
- func ToggleNamespaces(s *k.State) func(g1 *gocui.Gui, _ *gocui.View) error
- func ToggleResources(s *k.State) func(g1 *gocui.Gui, _ *gocui.View) error
- func ToggleViewDebug(s *k.State) func(g *gocui.Gui, _ *gocui.View) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchContainers ¶
FetchContainers is a function factory that returns a function that will fetch containers for a pod
func FetchLogs ¶
FetchLogs is a function factory that will return a function that fetches logs for a container
func HandleDebugEsc ¶
HandleDebugEsc runs when pressing esc while focused on a Modal
func HandleModalEnter ¶
HandleModalEnter runs when pressing enter while focused on a Modal
func HandleModalEsc ¶
HandleModalEsc runs when pressing esc while focused on a Modal
func HandleTableDelete ¶
HandleTableDelete runs when pressing delete while focused on a Table
func HandleTableEnter ¶
HandleTableEnter runs when pressing enter while focused on a Table
func LoadManual ¶
LoadManual is function factory for the auto refresh for data
func ModalCursorMove ¶
ModalCursorMove returns a function that will move cursors for entities displayed in a modal
func StateDump ¶
StateDump returns a function that will log the current app state to the configured logger's output
func TableClearFilter ¶
TableClearFilter returns a function that will clear the filters for entities displayed in a table
func TableCursorMove ¶
TableCursorMove returns a function that will move cursors for entities displayed in a table
func ToggleNamespaces ¶
ToggleNamespaces returns a function that will toggle the namespaces modal
func ToggleResources ¶
ToggleResources returns a function that will toggle the resources modal
Types ¶
This section is empty.