# Packages

Package testing contains drivers unit tests.

# Functions

ExtractDrivers interprets the results of a single page from ListDrivers() call, producing a slice of Driver entities.
No description provided by the author
GetDriverDetails Shows details for a driver.
GetDriverDiskProperties Show the required and optional parameters that driverName expects to be supplied in the node’s raid_config field, if a RAID configuration change is requested.
GetDriverProperties Shows the required and optional parameters that driverName expects to be supplied in the driver_info field for every Node it manages.
ListDrivers makes a request against the API to list all drivers.

# Structs

Driver represents a driver in the OpenStack Bare Metal API.
DriverPage abstracts the raw results of making a ListDrivers() request against the API.
GetDiskPropertiesResult is the response from a GetDriverDiskProperties operation.
GetDriverResult is the response from a Get operation.
GetPropertiesResult is the response from a GetDriverProperties operation.
ListDriversOpts defines query options that can be passed to ListDrivers.

# Interfaces

ListDriversOptsBuilder allows extensions to add additional parameters to the ListDrivers request.

# Type aliases

DiskProperties represents driver disk properties in the OpenStack Bare Metal API.
DriverProperties represents driver properties in the OpenStack Bare Metal API.