resdiskraw

package
v3.0.0-beta11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2025 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() resource.Driver

Types

type DevPair

type DevPair struct {
	Src *device.T
	Dst *device.T
}

type DevPairs

type DevPairs []DevPair

func NewDevPairs

func NewDevPairs() DevPairs

func (DevPairs) Add

func (t DevPairs) Add(src *device.T, dst *device.T) DevPairs

type T

type T struct {
	resdisk.T
	Devices           []string     `json:"devs"`
	User              *user.User   `json:"user"`
	Group             *user.Group  `json:"group"`
	Perm              *os.FileMode `json:"perm"`
	CreateCharDevices bool         `json:"create_char_devices"`
	Zone              string       `json:"zone"`
}

func (*T) ExposedDevices

func (t *T) ExposedDevices() device.L

func (*T) Info

func (t *T) Info(ctx context.Context) (resource.InfoKeys, error)

func (*T) Label

func (t *T) Label(_ context.Context) string

Label implements Label from resource.Driver interface, it returns a formatted short description of the Resource

func (*T) Manifest

func (t *T) Manifest() *manifest.T

Manifest exposes to the core the input expected by the driver.

func (*T) ProvisionAsLeader

func (t *T) ProvisionAsLeader(ctx context.Context) error

func (*T) Provisioned

func (t *T) Provisioned() (provisioned.T, error)

func (*T) RealSrc

func (t *T) RealSrc(pair DevPair) (*device.T, error)

func (*T) Start

func (t *T) Start(ctx context.Context) error

func (*T) Status

func (t *T) Status(ctx context.Context) status.T

func (*T) Stop

func (t *T) Stop(ctx context.Context) error

func (*T) UnprovisionAsLeader

func (t *T) UnprovisionAsLeader(ctx context.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL