Documentation ¶
Index ¶
- Variables
- func New() resource.Driver
- type T
- func (t T) Info(ctx context.Context) (resource.InfoKeys, error)
- func (t T) IsRunning() bool
- func (t T) Label() string
- func (t T) Manifest() *manifest.T
- func (t T) Provisioned() (provisioned.T, error)
- func (t T) ScheduleOptions() resource.ScheduleOptions
- func (t T) SortKey() string
- 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: "Name", Example: "weekly", Option: "name", Scopable: true, Text: keywords.NewText(fs, "text/kw/name"), }, { Attr: "Dataset", Converter: converters.List, Example: "svc1fs/data svc1fs/log", Option: "dataset", Required: true, Scopable: true, Text: keywords.NewText(fs, "text/kw/dataset"), }, { Attr: "Keep", Converter: converters.Int, Default: "3", Example: "3", Option: "keep", Scopable: true, Text: keywords.NewText(fs, "text/kw/keep"), }, { Attr: "Recursive", Converter: converters.Bool, Default: "true", Option: "recursive", Scopable: true, Text: keywords.NewText(fs, "text/kw/recursive"), }, } )
Functions ¶
Types ¶
type T ¶
T is the driver structure.
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.