Documentation ¶
Index ¶
- Constants
- type EventsPanel
- type ListPanel
- type Panel
- type PodSelectorPanel
- func (l *PodSelectorPanel) Focus()
- func (l *PodSelectorPanel) Name() string
- func (l *PodSelectorPanel) SetData()
- func (l *PodSelectorPanel) SetFilterWord(word string)
- func (l *PodSelectorPanel) SetKeybinding(g *gui.Gui)
- func (l *PodSelectorPanel) UnFocus()
- func (l *PodSelectorPanel) UpdateData(g *gui.Gui)
- type PodSelectorStates
- type State
- type YamlPanel
Constants ¶
View Source
const ( YamlPanelName = "LogConfigYaml" SelectedPodPanelName = "LogConfigSelectedPods" EventsPanelName = "LogConfigEventsPanel" )
View Source
const ListPanelName = "LogConfigList"
View Source
const PanelName = "LogConfig"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventsPanel ¶
func (*EventsPanel) Focus ¶
func (l *EventsPanel) Focus()
func (*EventsPanel) Name ¶
func (l *EventsPanel) Name() string
func (*EventsPanel) SetData ¶
func (l *EventsPanel) SetData()
func (*EventsPanel) SetFilterWord ¶
func (l *EventsPanel) SetFilterWord(word string)
func (*EventsPanel) SetKeybinding ¶
func (l *EventsPanel) SetKeybinding(g *gui.Gui)
func (*EventsPanel) UnFocus ¶
func (l *EventsPanel) UnFocus()
func (*EventsPanel) UpdateData ¶
func (l *EventsPanel) UpdateData(g *gui.Gui)
type ListPanel ¶
func (*ListPanel) SetFilterWord ¶
func (*ListPanel) SetKeybinding ¶
func (*ListPanel) UpdateData ¶
type Panel ¶
func NewLogConfigPanel ¶
func (*Panel) SetFilterWord ¶
func (*Panel) SetKeybinding ¶
func (*Panel) UpdateData ¶
type PodSelectorPanel ¶
func (*PodSelectorPanel) Focus ¶
func (l *PodSelectorPanel) Focus()
func (*PodSelectorPanel) Name ¶
func (l *PodSelectorPanel) Name() string
func (*PodSelectorPanel) SetData ¶
func (l *PodSelectorPanel) SetData()
func (*PodSelectorPanel) SetFilterWord ¶
func (l *PodSelectorPanel) SetFilterWord(word string)
func (*PodSelectorPanel) SetKeybinding ¶
func (l *PodSelectorPanel) SetKeybinding(g *gui.Gui)
func (*PodSelectorPanel) UnFocus ¶
func (l *PodSelectorPanel) UnFocus()
func (*PodSelectorPanel) UpdateData ¶
func (l *PodSelectorPanel) UpdateData(g *gui.Gui)
type PodSelectorStates ¶
type YamlPanel ¶
func (*YamlPanel) SetFilterWord ¶
func (*YamlPanel) SetKeybinding ¶
func (*YamlPanel) UpdateData ¶
Click to show internal directories.
Click to hide internal directories.