Documentation ¶
Index ¶
- func Register(management *config.ManagementContext)
- type Driver
- func (d *Driver) Checksum() string
- func (d *Driver) ClearError()
- func (d *Driver) Excutable() error
- func (d *Driver) Exists() bool
- func (d *Driver) FriendlyName() string
- func (d *Driver) Hash() string
- func (d *Driver) Install() error
- func (d *Driver) Name() string
- func (d *Driver) Remove() error
- func (d *Driver) Stage() error
- type Lifecycle
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(management *config.ManagementContext)
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
func (*Driver) ClearError ¶
func (d *Driver) ClearError()
func (*Driver) FriendlyName ¶
type Lifecycle ¶
type Lifecycle struct {
// contains filtered or unexported fields
}
func (*Lifecycle) Create ¶
func (m *Lifecycle) Create(obj *v3.NodeDriver) (*v3.NodeDriver, error)
func (*Lifecycle) Remove ¶
func (m *Lifecycle) Remove(obj *v3.NodeDriver) (*v3.NodeDriver, error)
func (*Lifecycle) Updated ¶
func (m *Lifecycle) Updated(obj *v3.NodeDriver) (*v3.NodeDriver, error)
Click to show internal directories.
Click to hide internal directories.