Documentation ¶
Index ¶
Constants ¶
View Source
const ( TABLE_WIDTH_RATIO = 0.7 TABLE_SCROLL_STEP = 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func NewModel ¶
func NewModel(nodes []*kube.Node, objs []*unstructured.Unstructured) *Model
func (*Model) TableWidth ¶
type SetCandidateMsg ¶
type SetKeywordMsg ¶
type SetKeywordMsg struct {
Keyword string
}
type SetTableMsg ¶
type SetTableMsg struct { Nodes []*kube.Node Objs []*unstructured.Unstructured }
Click to show internal directories.
Click to hide internal directories.