Documentation
¶
Index ¶
Constants ¶
View Source
const ATTENTION_HOT_PERCENT = 90
View Source
const ATTENTION_WARM_PERCENT = 80
View Source
const HelpColumnsText = `` /* 995-byte string literal not displayed */
View Source
const HelpLocalViewKeybindings = `` /* 162-byte string literal not displayed */
View Source
const HelpOverviewText = `
**Space View**
Space view shows a list of all spaces in the selected organization on the foundation.
`
View Source
const HelpText = HelpOverviewText + helpView.HelpHeaderText + HelpColumnsText + HelpLocalViewKeybindings + helpView.HelpTopLevelDataViewKeybindings + helpView.HelpCommonDataViewKeybindings
View Source
const HelpTextTips = `` /* 175-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisplaySpace ¶
type DisplaySpace struct {
*space.Space
QuotaName string
MemoryLimitInBytes int64
NumberOfSpaces int
NumberOfApps int
TotalCpuPercentage float64
TotalMemoryReserved int64
TotalMemoryUsed int64
TotalMemoryReservedPercentOfSpaceQuota float64
TotalMemoryReservedPercentOfOrgQuota float64
TotalDiskReserved int64
TotalDiskUsed int64
DesiredContainers int
TotalReportingContainers int
TotalLogStdout int64
TotalLogStderr int64
HttpAllCount int64
IsolationSegmentName string
}
func NewDisplaySpace ¶
func NewDisplaySpace(spaceMetadata *space.Space) *DisplaySpace
func (*DisplaySpace) Id ¶
func (do *DisplaySpace) Id() string
type SpaceListView ¶
type SpaceListView struct {
*dataView.DataListView
// contains filtered or unexported fields
}
func NewSpaceListView ¶
func NewSpaceListView(masterUI masterUIInterface.MasterUIInterface, parentView dataView.DataListViewInterface, name string, bottomMargin int, eventProcessor *eventdata.EventProcessor, orgId string) *SpaceListView
func (*SpaceListView) GetListData ¶
func (asUI *SpaceListView) GetListData() []uiCommon.IData
Click to show internal directories.
Click to hide internal directories.