Documentation
¶
Index ¶
- type Backend
- func (backend *Backend) BulkInfo(handles []string) (map[string]garden.ContainerInfoEntry, error)
- func (backend *Backend) BulkMetrics(handles []string) (map[string]garden.ContainerMetricsEntry, error)
- func (backend *Backend) Capacity() (garden.Capacity, error)
- func (backend *Backend) Containers(filter garden.Properties) ([]garden.Container, error)
- func (backend *Backend) Create(spec garden.ContainerSpec) (garden.Container, error)
- func (backend *Backend) Destroy(handle string) error
- func (backend *Backend) GraceTime(c garden.Container) time.Duration
- func (backend *Backend) Lookup(handle string) (garden.Container, error)
- func (backend *Backend) Ping() error
- func (backend *Backend) Start() error
- func (backend *Backend) Stop() error
- type UndefinedPropertyError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
func NewBackend ¶
func (*Backend) BulkMetrics ¶
func (*Backend) Containers ¶
type UndefinedPropertyError ¶
type UndefinedPropertyError struct {
Key string
}
func (UndefinedPropertyError) Error ¶
func (err UndefinedPropertyError) Error() string
Click to show internal directories.
Click to hide internal directories.