Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitOrReload ¶ added in v0.9.31
func InitOrReload() error
InitOrReload init or reload the layout
Types ¶
type IndexView ¶ added in v0.8.9
type IndexView struct { }
IndexView ...
func (IndexView) FullPageRender ¶ added in v0.9.31
func (i IndexView) FullPageRender(w io.Writer, l LayoutView) error
FullPageRender ...
type LayoutView ¶ added in v0.9.31
LayoutView is a view for the layou
func NewLayout ¶ added in v0.9.31
func NewLayout(user, env string) LayoutView
type ProfileView ¶ added in v0.9.19
type ProfileView struct {
User string
}
ProfileView ...
func (ProfileView) FullPageRender ¶ added in v0.9.31
func (p ProfileView) FullPageRender(w io.Writer, l LayoutView) error
FullPageRender ...
type TableView ¶ added in v0.9.0
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) FullPageRender ¶ added in v0.9.31
func (t TableView) FullPageRender(w io.Writer, l LayoutView) error
FullPageRender ...
Click to show internal directories.
Click to hide internal directories.