pages

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2023 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DiffPage added in v1.1.0

type DiffPage struct {
	// contains filtered or unexported fields
}

func NewDiffPage added in v1.1.0

func NewDiffPage() *DiffPage

func (*DiffPage) Build added in v1.1.0

func (p *DiffPage) Build() fyne.CanvasObject

type NamespacePage

type NamespacePage struct {
	// contains filtered or unexported fields
}

func NewNamespace

func NewNamespace(mainWindow fyne.Window, cli kucli.KuCli, namespace string, addTabFn func(name string, content func(ctx context.Context) fyne.CanvasObject)) *NamespacePage

func (*NamespacePage) Build

func (p *NamespacePage) Build(ctx context.Context) fyne.CanvasObject
type Nav struct {
	KuCli kucli.KuCli
	// contains filtered or unexported fields
}

func NewNav

func NewNav(mainWindow fyne.Window, KuCli kucli.KuCli, onNamespaceSelected func(namespace string), onPodSelected func(pod *v1.Pod)) *Nav
func (u *Nav) Build() *fyne.Container

type PodPage

type PodPage struct {
	// contains filtered or unexported fields
}

func NewPodPage

func NewPodPage(cli kucli.KuCli, pod *v1.Pod, addTabFn func(name string, content func(ctx context.Context) fyne.CanvasObject)) *PodPage

func (*PodPage) AddItem

func (p *PodPage) AddItem(txt string)

func (*PodPage) Build

func (p *PodPage) Build(ctx context.Context) fyne.CanvasObject

type WelcomePage

type WelcomePage struct {
	// contains filtered or unexported fields
}

func NewWelcomePage added in v1.1.0

func NewWelcomePage(mainWindow fyne.Window, cli kucli.KuCli, addTabFn func(name string, content func(ctx context.Context) fyne.CanvasObject)) *WelcomePage

func (*WelcomePage) Build

func (p *WelcomePage) Build() fyne.CanvasObject

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL