Documentation ¶
Index ¶
Constants ¶
View Source
const ATTENTION_HOT_PERCENT = 90
View Source
const ATTENTION_WARM_PERCENT = 80
View Source
const HelpColumnsText = `` /* 1012-byte string literal not displayed */
View Source
const HelpLocalViewKeybindings = `` /* 162-byte string literal not displayed */
View Source
const HelpOverviewText = `
**Organization View**
Organization view shows a list of all organizations on the foundation.
`
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisplayOrg ¶
type DisplayOrg struct { *org.Org QuotaName string MemoryLimitInBytes int64 NumberOfSpaces int NumberOfApps int TotalCpuPercentage float64 TotalMemoryReserved int64 TotalMemoryUsed int64 TotalMemoryReservedPercentOfQuota float64 TotalDiskReserved int64 TotalDiskUsed int64 DesiredContainers int TotalReportingContainers int TotalLogStdout int64 TotalLogStderr int64 HttpAllCount int64 }
func NewDisplayOrg ¶
func NewDisplayOrg(Org *org.Org) *DisplayOrg
func (*DisplayOrg) Id ¶
func (do *DisplayOrg) Id() string
type OrgListView ¶
type OrgListView struct { *dataView.DataListView // contains filtered or unexported fields }
func NewOrgListView ¶
func NewOrgListView(masterUI masterUIInterface.MasterUIInterface, name string, bottomMargin int, eventProcessor *eventdata.EventProcessor) *OrgListView
func (*OrgListView) GetListData ¶
func (asUI *OrgListView) GetListData() []uiCommon.IData
Click to show internal directories.
Click to hide internal directories.