Documentation ¶
Index ¶
- Constants
- type Config
- type Driver
- func (b *Driver) BuildInstanceTask(ctx context.Context, instance *instance.Instance, disks []disks.Disk) (drivers.InstanceTask, error)
- func (b *Driver) CleanupInstance(ctx context.Context, instance *instance.Instance) error
- func (b *Driver) CleanupInstanceTask(ctx context.Context, instance *instance.Instance) error
- func (b *Driver) RecoverInstanceTask(ctx context.Context, i *instance.Instance) (drivers.InstanceTask, error)
- func (b *Driver) Snapshotter() string
- type RunResult
- type User
Constants ¶
View Source
const RAVEL_USER = "ravel-jailer"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
func (*Driver) BuildInstanceTask ¶
func (b *Driver) BuildInstanceTask(ctx context.Context, instance *instance.Instance, disks []disks.Disk) (drivers.InstanceTask, error)
BuildInstanceTask implements instance.VMBuilder.
func (*Driver) CleanupInstance ¶
func (*Driver) CleanupInstanceTask ¶
CleanupInstanceTask implements instance.VMBuilder.
func (*Driver) RecoverInstanceTask ¶
func (b *Driver) RecoverInstanceTask(ctx context.Context, i *instance.Instance) (drivers.InstanceTask, error)
RecoverInstanceTask implements instance.VMBuilder.
func (*Driver) Snapshotter ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.