Documentation ¶
Index ¶
- func NewBoxImageUpdateJob() *injob.JobEntry
- func NewDriver() (napi.BoxDriver, error)
- type BoxDriver
- func (tp *BoxDriver) BoxCreate(inst *napi.BoxInstance) error
- func (tp *BoxDriver) BoxExist(inst *napi.BoxInstance) (bool, error)
- func (tp *BoxDriver) BoxRemove(inst *napi.BoxInstance) error
- func (tp *BoxDriver) BoxStart(inst *napi.BoxInstance) error
- func (tp *BoxDriver) BoxStop(inst *napi.BoxInstance) error
- func (tp *BoxDriver) ImageSetup(inst *napi.BoxInstance) error
- func (tp *BoxDriver) Name() string
- func (tp *BoxDriver) Start() error
- func (tp *BoxDriver) StatsList() []*napi.BoxInstanceStatsFeed
- func (tp *BoxDriver) StatusList() []*napi.BoxInstance
- func (tp *BoxDriver) Stop() error
- type BoxImageUpdate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBoxImageUpdateJob ¶
Types ¶
type BoxDriver ¶
type BoxDriver struct {
// contains filtered or unexported fields
}
func (*BoxDriver) ImageSetup ¶
func (tp *BoxDriver) ImageSetup(inst *napi.BoxInstance) error
func (*BoxDriver) StatsList ¶
func (tp *BoxDriver) StatsList() []*napi.BoxInstanceStatsFeed
func (*BoxDriver) StatusList ¶
func (tp *BoxDriver) StatusList() []*napi.BoxInstance
type BoxImageUpdate ¶
type BoxImageUpdate struct {
// contains filtered or unexported fields
}
func (*BoxImageUpdate) Spec ¶
func (it *BoxImageUpdate) Spec() *injob.JobSpec
func (*BoxImageUpdate) Status ¶
func (it *BoxImageUpdate) Status() *injob.Status
Click to show internal directories.
Click to hide internal directories.