Documentation ¶
Index ¶
- func FormatAllocSummary(alloc *api.AllocationStatus) string
- func FormatDeploymemntAllocSummary(d *api.DeploymentStatus) string
- func FormatDeploymentSummary(d *api.DeploymentStatus) string
- func FormatHealthChecksSummary(allocs ...*api.AllocationStatus) string
- type AllocationChecks
- type AllocationEvents
- type Allocations
- type AppHistory
- type AppInfo
- type Apps
- type AutoscalingRegionConfigs
- type Builds
- type Certificate
- type Certificates
- type DeploymentStatus
- type IPAddresses
- type LogPresenter
- type Options
- type Presentable
- type Presenter
- type Regions
- type Releases
- type Secrets
- type Services
- type VMSizes
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatAllocSummary ¶ added in v0.0.109
func FormatAllocSummary(alloc *api.AllocationStatus) string
func FormatDeploymemntAllocSummary ¶ added in v0.0.109
func FormatDeploymemntAllocSummary(d *api.DeploymentStatus) string
func FormatDeploymentSummary ¶ added in v0.0.109
func FormatDeploymentSummary(d *api.DeploymentStatus) string
func FormatHealthChecksSummary ¶ added in v0.0.109
func FormatHealthChecksSummary(allocs ...*api.AllocationStatus) string
Types ¶
type AllocationChecks ¶ added in v0.0.109
type AllocationChecks struct {
Checks []api.CheckState
}
func (*AllocationChecks) FieldNames ¶ added in v0.0.109
func (p *AllocationChecks) FieldNames() []string
func (*AllocationChecks) Records ¶ added in v0.0.109
func (p *AllocationChecks) Records() []map[string]string
type AllocationEvents ¶ added in v0.0.109
type AllocationEvents struct {
Events []api.AllocationEvent
}
func (*AllocationEvents) FieldNames ¶ added in v0.0.109
func (p *AllocationEvents) FieldNames() []string
func (*AllocationEvents) Records ¶ added in v0.0.109
func (p *AllocationEvents) Records() []map[string]string
type Allocations ¶
type Allocations struct {
Allocations []*api.AllocationStatus
}
func (*Allocations) FieldNames ¶
func (p *Allocations) FieldNames() []string
func (*Allocations) Records ¶
func (p *Allocations) Records() []map[string]string
type AppHistory ¶
func (*AppHistory) FieldNames ¶
func (p *AppHistory) FieldNames() []string
func (*AppHistory) Records ¶
func (p *AppHistory) Records() []map[string]string
type AppInfo ¶
func (*AppInfo) FieldNames ¶
type Apps ¶
func (*Apps) FieldNames ¶
type AutoscalingRegionConfigs ¶ added in v0.0.98
type AutoscalingRegionConfigs struct {
Regions []api.AutoscalingRegionConfig
}
func (*AutoscalingRegionConfigs) FieldNames ¶ added in v0.0.98
func (p *AutoscalingRegionConfigs) FieldNames() []string
func (*AutoscalingRegionConfigs) Records ¶ added in v0.0.98
func (p *AutoscalingRegionConfigs) Records() []map[string]string
type Builds ¶
func (*Builds) FieldNames ¶
type Certificate ¶
type Certificate struct {
Certificate *api.AppCertificate
}
func (*Certificate) FieldNames ¶
func (p *Certificate) FieldNames() []string
func (*Certificate) Records ¶
func (p *Certificate) Records() []map[string]string
type Certificates ¶
type Certificates struct {
Certificates []api.AppCertificate
}
func (*Certificates) FieldNames ¶
func (p *Certificates) FieldNames() []string
func (*Certificates) Records ¶
func (p *Certificates) Records() []map[string]string
type DeploymentStatus ¶
type DeploymentStatus struct {
Status *api.DeploymentStatus
}
func (*DeploymentStatus) FieldNames ¶
func (p *DeploymentStatus) FieldNames() []string
func (*DeploymentStatus) Records ¶
func (p *DeploymentStatus) Records() []map[string]string
type IPAddresses ¶
func (*IPAddresses) FieldNames ¶
func (p *IPAddresses) FieldNames() []string
func (*IPAddresses) Records ¶
func (p *IPAddresses) Records() []map[string]string
type LogPresenter ¶ added in v0.0.109
type Presentable ¶
type Regions ¶ added in v0.0.95
func (*Regions) FieldNames ¶ added in v0.0.95
type Releases ¶
func (*Releases) FieldNames ¶
type Secrets ¶
func (*Secrets) FieldNames ¶
type Services ¶
func (*Services) FieldNames ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.