Documentation ¶
Index ¶
- func New() resource.Driver
- type LVDriver
- type LVDriverProvisioner
- type LVDriverUnprovisioner
- type LVDriverWiper
- type T
- func (t T) Boot(ctx context.Context) error
- func (t T) ClaimedDevices() device.L
- func (t T) ExposedDevices() device.L
- func (t T) Info(ctx context.Context) (resource.InfoKeys, error)
- func (t T) Label() string
- func (t T) Manifest() *manifest.T
- func (t T) ProvisionLeader(ctx context.Context) error
- func (t T) Provisioned() (provisioned.T, error)
- func (t T) Start(ctx context.Context) error
- func (t *T) Status(ctx context.Context) status.T
- func (t T) Stop(ctx context.Context) error
- func (t T) SubDevices() device.L
- func (t T) UnprovisionLeader(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LVDriverProvisioner ¶
type LVDriverUnprovisioner ¶
type LVDriverWiper ¶
type LVDriverWiper interface {
Wipe() error
}
type T ¶
type T struct { resdisk.T LVName string `json:"name"` VGName string `json:"vg"` Size string `json:"size"` CreateOptions []string `json:"create_options"` }
func (T) ClaimedDevices ¶
func (T) ExposedDevices ¶
func (T) Provisioned ¶
func (t T) Provisioned() (provisioned.T, error)
func (T) SubDevices ¶
Click to show internal directories.
Click to hide internal directories.