Documentation
¶
Index ¶
- func CreateBaseExecIconButton(buttonName string, iconTheme fyne.Resource) []*widget.Button
- func CreateBaseTabContainers(podLabelsLabel *widget.Label, podLabelsScroll *container.Scroll, ...) (*container.AppTabs, *container.AppTabs)
- func CreateBaseTabs() (*widget.Label, *widget.Label, *container.Scroll, *widget.Label, *widget.Label, ...)
- func CreateBaseWidgets() (*widget.Label, *widget.Entry, *widget.Label)
- func CreateIconButton(buttonName string, iconTheme fyne.Resource) *widget.Button
- func CreateWindows(currentContext string) (*canvas.Text, *fyne.Container, *fyne.Container, *widget.Label)
- func GetListData(podData *[]string) (binding.ExternalStringList, *widget.List)
- func GetPodTabData(widgetLabelName string) (widgetNameLabel *widget.Label, widgetName *widget.Label, ...)
- func InputOnSubmitted(input *widget.Entry, clientset kubernetes.Clientset, ...) []string
- func ListOnSelected(list *widget.List, data binding.ExternalStringList, ...)
- func RefreshData(input *widget.Entry, data binding.ExternalStringList, list *widget.List, ...)
- func SetupErrorUI(stringErrorResponse string, namespaceListDropdown *widget.Select, ...)
- func UpdateInput(input *widget.Entry, data binding.ExternalStringList, list *widget.List)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateBaseExecIconButton ¶ added in v0.0.5
func CreateBaseTabContainers ¶
func CreateBaseTabContainers(podLabelsLabel *widget.Label, podLabelsScroll *container.Scroll, podAnnotationsLabel *widget.Label, podAnnotationsScroll *container.Scroll, podEventsLabel *widget.Label, podEventsScroll *container.Scroll, podLogsLabel *widget.Label, podLogScroll *container.Scroll, podDetailLabel *widget.Label, podDetailScroll *container.Scroll, podVolumesLabel *widget.Label, podVolumesScroll *container.Scroll) (*container.AppTabs, *container.AppTabs)
func CreateBaseTabs ¶
func CreateBaseTabs() (*widget.Label, *widget.Label, *container.Scroll, *widget.Label, *widget.Label, *container.Scroll, *widget.Label, *widget.Label, *container.Scroll, *widget.Label, *widget.Label, *container.Scroll, *widget.Label, *widget.Label, *container.Scroll, *widget.Label, *widget.Label, *container.Scroll)
func CreateIconButton ¶ added in v0.0.5
func CreateWindows ¶
func GetListData ¶
func GetListData(podData *[]string) (binding.ExternalStringList, *widget.List)
func GetPodTabData ¶
func InputOnSubmitted ¶
func ListOnSelected ¶
func ListOnSelected(list *widget.List, data binding.ExternalStringList, clientset kubernetes.Clientset, config rest.Config, title, podStatus, podLabels, podAnnotations, podEvents, podVolumes, podLog *widget.Label, podDetailLog *widget.Label, podTabs *container.AppTabs, podLogTabs *container.AppTabs, podLogScroll *container.Scroll, podLogsLabel *widget.Label, app fyne.App, yb *widget.Button, execButtons []*widget.Button, namespaceListDropdown *widget.Select)
func RefreshData ¶ added in v0.0.5
func SetupErrorUI ¶
func UpdateInput ¶ added in v0.0.5
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.