Documentation
¶
Index ¶
Constants ¶
View Source
const ( RESULT_PROGRESS_BAR_INIT_FREQ = 120.0 RESULT_PROGRESS_BAR_CRITICAL_DAMP = 1.0 RESULT_WIDTH_RATIO = table.TABLE_WIDTH_RATIO )
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(objs []*unstructured.Unstructured) *Model
type SetResultMsg ¶
type SetResultMsg struct { Nodes []*kube.Node Objs []*unstructured.Unstructured Picked bool PickedNode *kube.Node }
type SetTableCandidateMsg ¶
Click to show internal directories.
Click to hide internal directories.