Documentation ¶
Overview ¶
Package mock_deployer is a generated GoMock package.
Index ¶
- type MockDeployer
- func (m *MockDeployer) CreateOrUpdate(arg0 context.Context, arg1 *v1alpha1.Cluster, arg2 any) error
- func (m *MockDeployer) EXPECT() *MockDeployerMockRecorder
- func (m *MockDeployer) IsConstraintTemplateReady(arg0 context.Context, arg1 any) (bool, error)
- func (m *MockDeployer) IsReady(arg0 context.Context, arg1, arg2 string) (bool, error)
- func (m *MockDeployer) Remove(arg0 context.Context, arg1 any) error
- func (m *MockDeployer) Template(arg0 any, arg1 fs.FS) ([]runtime.Object, error)
- type MockDeployerMockRecorder
- func (mr *MockDeployerMockRecorder) CreateOrUpdate(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockDeployerMockRecorder) IsConstraintTemplateReady(arg0, arg1 any) *gomock.Call
- func (mr *MockDeployerMockRecorder) IsReady(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockDeployerMockRecorder) Remove(arg0, arg1 any) *gomock.Call
- func (mr *MockDeployerMockRecorder) Template(arg0, arg1 any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDeployer ¶
type MockDeployer struct {
// contains filtered or unexported fields
}
MockDeployer is a mock of Deployer interface.
func NewMockDeployer ¶
func NewMockDeployer(ctrl *gomock.Controller) *MockDeployer
NewMockDeployer creates a new mock instance.
func (*MockDeployer) CreateOrUpdate ¶
CreateOrUpdate mocks base method.
func (*MockDeployer) EXPECT ¶
func (m *MockDeployer) EXPECT() *MockDeployerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDeployer) IsConstraintTemplateReady ¶
IsConstraintTemplateReady mocks base method.
type MockDeployerMockRecorder ¶
type MockDeployerMockRecorder struct {
// contains filtered or unexported fields
}
MockDeployerMockRecorder is the mock recorder for MockDeployer.
func (*MockDeployerMockRecorder) CreateOrUpdate ¶
func (mr *MockDeployerMockRecorder) CreateOrUpdate(arg0, arg1, arg2 any) *gomock.Call
CreateOrUpdate indicates an expected call of CreateOrUpdate.
func (*MockDeployerMockRecorder) IsConstraintTemplateReady ¶
func (mr *MockDeployerMockRecorder) IsConstraintTemplateReady(arg0, arg1 any) *gomock.Call
IsConstraintTemplateReady indicates an expected call of IsConstraintTemplateReady.
func (*MockDeployerMockRecorder) IsReady ¶
func (mr *MockDeployerMockRecorder) IsReady(arg0, arg1, arg2 any) *gomock.Call
IsReady indicates an expected call of IsReady.
Click to show internal directories.
Click to hide internal directories.