resfsflag

package
v3.0.0-beta13 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2026 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() resource.Driver

Types

type T

type T struct {
	resource.T
	resource.SSH
	Path     naming.Path `json:"path"`
	Nodes    []string    `json:"nodes"`
	Topology topology.T  `json:"topology"`
	// contains filtered or unexported fields
}

T is the driver structure.

func (*T) Abort

func (t *T) Abort(ctx context.Context) bool

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

ProvisionAsLeader implement ProvisionAsLeader for T, this allows fsflag resources to have a provision/unprovision call state

func (*T) Provisioned

func (t *T) Provisioned(ctx context.Context) (provisioned.T, error)

func (*T) Start

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

Start the Resource

func (*T) Status

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

Status evaluates and display the Resource status and logs

func (*T) Stop

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

Stop the Resource

Jump to

Keyboard shortcuts

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