ressynczfs

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: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Keywords = []keywords.Keyword{
		{
			Option:    "timeout",
			Attr:      "Timeout",
			Converter: converters.Duration,
			Scopable:  true,
			Example:   "5m",
			Text:      keywords.NewText(fs, "text/kw/timeout"),
		},
		{
			Option:   "src",
			Attr:     "Src",
			Scopable: true,
			Required: true,
			Example:  "pool/{fqdn}",
			Text:     keywords.NewText(fs, "text/kw/src"),
		},
		{
			Option:   "dst",
			Attr:     "Dst",
			Scopable: true,
			Required: true,
			Example:  "pool/{fqdn}",
			Text:     keywords.NewText(fs, "text/kw/dst"),
		},
		{
			Option:    "intermediary",
			Attr:      "Intermediary",
			Converter: converters.Bool,
			Scopable:  true,
			Default:   "true",
			Text:      keywords.NewText(fs, "text/kw/intermediary"),
		},
		{
			Option:     "target",
			Attr:       "Target",
			Converter:  converters.List,
			Candidates: []string{"nodes", "drpnodes"},
			Scopable:   true,
			Text:       keywords.NewText(fs, "text/kw/target"),
		},
		{
			Option:    "recursive",
			Attr:      "Recursive",
			Converter: converters.Bool,
			Scopable:  true,
			Default:   "true",
			Text:      keywords.NewText(fs, "text/kw/target"),
		},
	}
)

Functions

func New

func New() resource.Driver

Types

type T

type T struct {
	ressync.T
	Src          string
	Dst          string
	Target       []string
	Schedule     string
	Intermediary bool
	Recursive    bool
	Nodes        []string
	DRPNodes     []string
	ObjectID     uuid.UUID
	Timeout      *time.Duration
	Topology     topology.T
	User         string
	// contains filtered or unexported fields
}

T is the driver structure.

func (*T) Configure

func (t *T) Configure() error

func (T) Full

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

func (T) Info

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

func (T) IsRunning

func (t T) IsRunning() bool

func (*T) Kill

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

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 ...

func (T) Provisioned

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

func (T) ScheduleOptions

func (t T) ScheduleOptions() resource.ScheduleOptions

func (*T) Status

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

func (T) Update

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

Jump to

Keyboard shortcuts

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