spaceView

package
v0.9.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2019 License: Apache-2.0 Imports: 16 Imported by: 3

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 HelpTextTips = `` /* 175-byte string literal not displayed */

Variables

This section is empty.

Functions

This section is empty.

Types

type DisplaySpace

type DisplaySpace struct {
	*space.SpaceMetadata

	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.SpaceMetadata) *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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL