resfsflag

package
v0.0.0-...-63b02d4 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 18 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
	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() string

Label 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) ProvisionLeader

func (t T) ProvisionLeader(ctx context.Context) error

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

func (T) Provisioned

func (t T) Provisioned() (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