Documentation ¶
Index ¶
- type CFApplication
- type CFClient
- func (cfc *CFClient) GetApplication(guid string) (*CFApplication, error)
- func (cfc *CFClient) GetApplications() ([]CFApplication, error)
- func (cfc *CFClient) GetDopplerEndpoint() string
- func (cfc *CFClient) GetV2OrgQuotas() ([]cfclient.OrgQuota, error)
- func (cfc *CFClient) GetV2Orgs() ([]cfclient.Org, error)
- type Data
- type LoggregatorClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CFApplication ¶
type CFApplication struct { GUID string Name string SpaceGUID string SpaceName string OrgName string OrgGUID string Instances int Buildpacks []string DiskQuota int TotalDiskQuota int Memory int TotalMemory int }
CFApplication represents a Cloud Controller Application.
type CFClient ¶
func (*CFClient) GetApplication ¶
func (cfc *CFClient) GetApplication(guid string) (*CFApplication, error)
func (*CFClient) GetApplications ¶
func (cfc *CFClient) GetApplications() ([]CFApplication, error)
func (*CFClient) GetDopplerEndpoint ¶
func (*CFClient) GetV2OrgQuotas ¶
type LoggregatorClient ¶
type LoggregatorClient struct { RLPGatewayClient *loggregator.RLPGatewayClient // contains filtered or unexported fields }
func NewLoggregatorClient ¶
func (*LoggregatorClient) EnvelopeStream ¶
func (l *LoggregatorClient) EnvelopeStream() loggregator.EnvelopeStream
func (*LoggregatorClient) Stop ¶
func (l *LoggregatorClient) Stop()
Click to show internal directories.
Click to hide internal directories.