Documentation
¶
Index ¶
- Variables
- func New() resource.Driver
- type T
- func (t *T) Configure() error
- func (t *T) Full(ctx context.Context) error
- func (t *T) Info(ctx context.Context) (resource.InfoKeys, error)
- func (t *T) Kill(ctx context.Context) error
- func (t *T) Label(_ context.Context) string
- func (t *T) Manifest() *manifest.T
- func (t *T) Provisioned() (provisioned.T, error)
- func (t *T) Running() (resource.RunningInfoList, error)
- func (t *T) ScheduleOptions() resource.ScheduleOptions
- func (t *T) Status(ctx context.Context) status.T
- func (t *T) Update(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Keywords = []keywords.Keyword{ { Attr: "Timeout", Converter: "duration", Example: "5m", Option: "timeout", Scopable: true, Text: keywords.NewText(fs, "text/kw/timeout"), }, { Attr: "Src", Example: "pool/{fqdn}", Option: "src", Required: true, Scopable: true, Text: keywords.NewText(fs, "text/kw/src"), }, { Attr: "Dst", Example: "pool/{fqdn}", Option: "dst", Required: true, Scopable: true, Text: keywords.NewText(fs, "text/kw/dst"), }, { Attr: "Intermediary", Converter: "bool", Default: "true", Option: "intermediary", Scopable: true, Text: keywords.NewText(fs, "text/kw/intermediary"), }, { Attr: "Target", Candidates: []string{"nodes", "drpnodes", "local"}, Converter: "list", Option: "target", Scopable: true, Text: keywords.NewText(fs, "text/kw/target"), }, { Attr: "Recursive", Converter: "bool", Default: "true", Option: "recursive", Scopable: true, Text: keywords.NewText(fs, "text/kw/target"), }, } )
Functions ¶
Types ¶
type T ¶
type T struct {
ressync.T
resource.SSH
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) Label ¶
Label implements Label from resource.Driver interface, it returns a formatted short description of the Resource
func (*T) Provisioned ¶
func (t *T) Provisioned() (provisioned.T, error)
func (*T) ScheduleOptions ¶
func (t *T) ScheduleOptions() resource.ScheduleOptions
Click to show internal directories.
Click to hide internal directories.