Versions in this module Expand all Collapse all v0 v0.2.2 Feb 20, 2020 v0.2.1 Feb 12, 2020 Changes in this version + type MockClusterManagerInterface struct + func NewMockClusterManagerInterface(ctrl *gomock.Controller) *MockClusterManagerInterface + func (m *MockClusterManagerInterface) CountDescendants(arg0 context.Context) (int, error) + func (m *MockClusterManagerInterface) Create(arg0 context.Context) error + func (m *MockClusterManagerInterface) Delete() error + func (m *MockClusterManagerInterface) EXPECT() *MockClusterManagerInterfaceMockRecorder + func (m *MockClusterManagerInterface) SetFinalizer() + func (m *MockClusterManagerInterface) UnsetFinalizer() + func (m *MockClusterManagerInterface) UpdateClusterStatus() error + type MockClusterManagerInterfaceMockRecorder struct + func (mr *MockClusterManagerInterfaceMockRecorder) CountDescendants(arg0 interface{}) *gomock.Call + func (mr *MockClusterManagerInterfaceMockRecorder) Create(arg0 interface{}) *gomock.Call + func (mr *MockClusterManagerInterfaceMockRecorder) Delete() *gomock.Call + func (mr *MockClusterManagerInterfaceMockRecorder) SetFinalizer() *gomock.Call + func (mr *MockClusterManagerInterfaceMockRecorder) UnsetFinalizer() *gomock.Call + func (mr *MockClusterManagerInterfaceMockRecorder) UpdateClusterStatus() *gomock.Call + type MockMachineManagerInterface struct + func NewMockMachineManagerInterface(ctrl *gomock.Controller) *MockMachineManagerInterface + func (m *MockMachineManagerInterface) Associate(arg0 context.Context) error + func (m *MockMachineManagerInterface) Delete(arg0 context.Context) error + func (m *MockMachineManagerInterface) EXPECT() *MockMachineManagerInterfaceMockRecorder + func (m *MockMachineManagerInterface) GetBaremetalHostID(arg0 context.Context) (*string, error) + func (m *MockMachineManagerInterface) HasAnnotation() bool + func (m *MockMachineManagerInterface) IsBootstrapReady() bool + func (m *MockMachineManagerInterface) IsProvisioned() bool + func (m *MockMachineManagerInterface) SetFinalizer() + func (m *MockMachineManagerInterface) SetNodeProviderID(arg0, arg1 string, arg2 baremetal.ClientGetter) error + func (m *MockMachineManagerInterface) SetProviderID(arg0 string) + func (m *MockMachineManagerInterface) UnsetFinalizer() + func (m *MockMachineManagerInterface) Update(arg0 context.Context) error + type MockMachineManagerInterfaceMockRecorder struct + func (mr *MockMachineManagerInterfaceMockRecorder) Associate(arg0 interface{}) *gomock.Call + func (mr *MockMachineManagerInterfaceMockRecorder) Delete(arg0 interface{}) *gomock.Call + func (mr *MockMachineManagerInterfaceMockRecorder) GetBaremetalHostID(arg0 interface{}) *gomock.Call + func (mr *MockMachineManagerInterfaceMockRecorder) HasAnnotation() *gomock.Call + func (mr *MockMachineManagerInterfaceMockRecorder) IsBootstrapReady() *gomock.Call + func (mr *MockMachineManagerInterfaceMockRecorder) IsProvisioned() *gomock.Call + func (mr *MockMachineManagerInterfaceMockRecorder) SetFinalizer() *gomock.Call + func (mr *MockMachineManagerInterfaceMockRecorder) SetNodeProviderID(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockMachineManagerInterfaceMockRecorder) SetProviderID(arg0 interface{}) *gomock.Call + func (mr *MockMachineManagerInterfaceMockRecorder) UnsetFinalizer() *gomock.Call + func (mr *MockMachineManagerInterfaceMockRecorder) Update(arg0 interface{}) *gomock.Call