Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { Name string UpdatedAt string Buildpack Buildpack IsStale bool Foundation string Org string Space string Instances int MemoryMB int State string }
App contains app information and its buildpack
func BuildAppList ¶
BuildAppList takes a list of apps from the go cfclient and a map buildpackGUID to buildpack information, and it returns a list of apps
type Buildpack ¶
type Buildpack struct { Name string Version string Freshness int // corresponds to the number of versions out of date (0 = latest) IsDeprecated bool }
Buildpack contains buildpack name and version
func (Buildpack) SupportStatus ¶
SupportStatus is the inverse of deprecation status
type Foundation ¶
Click to show internal directories.
Click to hide internal directories.