Documentation
¶
Index ¶
- Variables
- func New() resource.Driver
- type T
- func (t *T) Info(ctx context.Context) (resource.InfoKeys, error)
- func (t *T) Label(_ context.Context) string
- func (t *T) Manifest() *manifest.T
- func (t *T) Provisioned(ctx context.Context) (provisioned.T, error)
- func (t *T) Running() (resource.RunningInfoList, 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: "list", Example: "svc1fs/data svc1fs/log", Option: "dataset", Required: true, Scopable: true, Text: keywords.NewText(fs, "text/kw/dataset"), }, { Attr: "Keep", Converter: "int", Default: "3", Example: "3", Option: "keep", Scopable: true, Text: keywords.NewText(fs, "text/kw/keep"), }, { Attr: "Recursive", Converter: "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) Label ¶
Label implements Label from resource.Driver interface, it returns a formatted short description of the Resource
func (*T) Provisioned ¶
func (*T) ScheduleOptions ¶
func (t *T) ScheduleOptions() resource.ScheduleOptions
Click to show internal directories.
Click to hide internal directories.