Documentation
¶
Index ¶
- func New() resource.Driver
- type T
- func (t *T) Abort(ctx context.Context) bool
- func (t *T) Label(_ context.Context) string
- func (t *T) Manifest() *manifest.T
- func (t *T) ProvisionAsLeader(ctx context.Context) error
- func (t *T) Provisioned(ctx context.Context) (provisioned.T, error)
- func (t *T) Start(ctx context.Context) error
- func (t *T) Status(ctx context.Context) status.T
- func (t *T) Stop(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type T ¶
type T struct {
resource.T
resource.SSH
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) Label ¶
Label implements Label from resource.Driver interface, it returns a formatted short description of the Resource
func (*T) ProvisionAsLeader ¶
ProvisionAsLeader implement ProvisionAsLeader for T, this allows fsflag resources to have a provision/unprovision call state
func (*T) Provisioned ¶
Click to show internal directories.
Click to hide internal directories.