Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppsAndServices ¶
type AppsAndServices struct {
Apps []App
Services []ServiceInstance
}
type ContainerGroup ¶
type ContainerGroup struct {
Name string
}
type ContainersQuota ¶
type ContainersQuotaAndUsage ¶
type ContainersQuotaAndUsage struct {
Limits ContainersQuota `json:"Limits"`
Usage ContainersUsage `json:"Usage"`
}
type ContainersUsage ¶
type OrgUsage ¶
type OrgUsage struct {
Org string `json:"name"`
Spaces []SpaceUsage
}
func (OrgUsage) ServicesCount ¶
func (OrgUsage) TotalMemoryUsed ¶
type ServiceInstance ¶
type ServiceInstance struct {
Name string
ServicePlan ServicePlan `json:"service_plan"`
}
type ServiceOffering ¶
type ServiceOffering struct {
Label string
}
type ServicePlan ¶
type ServicePlan struct {
Name string
ServiceOffering ServiceOffering `json:"service"`
}
Click to show internal directories.
Click to hide internal directories.