Documentation ¶
Index ¶
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.