Documentation
¶
Index ¶
- type ClientOption
- type ClientService
- func (_m *ClientService) AbortReinstallMachine(params *machine.AbortReinstallMachineParams, ...) (*machine.AbortReinstallMachineOK, error)
- func (_m *ClientService) AddProvisioningEvent(params *machine.AddProvisioningEventParams, ...) (*machine.AddProvisioningEventOK, error)
- func (_m *ClientService) AllocateMachine(params *machine.AllocateMachineParams, authInfo runtime.ClientAuthInfoWriter, ...) (*machine.AllocateMachineOK, error)
- func (_m *ClientService) ChassisIdentifyLEDOff(params *machine.ChassisIdentifyLEDOffParams, ...) (*machine.ChassisIdentifyLEDOffOK, error)
- func (_m *ClientService) ChassisIdentifyLEDOn(params *machine.ChassisIdentifyLEDOnParams, ...) (*machine.ChassisIdentifyLEDOnOK, error)
- func (_m *ClientService) DeleteMachine(params *machine.DeleteMachineParams, authInfo runtime.ClientAuthInfoWriter, ...) (*machine.DeleteMachineOK, error)
- func (_m *ClientService) FinalizeAllocation(params *machine.FinalizeAllocationParams, ...) (*machine.FinalizeAllocationOK, error)
- func (_m *ClientService) FindIPMIMachine(params *machine.FindIPMIMachineParams, authInfo runtime.ClientAuthInfoWriter, ...) (*machine.FindIPMIMachineOK, error)
- func (_m *ClientService) FindIPMIMachines(params *machine.FindIPMIMachinesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*machine.FindIPMIMachinesOK, error)
- func (_m *ClientService) FindMachine(params *machine.FindMachineParams, authInfo runtime.ClientAuthInfoWriter, ...) (*machine.FindMachineOK, error)
- func (_m *ClientService) FindMachines(params *machine.FindMachinesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*machine.FindMachinesOK, error)
- func (_m *ClientService) FreeMachine(params *machine.FreeMachineParams, authInfo runtime.ClientAuthInfoWriter, ...) (*machine.FreeMachineOK, error)
- func (_m *ClientService) GetMachineConsolePassword(params *machine.GetMachineConsolePasswordParams, ...) (*machine.GetMachineConsolePasswordOK, error)
- func (_m *ClientService) GetProvisioningEventContainer(params *machine.GetProvisioningEventContainerParams, ...) (*machine.GetProvisioningEventContainerOK, error)
- func (_m *ClientService) IpmiReport(params *machine.IpmiReportParams, authInfo runtime.ClientAuthInfoWriter, ...) (*machine.IpmiReportOK, error)
- func (_m *ClientService) ListMachines(params *machine.ListMachinesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*machine.ListMachinesOK, error)
- func (_m *ClientService) MachineBios(params *machine.MachineBiosParams, authInfo runtime.ClientAuthInfoWriter, ...) (*machine.MachineBiosOK, error)
- func (_m *ClientService) MachineCycle(params *machine.MachineCycleParams, authInfo runtime.ClientAuthInfoWriter, ...) (*machine.MachineCycleOK, error)
- func (_m *ClientService) MachineDisk(params *machine.MachineDiskParams, authInfo runtime.ClientAuthInfoWriter, ...) (*machine.MachineDiskOK, error)
- func (_m *ClientService) MachineOff(params *machine.MachineOffParams, authInfo runtime.ClientAuthInfoWriter, ...) (*machine.MachineOffOK, error)
- func (_m *ClientService) MachineOn(params *machine.MachineOnParams, authInfo runtime.ClientAuthInfoWriter, ...) (*machine.MachineOnOK, error)
- func (_m *ClientService) MachinePxe(params *machine.MachinePxeParams, authInfo runtime.ClientAuthInfoWriter, ...) (*machine.MachinePxeOK, error)
- func (_m *ClientService) MachineReset(params *machine.MachineResetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*machine.MachineResetOK, error)
- func (_m *ClientService) RegisterMachine(params *machine.RegisterMachineParams, authInfo runtime.ClientAuthInfoWriter, ...) (*machine.RegisterMachineOK, *machine.RegisterMachineCreated, error)
- func (_m *ClientService) ReinstallMachine(params *machine.ReinstallMachineParams, authInfo runtime.ClientAuthInfoWriter, ...) (*machine.ReinstallMachineOK, error)
- func (_m *ClientService) SetChassisIdentifyLEDState(params *machine.SetChassisIdentifyLEDStateParams, ...) (*machine.SetChassisIdentifyLEDStateOK, error)
- func (_m *ClientService) SetMachineState(params *machine.SetMachineStateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*machine.SetMachineStateOK, error)
- func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
- func (_m *ClientService) UpdateFirmware(params *machine.UpdateFirmwareParams, authInfo runtime.ClientAuthInfoWriter, ...) (*machine.UpdateFirmwareOK, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientOption ¶
ClientOption is an autogenerated mock type for the ClientOption type
func (*ClientOption) Execute ¶
func (_m *ClientOption) Execute(_a0 *runtime.ClientOperation)
Execute provides a mock function with given fields: _a0
type ClientService ¶
ClientService is an autogenerated mock type for the ClientService type
func (*ClientService) AbortReinstallMachine ¶
func (_m *ClientService) AbortReinstallMachine(params *machine.AbortReinstallMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.AbortReinstallMachineOK, error)
AbortReinstallMachine provides a mock function with given fields: params, authInfo, opts
func (*ClientService) AddProvisioningEvent ¶
func (_m *ClientService) AddProvisioningEvent(params *machine.AddProvisioningEventParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.AddProvisioningEventOK, error)
AddProvisioningEvent provides a mock function with given fields: params, authInfo, opts
func (*ClientService) AllocateMachine ¶
func (_m *ClientService) AllocateMachine(params *machine.AllocateMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.AllocateMachineOK, error)
AllocateMachine provides a mock function with given fields: params, authInfo, opts
func (*ClientService) ChassisIdentifyLEDOff ¶
func (_m *ClientService) ChassisIdentifyLEDOff(params *machine.ChassisIdentifyLEDOffParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.ChassisIdentifyLEDOffOK, error)
ChassisIdentifyLEDOff provides a mock function with given fields: params, authInfo, opts
func (*ClientService) ChassisIdentifyLEDOn ¶
func (_m *ClientService) ChassisIdentifyLEDOn(params *machine.ChassisIdentifyLEDOnParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.ChassisIdentifyLEDOnOK, error)
ChassisIdentifyLEDOn provides a mock function with given fields: params, authInfo, opts
func (*ClientService) DeleteMachine ¶
func (_m *ClientService) DeleteMachine(params *machine.DeleteMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.DeleteMachineOK, error)
DeleteMachine provides a mock function with given fields: params, authInfo, opts
func (*ClientService) FinalizeAllocation ¶
func (_m *ClientService) FinalizeAllocation(params *machine.FinalizeAllocationParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.FinalizeAllocationOK, error)
FinalizeAllocation provides a mock function with given fields: params, authInfo, opts
func (*ClientService) FindIPMIMachine ¶
func (_m *ClientService) FindIPMIMachine(params *machine.FindIPMIMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.FindIPMIMachineOK, error)
FindIPMIMachine provides a mock function with given fields: params, authInfo, opts
func (*ClientService) FindIPMIMachines ¶
func (_m *ClientService) FindIPMIMachines(params *machine.FindIPMIMachinesParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.FindIPMIMachinesOK, error)
FindIPMIMachines provides a mock function with given fields: params, authInfo, opts
func (*ClientService) FindMachine ¶
func (_m *ClientService) FindMachine(params *machine.FindMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.FindMachineOK, error)
FindMachine provides a mock function with given fields: params, authInfo, opts
func (*ClientService) FindMachines ¶
func (_m *ClientService) FindMachines(params *machine.FindMachinesParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.FindMachinesOK, error)
FindMachines provides a mock function with given fields: params, authInfo, opts
func (*ClientService) FreeMachine ¶
func (_m *ClientService) FreeMachine(params *machine.FreeMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.FreeMachineOK, error)
FreeMachine provides a mock function with given fields: params, authInfo, opts
func (*ClientService) GetMachineConsolePassword ¶
func (_m *ClientService) GetMachineConsolePassword(params *machine.GetMachineConsolePasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.GetMachineConsolePasswordOK, error)
GetMachineConsolePassword provides a mock function with given fields: params, authInfo, opts
func (*ClientService) GetProvisioningEventContainer ¶
func (_m *ClientService) GetProvisioningEventContainer(params *machine.GetProvisioningEventContainerParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.GetProvisioningEventContainerOK, error)
GetProvisioningEventContainer provides a mock function with given fields: params, authInfo, opts
func (*ClientService) IpmiReport ¶
func (_m *ClientService) IpmiReport(params *machine.IpmiReportParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.IpmiReportOK, error)
IpmiReport provides a mock function with given fields: params, authInfo, opts
func (*ClientService) ListMachines ¶
func (_m *ClientService) ListMachines(params *machine.ListMachinesParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.ListMachinesOK, error)
ListMachines provides a mock function with given fields: params, authInfo, opts
func (*ClientService) MachineBios ¶
func (_m *ClientService) MachineBios(params *machine.MachineBiosParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.MachineBiosOK, error)
MachineBios provides a mock function with given fields: params, authInfo, opts
func (*ClientService) MachineCycle ¶
func (_m *ClientService) MachineCycle(params *machine.MachineCycleParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.MachineCycleOK, error)
MachineCycle provides a mock function with given fields: params, authInfo, opts
func (*ClientService) MachineDisk ¶
func (_m *ClientService) MachineDisk(params *machine.MachineDiskParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.MachineDiskOK, error)
MachineDisk provides a mock function with given fields: params, authInfo, opts
func (*ClientService) MachineOff ¶
func (_m *ClientService) MachineOff(params *machine.MachineOffParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.MachineOffOK, error)
MachineOff provides a mock function with given fields: params, authInfo, opts
func (*ClientService) MachineOn ¶
func (_m *ClientService) MachineOn(params *machine.MachineOnParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.MachineOnOK, error)
MachineOn provides a mock function with given fields: params, authInfo, opts
func (*ClientService) MachinePxe ¶
func (_m *ClientService) MachinePxe(params *machine.MachinePxeParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.MachinePxeOK, error)
MachinePxe provides a mock function with given fields: params, authInfo, opts
func (*ClientService) MachineReset ¶
func (_m *ClientService) MachineReset(params *machine.MachineResetParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.MachineResetOK, error)
MachineReset provides a mock function with given fields: params, authInfo, opts
func (*ClientService) RegisterMachine ¶
func (_m *ClientService) RegisterMachine(params *machine.RegisterMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.RegisterMachineOK, *machine.RegisterMachineCreated, error)
RegisterMachine provides a mock function with given fields: params, authInfo, opts
func (*ClientService) ReinstallMachine ¶
func (_m *ClientService) ReinstallMachine(params *machine.ReinstallMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.ReinstallMachineOK, error)
ReinstallMachine provides a mock function with given fields: params, authInfo, opts
func (*ClientService) SetChassisIdentifyLEDState ¶
func (_m *ClientService) SetChassisIdentifyLEDState(params *machine.SetChassisIdentifyLEDStateParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.SetChassisIdentifyLEDStateOK, error)
SetChassisIdentifyLEDState provides a mock function with given fields: params, authInfo, opts
func (*ClientService) SetMachineState ¶
func (_m *ClientService) SetMachineState(params *machine.SetMachineStateParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.SetMachineStateOK, error)
SetMachineState provides a mock function with given fields: params, authInfo, opts
func (*ClientService) SetTransport ¶
func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
SetTransport provides a mock function with given fields: transport
func (*ClientService) UpdateFirmware ¶
func (_m *ClientService) UpdateFirmware(params *machine.UpdateFirmwareParams, authInfo runtime.ClientAuthInfoWriter, opts ...machine.ClientOption) (*machine.UpdateFirmwareOK, error)
UpdateFirmware provides a mock function with given fields: params, authInfo, opts