Documentation ¶
Index ¶
Constants ¶
View Source
const HelpText = `` /* 4651-byte string literal not displayed */
View Source
const HelpTextTips = `` /* 157-byte string literal not displayed */
View Source
const StaleContainerSeconds = 80
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppListView ¶
type AppListView struct { *dataView.DataListView // contains filtered or unexported fields }
func NewAppListView ¶
func NewAppListView(masterUI masterUIInterface.MasterUIInterface, name string, bottomMargin int, eventProcessor *eventdata.EventProcessor) *AppListView
func (*AppListView) GetListData ¶ added in v0.7.3
func (asUI *AppListView) GetListData() []uiCommon.IData
type FilterWidget ¶
type FilterWidget struct {
// contains filtered or unexported fields
}
func NewFilterWidget ¶
func NewFilterWidget(masterUI masterUIInterface.MasterUIInterface, name string, width, height int) *FilterWidget
func (*FilterWidget) Name ¶
func (w *FilterWidget) Name() string
type StackSummaryStats ¶ added in v0.7.3
type StackSummaryStats struct { StackId string StackName string TotalApps int TotalReportingAppInstances int TotalActiveApps int TotalUsedMemoryAppInstances uint64 TotalUsedDiskAppInstances uint64 TotalCpuPercentage float64 TotalCellCPUs int TotalCapacityMemory int64 TotalCapacityDisk int64 ReservedMem float64 ReservedDisk float64 }
type StackSummaryStatsArray ¶ added in v0.7.3
type StackSummaryStatsArray []*StackSummaryStats
func (StackSummaryStatsArray) Len ¶ added in v0.7.3
func (slice StackSummaryStatsArray) Len() int
func (StackSummaryStatsArray) Less ¶ added in v0.7.3
func (slice StackSummaryStatsArray) Less(i, j int) bool
func (StackSummaryStatsArray) Swap ¶ added in v0.7.3
func (slice StackSummaryStatsArray) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.