Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockAWSIamConfigReconciler
- func (m *MockAWSIamConfigReconciler) EXPECT() *MockAWSIamConfigReconcilerMockRecorder
- func (m *MockAWSIamConfigReconciler) EnsureCASecret(arg0 context.Context, arg1 logr.Logger, arg2 *v1alpha1.Cluster) (controller.Result, error)
- func (m *MockAWSIamConfigReconciler) Reconcile(arg0 context.Context, arg1 logr.Logger, arg2 *v1alpha1.Cluster) (controller.Result, error)
- func (m *MockAWSIamConfigReconciler) ReconcileDelete(arg0 context.Context, arg1 logr.Logger, arg2 *v1alpha1.Cluster) error
- type MockAWSIamConfigReconcilerMockRecorder
- func (mr *MockAWSIamConfigReconcilerMockRecorder) EnsureCASecret(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAWSIamConfigReconcilerMockRecorder) Reconcile(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAWSIamConfigReconcilerMockRecorder) ReconcileDelete(arg0, arg1, arg2 interface{}) *gomock.Call
- type MockManager
- func (m *MockManager) Add(arg0 manager.Runnable) error
- func (m *MockManager) AddHealthzCheck(arg0 string, arg1 healthz.Checker) error
- func (m *MockManager) AddMetricsExtraHandler(arg0 string, arg1 http.Handler) error
- func (m *MockManager) AddReadyzCheck(arg0 string, arg1 healthz.Checker) error
- func (m *MockManager) EXPECT() *MockManagerMockRecorder
- func (m *MockManager) Elected() <-chan struct{}
- func (m *MockManager) GetAPIReader() client.Reader
- func (m *MockManager) GetCache() cache.Cache
- func (m *MockManager) GetClient() client.Client
- func (m *MockManager) GetConfig() *rest.Config
- func (m *MockManager) GetControllerOptions() v1alpha1.ControllerConfigurationSpec
- func (m *MockManager) GetEventRecorderFor(arg0 string) record.EventRecorder
- func (m *MockManager) GetFieldIndexer() client.FieldIndexer
- func (m *MockManager) GetLogger() logr.Logger
- func (m *MockManager) GetRESTMapper() meta.RESTMapper
- func (m *MockManager) GetScheme() *runtime.Scheme
- func (m *MockManager) GetWebhookServer() *webhook.Server
- func (m *MockManager) SetFields(arg0 interface{}) error
- func (m *MockManager) Start(arg0 context.Context) error
- type MockManagerMockRecorder
- func (mr *MockManagerMockRecorder) Add(arg0 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) AddHealthzCheck(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) AddMetricsExtraHandler(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) AddReadyzCheck(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) Elected() *gomock.Call
- func (mr *MockManagerMockRecorder) GetAPIReader() *gomock.Call
- func (mr *MockManagerMockRecorder) GetCache() *gomock.Call
- func (mr *MockManagerMockRecorder) GetClient() *gomock.Call
- func (mr *MockManagerMockRecorder) GetConfig() *gomock.Call
- func (mr *MockManagerMockRecorder) GetControllerOptions() *gomock.Call
- func (mr *MockManagerMockRecorder) GetEventRecorderFor(arg0 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) GetFieldIndexer() *gomock.Call
- func (mr *MockManagerMockRecorder) GetLogger() *gomock.Call
- func (mr *MockManagerMockRecorder) GetRESTMapper() *gomock.Call
- func (mr *MockManagerMockRecorder) GetScheme() *gomock.Call
- func (mr *MockManagerMockRecorder) GetWebhookServer() *gomock.Call
- func (mr *MockManagerMockRecorder) SetFields(arg0 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) Start(arg0 interface{}) *gomock.Call
- type MockProviderClusterReconciler
- func (m *MockProviderClusterReconciler) EXPECT() *MockProviderClusterReconcilerMockRecorder
- func (m *MockProviderClusterReconciler) Reconcile(ctx context.Context, log logr.Logger, cluster *v1alpha1.Cluster) (controller.Result, error)
- func (m *MockProviderClusterReconciler) ReconcileWorkerNodes(ctx context.Context, log logr.Logger, cluster *v1alpha1.Cluster) (controller.Result, error)
- type MockProviderClusterReconcilerMockRecorder
- type MockValidator
- type MockValidatorMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAWSIamConfigReconciler ¶ added in v0.13.0
type MockAWSIamConfigReconciler struct {
// contains filtered or unexported fields
}
MockAWSIamConfigReconciler is a mock of AWSIamConfigReconciler interface.
func NewMockAWSIamConfigReconciler ¶ added in v0.13.0
func NewMockAWSIamConfigReconciler(ctrl *gomock.Controller) *MockAWSIamConfigReconciler
NewMockAWSIamConfigReconciler creates a new mock instance.
func (*MockAWSIamConfigReconciler) EXPECT ¶ added in v0.13.0
func (m *MockAWSIamConfigReconciler) EXPECT() *MockAWSIamConfigReconcilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAWSIamConfigReconciler) EnsureCASecret ¶ added in v0.13.0
func (m *MockAWSIamConfigReconciler) EnsureCASecret(arg0 context.Context, arg1 logr.Logger, arg2 *v1alpha1.Cluster) (controller.Result, error)
EnsureCASecret mocks base method.
func (*MockAWSIamConfigReconciler) Reconcile ¶ added in v0.13.0
func (m *MockAWSIamConfigReconciler) Reconcile(arg0 context.Context, arg1 logr.Logger, arg2 *v1alpha1.Cluster) (controller.Result, error)
Reconcile mocks base method.
func (*MockAWSIamConfigReconciler) ReconcileDelete ¶ added in v0.13.0
func (m *MockAWSIamConfigReconciler) ReconcileDelete(arg0 context.Context, arg1 logr.Logger, arg2 *v1alpha1.Cluster) error
ReconcileDelete mocks base method.
type MockAWSIamConfigReconcilerMockRecorder ¶ added in v0.13.0
type MockAWSIamConfigReconcilerMockRecorder struct {
// contains filtered or unexported fields
}
MockAWSIamConfigReconcilerMockRecorder is the mock recorder for MockAWSIamConfigReconciler.
func (*MockAWSIamConfigReconcilerMockRecorder) EnsureCASecret ¶ added in v0.13.0
func (mr *MockAWSIamConfigReconcilerMockRecorder) EnsureCASecret(arg0, arg1, arg2 interface{}) *gomock.Call
EnsureCASecret indicates an expected call of EnsureCASecret.
func (*MockAWSIamConfigReconcilerMockRecorder) Reconcile ¶ added in v0.13.0
func (mr *MockAWSIamConfigReconcilerMockRecorder) Reconcile(arg0, arg1, arg2 interface{}) *gomock.Call
Reconcile indicates an expected call of Reconcile.
func (*MockAWSIamConfigReconcilerMockRecorder) ReconcileDelete ¶ added in v0.13.0
func (mr *MockAWSIamConfigReconcilerMockRecorder) ReconcileDelete(arg0, arg1, arg2 interface{}) *gomock.Call
ReconcileDelete indicates an expected call of ReconcileDelete.
type MockManager ¶
type MockManager struct {
// contains filtered or unexported fields
}
MockManager is a mock of Manager interface.
func NewMockManager ¶
func NewMockManager(ctrl *gomock.Controller) *MockManager
NewMockManager creates a new mock instance.
func (*MockManager) Add ¶
func (m *MockManager) Add(arg0 manager.Runnable) error
Add mocks base method.
func (*MockManager) AddHealthzCheck ¶
func (m *MockManager) AddHealthzCheck(arg0 string, arg1 healthz.Checker) error
AddHealthzCheck mocks base method.
func (*MockManager) AddMetricsExtraHandler ¶
func (m *MockManager) AddMetricsExtraHandler(arg0 string, arg1 http.Handler) error
AddMetricsExtraHandler mocks base method.
func (*MockManager) AddReadyzCheck ¶
func (m *MockManager) AddReadyzCheck(arg0 string, arg1 healthz.Checker) error
AddReadyzCheck mocks base method.
func (*MockManager) EXPECT ¶
func (m *MockManager) EXPECT() *MockManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockManager) Elected ¶
func (m *MockManager) Elected() <-chan struct{}
Elected mocks base method.
func (*MockManager) GetAPIReader ¶
func (m *MockManager) GetAPIReader() client.Reader
GetAPIReader mocks base method.
func (*MockManager) GetCache ¶
func (m *MockManager) GetCache() cache.Cache
GetCache mocks base method.
func (*MockManager) GetClient ¶
func (m *MockManager) GetClient() client.Client
GetClient mocks base method.
func (*MockManager) GetConfig ¶
func (m *MockManager) GetConfig() *rest.Config
GetConfig mocks base method.
func (*MockManager) GetControllerOptions ¶
func (m *MockManager) GetControllerOptions() v1alpha1.ControllerConfigurationSpec
GetControllerOptions mocks base method.
func (*MockManager) GetEventRecorderFor ¶
func (m *MockManager) GetEventRecorderFor(arg0 string) record.EventRecorder
GetEventRecorderFor mocks base method.
func (*MockManager) GetFieldIndexer ¶
func (m *MockManager) GetFieldIndexer() client.FieldIndexer
GetFieldIndexer mocks base method.
func (*MockManager) GetLogger ¶
func (m *MockManager) GetLogger() logr.Logger
GetLogger mocks base method.
func (*MockManager) GetRESTMapper ¶
func (m *MockManager) GetRESTMapper() meta.RESTMapper
GetRESTMapper mocks base method.
func (*MockManager) GetScheme ¶
func (m *MockManager) GetScheme() *runtime.Scheme
GetScheme mocks base method.
func (*MockManager) GetWebhookServer ¶
func (m *MockManager) GetWebhookServer() *webhook.Server
GetWebhookServer mocks base method.
func (*MockManager) SetFields ¶
func (m *MockManager) SetFields(arg0 interface{}) error
SetFields mocks base method.
type MockManagerMockRecorder ¶
type MockManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockManagerMockRecorder is the mock recorder for MockManager.
func (*MockManagerMockRecorder) Add ¶
func (mr *MockManagerMockRecorder) Add(arg0 interface{}) *gomock.Call
Add indicates an expected call of Add.
func (*MockManagerMockRecorder) AddHealthzCheck ¶
func (mr *MockManagerMockRecorder) AddHealthzCheck(arg0, arg1 interface{}) *gomock.Call
AddHealthzCheck indicates an expected call of AddHealthzCheck.
func (*MockManagerMockRecorder) AddMetricsExtraHandler ¶
func (mr *MockManagerMockRecorder) AddMetricsExtraHandler(arg0, arg1 interface{}) *gomock.Call
AddMetricsExtraHandler indicates an expected call of AddMetricsExtraHandler.
func (*MockManagerMockRecorder) AddReadyzCheck ¶
func (mr *MockManagerMockRecorder) AddReadyzCheck(arg0, arg1 interface{}) *gomock.Call
AddReadyzCheck indicates an expected call of AddReadyzCheck.
func (*MockManagerMockRecorder) Elected ¶
func (mr *MockManagerMockRecorder) Elected() *gomock.Call
Elected indicates an expected call of Elected.
func (*MockManagerMockRecorder) GetAPIReader ¶
func (mr *MockManagerMockRecorder) GetAPIReader() *gomock.Call
GetAPIReader indicates an expected call of GetAPIReader.
func (*MockManagerMockRecorder) GetCache ¶
func (mr *MockManagerMockRecorder) GetCache() *gomock.Call
GetCache indicates an expected call of GetCache.
func (*MockManagerMockRecorder) GetClient ¶
func (mr *MockManagerMockRecorder) GetClient() *gomock.Call
GetClient indicates an expected call of GetClient.
func (*MockManagerMockRecorder) GetConfig ¶
func (mr *MockManagerMockRecorder) GetConfig() *gomock.Call
GetConfig indicates an expected call of GetConfig.
func (*MockManagerMockRecorder) GetControllerOptions ¶
func (mr *MockManagerMockRecorder) GetControllerOptions() *gomock.Call
GetControllerOptions indicates an expected call of GetControllerOptions.
func (*MockManagerMockRecorder) GetEventRecorderFor ¶
func (mr *MockManagerMockRecorder) GetEventRecorderFor(arg0 interface{}) *gomock.Call
GetEventRecorderFor indicates an expected call of GetEventRecorderFor.
func (*MockManagerMockRecorder) GetFieldIndexer ¶
func (mr *MockManagerMockRecorder) GetFieldIndexer() *gomock.Call
GetFieldIndexer indicates an expected call of GetFieldIndexer.
func (*MockManagerMockRecorder) GetLogger ¶
func (mr *MockManagerMockRecorder) GetLogger() *gomock.Call
GetLogger indicates an expected call of GetLogger.
func (*MockManagerMockRecorder) GetRESTMapper ¶
func (mr *MockManagerMockRecorder) GetRESTMapper() *gomock.Call
GetRESTMapper indicates an expected call of GetRESTMapper.
func (*MockManagerMockRecorder) GetScheme ¶
func (mr *MockManagerMockRecorder) GetScheme() *gomock.Call
GetScheme indicates an expected call of GetScheme.
func (*MockManagerMockRecorder) GetWebhookServer ¶
func (mr *MockManagerMockRecorder) GetWebhookServer() *gomock.Call
GetWebhookServer indicates an expected call of GetWebhookServer.
func (*MockManagerMockRecorder) SetFields ¶
func (mr *MockManagerMockRecorder) SetFields(arg0 interface{}) *gomock.Call
SetFields indicates an expected call of SetFields.
func (*MockManagerMockRecorder) Start ¶
func (mr *MockManagerMockRecorder) Start(arg0 interface{}) *gomock.Call
Start indicates an expected call of Start.
type MockProviderClusterReconciler ¶ added in v0.13.0
type MockProviderClusterReconciler struct {
// contains filtered or unexported fields
}
MockProviderClusterReconciler is a mock of ProviderClusterReconciler interface.
func NewMockProviderClusterReconciler ¶ added in v0.13.0
func NewMockProviderClusterReconciler(ctrl *gomock.Controller) *MockProviderClusterReconciler
NewMockProviderClusterReconciler creates a new mock instance.
func (*MockProviderClusterReconciler) EXPECT ¶ added in v0.13.0
func (m *MockProviderClusterReconciler) EXPECT() *MockProviderClusterReconcilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockProviderClusterReconciler) Reconcile ¶ added in v0.13.0
func (m *MockProviderClusterReconciler) Reconcile(ctx context.Context, log logr.Logger, cluster *v1alpha1.Cluster) (controller.Result, error)
Reconcile mocks base method.
func (*MockProviderClusterReconciler) ReconcileWorkerNodes ¶ added in v0.13.0
func (m *MockProviderClusterReconciler) ReconcileWorkerNodes(ctx context.Context, log logr.Logger, cluster *v1alpha1.Cluster) (controller.Result, error)
ReconcileWorkerNodes mocks base method.
type MockProviderClusterReconcilerMockRecorder ¶ added in v0.13.0
type MockProviderClusterReconcilerMockRecorder struct {
// contains filtered or unexported fields
}
MockProviderClusterReconcilerMockRecorder is the mock recorder for MockProviderClusterReconciler.
func (*MockProviderClusterReconcilerMockRecorder) Reconcile ¶ added in v0.13.0
func (mr *MockProviderClusterReconcilerMockRecorder) Reconcile(ctx, log, cluster interface{}) *gomock.Call
Reconcile indicates an expected call of Reconcile.
func (*MockProviderClusterReconcilerMockRecorder) ReconcileWorkerNodes ¶ added in v0.13.0
func (mr *MockProviderClusterReconcilerMockRecorder) ReconcileWorkerNodes(ctx, log, cluster interface{}) *gomock.Call
ReconcileWorkerNodes indicates an expected call of ReconcileWorkerNodes.
type MockValidator ¶
type MockValidator struct {
// contains filtered or unexported fields
}
MockValidator is a mock of Validator interface.
func NewMockValidator ¶
func NewMockValidator(ctrl *gomock.Controller) *MockValidator
NewMockValidator creates a new mock instance.
func (*MockValidator) EXPECT ¶
func (m *MockValidator) EXPECT() *MockValidatorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockValidator) ValidateEC2ImageExistsOnDevice ¶
func (m_2 *MockValidator) ValidateEC2ImageExistsOnDevice(ctx context.Context, m *v1alpha1.SnowMachineConfig) error
ValidateEC2ImageExistsOnDevice mocks base method.
func (*MockValidator) ValidateEC2SshKeyNameExists ¶
func (m_2 *MockValidator) ValidateEC2SshKeyNameExists(ctx context.Context, m *v1alpha1.SnowMachineConfig) error
ValidateEC2SshKeyNameExists mocks base method.
type MockValidatorMockRecorder ¶
type MockValidatorMockRecorder struct {
// contains filtered or unexported fields
}
MockValidatorMockRecorder is the mock recorder for MockValidator.
func (*MockValidatorMockRecorder) ValidateEC2ImageExistsOnDevice ¶
func (mr *MockValidatorMockRecorder) ValidateEC2ImageExistsOnDevice(ctx, m interface{}) *gomock.Call
ValidateEC2ImageExistsOnDevice indicates an expected call of ValidateEC2ImageExistsOnDevice.
func (*MockValidatorMockRecorder) ValidateEC2SshKeyNameExists ¶
func (mr *MockValidatorMockRecorder) ValidateEC2SshKeyNameExists(ctx, m interface{}) *gomock.Call
ValidateEC2SshKeyNameExists indicates an expected call of ValidateEC2SshKeyNameExists.