Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockProviderCmkClient
- func (m *MockProviderCmkClient) EXPECT() *MockProviderCmkClientMockRecorder
- func (m *MockProviderCmkClient) ValidateAccountPresent(arg0 context.Context, arg1, arg2 string) error
- func (m *MockProviderCmkClient) ValidateAffinityGroupsPresent(arg0 context.Context, arg1, arg2 string, arg3 []string) error
- func (m *MockProviderCmkClient) ValidateCloudStackConnection(arg0 context.Context) error
- func (m *MockProviderCmkClient) ValidateDiskOfferingPresent(arg0 context.Context, arg1 string, ...) error
- func (m *MockProviderCmkClient) ValidateDomainPresent(arg0 context.Context, arg1 string) (v1alpha1.CloudStackResourceIdentifier, error)
- func (m *MockProviderCmkClient) ValidateNetworkPresent(arg0 context.Context, arg1 string, arg2 v1alpha1.CloudStackZone, ...) error
- func (m *MockProviderCmkClient) ValidateServiceOfferingPresent(arg0 context.Context, arg1 string, arg2 v1alpha1.CloudStackResourceIdentifier) error
- func (m *MockProviderCmkClient) ValidateTemplatePresent(arg0 context.Context, arg1, arg2, arg3 string, ...) error
- func (m *MockProviderCmkClient) ValidateZonesPresent(arg0 context.Context, arg1 []v1alpha1.CloudStackZone) ([]v1alpha1.CloudStackResourceIdentifier, error)
- type MockProviderCmkClientMockRecorder
- func (mr *MockProviderCmkClientMockRecorder) ValidateAccountPresent(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockProviderCmkClientMockRecorder) ValidateAffinityGroupsPresent(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockProviderCmkClientMockRecorder) ValidateCloudStackConnection(arg0 interface{}) *gomock.Call
- func (mr *MockProviderCmkClientMockRecorder) ValidateDiskOfferingPresent(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockProviderCmkClientMockRecorder) ValidateDomainPresent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProviderCmkClientMockRecorder) ValidateNetworkPresent(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockProviderCmkClientMockRecorder) ValidateServiceOfferingPresent(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockProviderCmkClientMockRecorder) ValidateTemplatePresent(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockProviderCmkClientMockRecorder) ValidateZonesPresent(arg0, arg1 interface{}) *gomock.Call
- type MockProviderKubectlClient
- func (m *MockProviderKubectlClient) ApplyKubeSpecFromBytes(arg0 context.Context, arg1 *types.Cluster, arg2 []byte) error
- func (m *MockProviderKubectlClient) CreateNamespace(arg0 context.Context, arg1, arg2 string) error
- func (m *MockProviderKubectlClient) DeleteEksaCloudStackDatacenterConfig(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockProviderKubectlClient) DeleteEksaCloudStackMachineConfig(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockProviderKubectlClient) EXPECT() *MockProviderKubectlClientMockRecorder
- func (m *MockProviderKubectlClient) GetEksaCloudStackDatacenterConfig(arg0 context.Context, arg1, arg2, arg3 string) (*v1alpha1.CloudStackDatacenterConfig, error)
- func (m *MockProviderKubectlClient) GetEksaCloudStackMachineConfig(arg0 context.Context, arg1, arg2, arg3 string) (*v1alpha1.CloudStackMachineConfig, error)
- func (m *MockProviderKubectlClient) GetEksaCluster(arg0 context.Context, arg1 *types.Cluster, arg2 string) (*v1alpha1.Cluster, error)
- func (m *MockProviderKubectlClient) GetEtcdadmCluster(arg0 context.Context, arg1 *types.Cluster, arg2 string, ...) (*v1beta1.EtcdadmCluster, error)
- func (m *MockProviderKubectlClient) GetKubeadmControlPlane(arg0 context.Context, arg1 *types.Cluster, arg2 string, ...) (*v1beta11.KubeadmControlPlane, error)
- func (m *MockProviderKubectlClient) GetMachineDeployment(arg0 context.Context, arg1 string, arg2 ...executables.KubectlOpt) (*v1beta10.MachineDeployment, error)
- func (m *MockProviderKubectlClient) GetSecret(arg0 context.Context, arg1 string, arg2 ...executables.KubectlOpt) (*v1.Secret, error)
- func (m *MockProviderKubectlClient) LoadSecret(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockProviderKubectlClient) SearchCloudStackDatacenterConfig(arg0 context.Context, arg1, arg2, arg3 string) ([]*v1alpha1.CloudStackDatacenterConfig, error)
- func (m *MockProviderKubectlClient) SearchCloudStackMachineConfig(arg0 context.Context, arg1, arg2, arg3 string) ([]*v1alpha1.CloudStackMachineConfig, error)
- func (m *MockProviderKubectlClient) SetEksaControllerEnvVar(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockProviderKubectlClient) UpdateAnnotation(arg0 context.Context, arg1, arg2 string, arg3 map[string]string, ...) error
- type MockProviderKubectlClientMockRecorder
- func (mr *MockProviderKubectlClientMockRecorder) ApplyKubeSpecFromBytes(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockProviderKubectlClientMockRecorder) CreateNamespace(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockProviderKubectlClientMockRecorder) DeleteEksaCloudStackDatacenterConfig(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockProviderKubectlClientMockRecorder) DeleteEksaCloudStackMachineConfig(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockProviderKubectlClientMockRecorder) GetEksaCloudStackDatacenterConfig(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockProviderKubectlClientMockRecorder) GetEksaCloudStackMachineConfig(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockProviderKubectlClientMockRecorder) GetEksaCluster(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockProviderKubectlClientMockRecorder) GetEtcdadmCluster(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockProviderKubectlClientMockRecorder) GetKubeadmControlPlane(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockProviderKubectlClientMockRecorder) GetMachineDeployment(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockProviderKubectlClientMockRecorder) GetSecret(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockProviderKubectlClientMockRecorder) LoadSecret(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockProviderKubectlClientMockRecorder) SearchCloudStackDatacenterConfig(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockProviderKubectlClientMockRecorder) SearchCloudStackMachineConfig(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockProviderKubectlClientMockRecorder) SetEksaControllerEnvVar(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockProviderKubectlClientMockRecorder) UpdateAnnotation(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockProviderCmkClient ¶
type MockProviderCmkClient struct {
// contains filtered or unexported fields
}
MockProviderCmkClient is a mock of ProviderCmkClient interface.
func NewMockProviderCmkClient ¶
func NewMockProviderCmkClient(ctrl *gomock.Controller) *MockProviderCmkClient
NewMockProviderCmkClient creates a new mock instance.
func (*MockProviderCmkClient) EXPECT ¶
func (m *MockProviderCmkClient) EXPECT() *MockProviderCmkClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockProviderCmkClient) ValidateAccountPresent ¶
func (m *MockProviderCmkClient) ValidateAccountPresent(arg0 context.Context, arg1, arg2 string) error
ValidateAccountPresent mocks base method.
func (*MockProviderCmkClient) ValidateAffinityGroupsPresent ¶
func (m *MockProviderCmkClient) ValidateAffinityGroupsPresent(arg0 context.Context, arg1, arg2 string, arg3 []string) error
ValidateAffinityGroupsPresent mocks base method.
func (*MockProviderCmkClient) ValidateCloudStackConnection ¶
func (m *MockProviderCmkClient) ValidateCloudStackConnection(arg0 context.Context) error
ValidateCloudStackConnection mocks base method.
func (*MockProviderCmkClient) ValidateDiskOfferingPresent ¶ added in v0.9.0
func (m *MockProviderCmkClient) ValidateDiskOfferingPresent(arg0 context.Context, arg1 string, arg2 v1alpha1.CloudStackResourceDiskOffering) error
ValidateDiskOfferingPresent mocks base method.
func (*MockProviderCmkClient) ValidateDomainPresent ¶
func (m *MockProviderCmkClient) ValidateDomainPresent(arg0 context.Context, arg1 string) (v1alpha1.CloudStackResourceIdentifier, error)
ValidateDomainPresent mocks base method.
func (*MockProviderCmkClient) ValidateNetworkPresent ¶
func (m *MockProviderCmkClient) ValidateNetworkPresent(arg0 context.Context, arg1 string, arg2 v1alpha1.CloudStackZone, arg3 []v1alpha1.CloudStackResourceIdentifier, arg4 string, arg5 bool) error
ValidateNetworkPresent mocks base method.
func (*MockProviderCmkClient) ValidateServiceOfferingPresent ¶
func (m *MockProviderCmkClient) ValidateServiceOfferingPresent(arg0 context.Context, arg1 string, arg2 v1alpha1.CloudStackResourceIdentifier) error
ValidateServiceOfferingPresent mocks base method.
func (*MockProviderCmkClient) ValidateTemplatePresent ¶
func (m *MockProviderCmkClient) ValidateTemplatePresent(arg0 context.Context, arg1, arg2, arg3 string, arg4 v1alpha1.CloudStackResourceIdentifier) error
ValidateTemplatePresent mocks base method.
func (*MockProviderCmkClient) ValidateZonesPresent ¶
func (m *MockProviderCmkClient) ValidateZonesPresent(arg0 context.Context, arg1 []v1alpha1.CloudStackZone) ([]v1alpha1.CloudStackResourceIdentifier, error)
ValidateZonesPresent mocks base method.
type MockProviderCmkClientMockRecorder ¶
type MockProviderCmkClientMockRecorder struct {
// contains filtered or unexported fields
}
MockProviderCmkClientMockRecorder is the mock recorder for MockProviderCmkClient.
func (*MockProviderCmkClientMockRecorder) ValidateAccountPresent ¶
func (mr *MockProviderCmkClientMockRecorder) ValidateAccountPresent(arg0, arg1, arg2 interface{}) *gomock.Call
ValidateAccountPresent indicates an expected call of ValidateAccountPresent.
func (*MockProviderCmkClientMockRecorder) ValidateAffinityGroupsPresent ¶
func (mr *MockProviderCmkClientMockRecorder) ValidateAffinityGroupsPresent(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ValidateAffinityGroupsPresent indicates an expected call of ValidateAffinityGroupsPresent.
func (*MockProviderCmkClientMockRecorder) ValidateCloudStackConnection ¶
func (mr *MockProviderCmkClientMockRecorder) ValidateCloudStackConnection(arg0 interface{}) *gomock.Call
ValidateCloudStackConnection indicates an expected call of ValidateCloudStackConnection.
func (*MockProviderCmkClientMockRecorder) ValidateDiskOfferingPresent ¶ added in v0.9.0
func (mr *MockProviderCmkClientMockRecorder) ValidateDiskOfferingPresent(arg0, arg1, arg2 interface{}) *gomock.Call
ValidateDiskOfferingPresent indicates an expected call of ValidateDiskOfferingPresent.
func (*MockProviderCmkClientMockRecorder) ValidateDomainPresent ¶
func (mr *MockProviderCmkClientMockRecorder) ValidateDomainPresent(arg0, arg1 interface{}) *gomock.Call
ValidateDomainPresent indicates an expected call of ValidateDomainPresent.
func (*MockProviderCmkClientMockRecorder) ValidateNetworkPresent ¶
func (mr *MockProviderCmkClientMockRecorder) ValidateNetworkPresent(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
ValidateNetworkPresent indicates an expected call of ValidateNetworkPresent.
func (*MockProviderCmkClientMockRecorder) ValidateServiceOfferingPresent ¶
func (mr *MockProviderCmkClientMockRecorder) ValidateServiceOfferingPresent(arg0, arg1, arg2 interface{}) *gomock.Call
ValidateServiceOfferingPresent indicates an expected call of ValidateServiceOfferingPresent.
func (*MockProviderCmkClientMockRecorder) ValidateTemplatePresent ¶
func (mr *MockProviderCmkClientMockRecorder) ValidateTemplatePresent(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
ValidateTemplatePresent indicates an expected call of ValidateTemplatePresent.
func (*MockProviderCmkClientMockRecorder) ValidateZonesPresent ¶
func (mr *MockProviderCmkClientMockRecorder) ValidateZonesPresent(arg0, arg1 interface{}) *gomock.Call
ValidateZonesPresent indicates an expected call of ValidateZonesPresent.
type MockProviderKubectlClient ¶
type MockProviderKubectlClient struct {
// contains filtered or unexported fields
}
MockProviderKubectlClient is a mock of ProviderKubectlClient interface.
func NewMockProviderKubectlClient ¶
func NewMockProviderKubectlClient(ctrl *gomock.Controller) *MockProviderKubectlClient
NewMockProviderKubectlClient creates a new mock instance.
func (*MockProviderKubectlClient) ApplyKubeSpecFromBytes ¶
func (m *MockProviderKubectlClient) ApplyKubeSpecFromBytes(arg0 context.Context, arg1 *types.Cluster, arg2 []byte) error
ApplyKubeSpecFromBytes mocks base method.
func (*MockProviderKubectlClient) CreateNamespace ¶
func (m *MockProviderKubectlClient) CreateNamespace(arg0 context.Context, arg1, arg2 string) error
CreateNamespace mocks base method.
func (*MockProviderKubectlClient) DeleteEksaCloudStackDatacenterConfig ¶
func (m *MockProviderKubectlClient) DeleteEksaCloudStackDatacenterConfig(arg0 context.Context, arg1, arg2, arg3 string) error
DeleteEksaCloudStackDatacenterConfig mocks base method.
func (*MockProviderKubectlClient) DeleteEksaCloudStackMachineConfig ¶
func (m *MockProviderKubectlClient) DeleteEksaCloudStackMachineConfig(arg0 context.Context, arg1, arg2, arg3 string) error
DeleteEksaCloudStackMachineConfig mocks base method.
func (*MockProviderKubectlClient) EXPECT ¶
func (m *MockProviderKubectlClient) EXPECT() *MockProviderKubectlClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockProviderKubectlClient) GetEksaCloudStackDatacenterConfig ¶
func (m *MockProviderKubectlClient) GetEksaCloudStackDatacenterConfig(arg0 context.Context, arg1, arg2, arg3 string) (*v1alpha1.CloudStackDatacenterConfig, error)
GetEksaCloudStackDatacenterConfig mocks base method.
func (*MockProviderKubectlClient) GetEksaCloudStackMachineConfig ¶
func (m *MockProviderKubectlClient) GetEksaCloudStackMachineConfig(arg0 context.Context, arg1, arg2, arg3 string) (*v1alpha1.CloudStackMachineConfig, error)
GetEksaCloudStackMachineConfig mocks base method.
func (*MockProviderKubectlClient) GetEksaCluster ¶
func (m *MockProviderKubectlClient) GetEksaCluster(arg0 context.Context, arg1 *types.Cluster, arg2 string) (*v1alpha1.Cluster, error)
GetEksaCluster mocks base method.
func (*MockProviderKubectlClient) GetEtcdadmCluster ¶
func (m *MockProviderKubectlClient) GetEtcdadmCluster(arg0 context.Context, arg1 *types.Cluster, arg2 string, arg3 ...executables.KubectlOpt) (*v1beta1.EtcdadmCluster, error)
GetEtcdadmCluster mocks base method.
func (*MockProviderKubectlClient) GetKubeadmControlPlane ¶
func (m *MockProviderKubectlClient) GetKubeadmControlPlane(arg0 context.Context, arg1 *types.Cluster, arg2 string, arg3 ...executables.KubectlOpt) (*v1beta11.KubeadmControlPlane, error)
GetKubeadmControlPlane mocks base method.
func (*MockProviderKubectlClient) GetMachineDeployment ¶
func (m *MockProviderKubectlClient) GetMachineDeployment(arg0 context.Context, arg1 string, arg2 ...executables.KubectlOpt) (*v1beta10.MachineDeployment, error)
GetMachineDeployment mocks base method.
func (*MockProviderKubectlClient) GetSecret ¶
func (m *MockProviderKubectlClient) GetSecret(arg0 context.Context, arg1 string, arg2 ...executables.KubectlOpt) (*v1.Secret, error)
GetSecret mocks base method.
func (*MockProviderKubectlClient) LoadSecret ¶
func (m *MockProviderKubectlClient) LoadSecret(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
LoadSecret mocks base method.
func (*MockProviderKubectlClient) SearchCloudStackDatacenterConfig ¶
func (m *MockProviderKubectlClient) SearchCloudStackDatacenterConfig(arg0 context.Context, arg1, arg2, arg3 string) ([]*v1alpha1.CloudStackDatacenterConfig, error)
SearchCloudStackDatacenterConfig mocks base method.
func (*MockProviderKubectlClient) SearchCloudStackMachineConfig ¶
func (m *MockProviderKubectlClient) SearchCloudStackMachineConfig(arg0 context.Context, arg1, arg2, arg3 string) ([]*v1alpha1.CloudStackMachineConfig, error)
SearchCloudStackMachineConfig mocks base method.
func (*MockProviderKubectlClient) SetEksaControllerEnvVar ¶ added in v0.9.0
func (m *MockProviderKubectlClient) SetEksaControllerEnvVar(arg0 context.Context, arg1, arg2, arg3 string) error
SetEksaControllerEnvVar mocks base method.
func (*MockProviderKubectlClient) UpdateAnnotation ¶
func (m *MockProviderKubectlClient) UpdateAnnotation(arg0 context.Context, arg1, arg2 string, arg3 map[string]string, arg4 ...executables.KubectlOpt) error
UpdateAnnotation mocks base method.
type MockProviderKubectlClientMockRecorder ¶
type MockProviderKubectlClientMockRecorder struct {
// contains filtered or unexported fields
}
MockProviderKubectlClientMockRecorder is the mock recorder for MockProviderKubectlClient.
func (*MockProviderKubectlClientMockRecorder) ApplyKubeSpecFromBytes ¶
func (mr *MockProviderKubectlClientMockRecorder) ApplyKubeSpecFromBytes(arg0, arg1, arg2 interface{}) *gomock.Call
ApplyKubeSpecFromBytes indicates an expected call of ApplyKubeSpecFromBytes.
func (*MockProviderKubectlClientMockRecorder) CreateNamespace ¶
func (mr *MockProviderKubectlClientMockRecorder) CreateNamespace(arg0, arg1, arg2 interface{}) *gomock.Call
CreateNamespace indicates an expected call of CreateNamespace.
func (*MockProviderKubectlClientMockRecorder) DeleteEksaCloudStackDatacenterConfig ¶
func (mr *MockProviderKubectlClientMockRecorder) DeleteEksaCloudStackDatacenterConfig(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteEksaCloudStackDatacenterConfig indicates an expected call of DeleteEksaCloudStackDatacenterConfig.
func (*MockProviderKubectlClientMockRecorder) DeleteEksaCloudStackMachineConfig ¶
func (mr *MockProviderKubectlClientMockRecorder) DeleteEksaCloudStackMachineConfig(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteEksaCloudStackMachineConfig indicates an expected call of DeleteEksaCloudStackMachineConfig.
func (*MockProviderKubectlClientMockRecorder) GetEksaCloudStackDatacenterConfig ¶
func (mr *MockProviderKubectlClientMockRecorder) GetEksaCloudStackDatacenterConfig(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetEksaCloudStackDatacenterConfig indicates an expected call of GetEksaCloudStackDatacenterConfig.
func (*MockProviderKubectlClientMockRecorder) GetEksaCloudStackMachineConfig ¶
func (mr *MockProviderKubectlClientMockRecorder) GetEksaCloudStackMachineConfig(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetEksaCloudStackMachineConfig indicates an expected call of GetEksaCloudStackMachineConfig.
func (*MockProviderKubectlClientMockRecorder) GetEksaCluster ¶
func (mr *MockProviderKubectlClientMockRecorder) GetEksaCluster(arg0, arg1, arg2 interface{}) *gomock.Call
GetEksaCluster indicates an expected call of GetEksaCluster.
func (*MockProviderKubectlClientMockRecorder) GetEtcdadmCluster ¶
func (mr *MockProviderKubectlClientMockRecorder) GetEtcdadmCluster(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
GetEtcdadmCluster indicates an expected call of GetEtcdadmCluster.
func (*MockProviderKubectlClientMockRecorder) GetKubeadmControlPlane ¶
func (mr *MockProviderKubectlClientMockRecorder) GetKubeadmControlPlane(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
GetKubeadmControlPlane indicates an expected call of GetKubeadmControlPlane.
func (*MockProviderKubectlClientMockRecorder) GetMachineDeployment ¶
func (mr *MockProviderKubectlClientMockRecorder) GetMachineDeployment(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetMachineDeployment indicates an expected call of GetMachineDeployment.
func (*MockProviderKubectlClientMockRecorder) GetSecret ¶
func (mr *MockProviderKubectlClientMockRecorder) GetSecret(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetSecret indicates an expected call of GetSecret.
func (*MockProviderKubectlClientMockRecorder) LoadSecret ¶
func (mr *MockProviderKubectlClientMockRecorder) LoadSecret(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
LoadSecret indicates an expected call of LoadSecret.
func (*MockProviderKubectlClientMockRecorder) SearchCloudStackDatacenterConfig ¶
func (mr *MockProviderKubectlClientMockRecorder) SearchCloudStackDatacenterConfig(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
SearchCloudStackDatacenterConfig indicates an expected call of SearchCloudStackDatacenterConfig.
func (*MockProviderKubectlClientMockRecorder) SearchCloudStackMachineConfig ¶
func (mr *MockProviderKubectlClientMockRecorder) SearchCloudStackMachineConfig(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
SearchCloudStackMachineConfig indicates an expected call of SearchCloudStackMachineConfig.
func (*MockProviderKubectlClientMockRecorder) SetEksaControllerEnvVar ¶ added in v0.9.0
func (mr *MockProviderKubectlClientMockRecorder) SetEksaControllerEnvVar(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
SetEksaControllerEnvVar indicates an expected call of SetEksaControllerEnvVar.
func (*MockProviderKubectlClientMockRecorder) UpdateAnnotation ¶
func (mr *MockProviderKubectlClientMockRecorder) UpdateAnnotation(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
UpdateAnnotation indicates an expected call of UpdateAnnotation.