front

package
v0.9.26 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Container added in v0.9.10

type Container struct {
	Name, Image string
}

type IndexView added in v0.8.9

type IndexView struct {
	User string
}

IndexView ...

func (IndexView) Render added in v0.8.9

func (i IndexView) Render(w io.Writer) error

type ProfileView added in v0.9.19

type ProfileView struct {
	User string
}

ProfileView ...

func (ProfileView) Render added in v0.9.19

func (p ProfileView) Render(w io.Writer) error

type Resource added in v0.9.10

type Resource struct {
	Containers []Container
	Name       string
	Replicas   int
	Age        string
}

type TableView added in v0.9.0

type TableView struct {
	Description string
	Namespace   string
	Kind        string
	Data        []Resource
}

TableView ...

func (*TableView) AddDeploys added in v0.9.10

func (t *TableView) AddDeploys(ds []apps.Deployment)

AddDeploys ...

func (*TableView) AddSts added in v0.9.10

func (t *TableView) AddSts(ss []apps.StatefulSet)

AddSts ...

func (TableView) Render added in v0.9.0

func (t TableView) Render(w io.Writer, user string) error

Jump to

Keyboard shortcuts

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