Versions in this module Expand all Collapse all v0 v0.2.0 Oct 19, 2020 v0.1.0 Oct 16, 2020 Changes in this version + type MockActuator struct + func NewMockActuator(ctrl *gomock.Controller) *MockActuator + func (m *MockActuator) Delete(arg0 context.Context, arg1 *v1alpha1.Worker, arg2 *extensions.Cluster) error + func (m *MockActuator) EXPECT() *MockActuatorMockRecorder + func (m *MockActuator) Migrate(arg0 context.Context, arg1 *v1alpha1.Worker, arg2 *extensions.Cluster) error + func (m *MockActuator) Reconcile(arg0 context.Context, arg1 *v1alpha1.Worker, arg2 *extensions.Cluster) error + func (m *MockActuator) Restore(arg0 context.Context, arg1 *v1alpha1.Worker, arg2 *extensions.Cluster) error + type MockActuatorMockRecorder struct + func (mr *MockActuatorMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockActuatorMockRecorder) Migrate(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockActuatorMockRecorder) Reconcile(arg0, arg1, arg2 interface{}) *gomock.Call + func (mr *MockActuatorMockRecorder) Restore(arg0, arg1, arg2 interface{}) *gomock.Call