Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockDockerExecutable
- type MockDockerExecutableMockRecorder
- type MockKubectlClient
- func (m *MockKubectlClient) EXPECT() *MockKubectlClientMockRecorder
- func (m *MockKubectlClient) GetBundles(ctx context.Context, kubeconfigFile, name, namespace string) (*v1alpha10.Bundles, error)
- func (m *MockKubectlClient) GetClusters(ctx context.Context, cluster *types.Cluster) ([]types.CAPICluster, error)
- func (m *MockKubectlClient) GetEksaAWSIamConfig(ctx context.Context, awsIamConfigName, kubeconfigFile, namespace string) (*v1alpha1.AWSIamConfig, error)
- func (m *MockKubectlClient) GetEksaCluster(ctx context.Context, cluster *types.Cluster, clusterName string) (*v1alpha1.Cluster, error)
- func (m *MockKubectlClient) GetEksaFluxConfig(ctx context.Context, fluxConfigName, kubeconfigFile, namespace string) (*v1alpha1.FluxConfig, error)
- func (m *MockKubectlClient) GetEksaGitOpsConfig(ctx context.Context, gitOpsConfigName, kubeconfigFile, namespace string) (*v1alpha1.GitOpsConfig, error)
- func (m *MockKubectlClient) GetEksaOIDCConfig(ctx context.Context, oidcConfigName, kubeconfigFile, namespace string) (*v1alpha1.OIDCConfig, error)
- func (m *MockKubectlClient) GetEksaTinkerbellDatacenterConfig(ctx context.Context, ...) (*v1alpha1.TinkerbellDatacenterConfig, error)
- func (m *MockKubectlClient) GetEksaTinkerbellMachineConfig(ctx context.Context, ...) (*v1alpha1.TinkerbellMachineConfig, error)
- func (m *MockKubectlClient) GetEksaVSphereDatacenterConfig(ctx context.Context, ...) (*v1alpha1.VSphereDatacenterConfig, error)
- func (m *MockKubectlClient) GetObject(ctx context.Context, resourceType, name, namespace, kubeconfig string, ...) error
- func (m *MockKubectlClient) List(ctx context.Context, kubeconfig string, list kubernetes.ObjectList) error
- func (m *MockKubectlClient) SearchIdentityProviderConfig(ctx context.Context, ipName, kind, kubeconfigFile, namespace string) ([]*v1alpha1.VSphereDatacenterConfig, error)
- func (m *MockKubectlClient) ValidateClustersCRD(ctx context.Context, cluster *types.Cluster) error
- func (m *MockKubectlClient) ValidateControlPlaneNodes(ctx context.Context, cluster *types.Cluster, clusterName string) error
- func (m *MockKubectlClient) ValidateEKSAClustersCRD(ctx context.Context, cluster *types.Cluster) error
- func (m *MockKubectlClient) ValidateNodes(ctx context.Context, kubeconfig string) error
- func (m *MockKubectlClient) ValidateWorkerNodes(ctx context.Context, clusterName, kubeconfig string) error
- func (m *MockKubectlClient) Version(ctx context.Context, cluster *types.Cluster) (*executables.VersionResponse, error)
- type MockKubectlClientMockRecorder
- func (mr *MockKubectlClientMockRecorder) GetBundles(ctx, kubeconfigFile, name, namespace interface{}) *gomock.Call
- func (mr *MockKubectlClientMockRecorder) GetClusters(ctx, cluster interface{}) *gomock.Call
- func (mr *MockKubectlClientMockRecorder) GetEksaAWSIamConfig(ctx, awsIamConfigName, kubeconfigFile, namespace interface{}) *gomock.Call
- func (mr *MockKubectlClientMockRecorder) GetEksaCluster(ctx, cluster, clusterName interface{}) *gomock.Call
- func (mr *MockKubectlClientMockRecorder) GetEksaFluxConfig(ctx, fluxConfigName, kubeconfigFile, namespace interface{}) *gomock.Call
- func (mr *MockKubectlClientMockRecorder) GetEksaGitOpsConfig(ctx, gitOpsConfigName, kubeconfigFile, namespace interface{}) *gomock.Call
- func (mr *MockKubectlClientMockRecorder) GetEksaOIDCConfig(ctx, oidcConfigName, kubeconfigFile, namespace interface{}) *gomock.Call
- func (mr *MockKubectlClientMockRecorder) GetEksaTinkerbellDatacenterConfig(ctx, tinkerbellDatacenterConfigName, kubeconfigFile, namespace interface{}) *gomock.Call
- func (mr *MockKubectlClientMockRecorder) GetEksaTinkerbellMachineConfig(ctx, tinkerbellMachineConfigName, kubeconfigFile, namespace interface{}) *gomock.Call
- func (mr *MockKubectlClientMockRecorder) GetEksaVSphereDatacenterConfig(ctx, vsphereDatacenterConfigName, kubeconfigFile, namespace interface{}) *gomock.Call
- func (mr *MockKubectlClientMockRecorder) GetObject(ctx, resourceType, name, namespace, kubeconfig, obj interface{}) *gomock.Call
- func (mr *MockKubectlClientMockRecorder) List(ctx, kubeconfig, list interface{}) *gomock.Call
- func (mr *MockKubectlClientMockRecorder) SearchIdentityProviderConfig(ctx, ipName, kind, kubeconfigFile, namespace interface{}) *gomock.Call
- func (mr *MockKubectlClientMockRecorder) ValidateClustersCRD(ctx, cluster interface{}) *gomock.Call
- func (mr *MockKubectlClientMockRecorder) ValidateControlPlaneNodes(ctx, cluster, clusterName interface{}) *gomock.Call
- func (mr *MockKubectlClientMockRecorder) ValidateEKSAClustersCRD(ctx, cluster interface{}) *gomock.Call
- func (mr *MockKubectlClientMockRecorder) ValidateNodes(ctx, kubeconfig interface{}) *gomock.Call
- func (mr *MockKubectlClientMockRecorder) ValidateWorkerNodes(ctx, clusterName, kubeconfig interface{}) *gomock.Call
- func (mr *MockKubectlClientMockRecorder) Version(ctx, cluster interface{}) *gomock.Call
- type MockTlsValidator
- type MockTlsValidatorMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDockerExecutable ¶
type MockDockerExecutable struct {
// contains filtered or unexported fields
}
MockDockerExecutable is a mock of DockerExecutable interface.
func NewMockDockerExecutable ¶
func NewMockDockerExecutable(ctrl *gomock.Controller) *MockDockerExecutable
NewMockDockerExecutable creates a new mock instance.
func (*MockDockerExecutable) AllocatedMemory ¶
func (m *MockDockerExecutable) AllocatedMemory(arg0 context.Context) (uint64, error)
AllocatedMemory mocks base method.
func (*MockDockerExecutable) EXPECT ¶
func (m *MockDockerExecutable) EXPECT() *MockDockerExecutableMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockDockerExecutableMockRecorder ¶
type MockDockerExecutableMockRecorder struct {
// contains filtered or unexported fields
}
MockDockerExecutableMockRecorder is the mock recorder for MockDockerExecutable.
func (*MockDockerExecutableMockRecorder) AllocatedMemory ¶
func (mr *MockDockerExecutableMockRecorder) AllocatedMemory(arg0 interface{}) *gomock.Call
AllocatedMemory indicates an expected call of AllocatedMemory.
func (*MockDockerExecutableMockRecorder) Version ¶
func (mr *MockDockerExecutableMockRecorder) Version(arg0 interface{}) *gomock.Call
Version indicates an expected call of Version.
type MockKubectlClient ¶ added in v0.6.0
type MockKubectlClient struct {
// contains filtered or unexported fields
}
MockKubectlClient is a mock of KubectlClient interface.
func NewMockKubectlClient ¶ added in v0.6.0
func NewMockKubectlClient(ctrl *gomock.Controller) *MockKubectlClient
NewMockKubectlClient creates a new mock instance.
func (*MockKubectlClient) EXPECT ¶ added in v0.6.0
func (m *MockKubectlClient) EXPECT() *MockKubectlClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockKubectlClient) GetBundles ¶ added in v0.15.0
func (m *MockKubectlClient) GetBundles(ctx context.Context, kubeconfigFile, name, namespace string) (*v1alpha10.Bundles, error)
GetBundles mocks base method.
func (*MockKubectlClient) GetClusters ¶ added in v0.6.0
func (m *MockKubectlClient) GetClusters(ctx context.Context, cluster *types.Cluster) ([]types.CAPICluster, error)
GetClusters mocks base method.
func (*MockKubectlClient) GetEksaAWSIamConfig ¶ added in v0.6.0
func (m *MockKubectlClient) GetEksaAWSIamConfig(ctx context.Context, awsIamConfigName, kubeconfigFile, namespace string) (*v1alpha1.AWSIamConfig, error)
GetEksaAWSIamConfig mocks base method.
func (*MockKubectlClient) GetEksaCluster ¶ added in v0.6.0
func (m *MockKubectlClient) GetEksaCluster(ctx context.Context, cluster *types.Cluster, clusterName string) (*v1alpha1.Cluster, error)
GetEksaCluster mocks base method.
func (*MockKubectlClient) GetEksaFluxConfig ¶ added in v0.9.0
func (m *MockKubectlClient) GetEksaFluxConfig(ctx context.Context, fluxConfigName, kubeconfigFile, namespace string) (*v1alpha1.FluxConfig, error)
GetEksaFluxConfig mocks base method.
func (*MockKubectlClient) GetEksaGitOpsConfig ¶ added in v0.6.0
func (m *MockKubectlClient) GetEksaGitOpsConfig(ctx context.Context, gitOpsConfigName, kubeconfigFile, namespace string) (*v1alpha1.GitOpsConfig, error)
GetEksaGitOpsConfig mocks base method.
func (*MockKubectlClient) GetEksaOIDCConfig ¶ added in v0.6.0
func (m *MockKubectlClient) GetEksaOIDCConfig(ctx context.Context, oidcConfigName, kubeconfigFile, namespace string) (*v1alpha1.OIDCConfig, error)
GetEksaOIDCConfig mocks base method.
func (*MockKubectlClient) GetEksaTinkerbellDatacenterConfig ¶ added in v0.12.0
func (m *MockKubectlClient) GetEksaTinkerbellDatacenterConfig(ctx context.Context, tinkerbellDatacenterConfigName, kubeconfigFile, namespace string) (*v1alpha1.TinkerbellDatacenterConfig, error)
GetEksaTinkerbellDatacenterConfig mocks base method.
func (*MockKubectlClient) GetEksaTinkerbellMachineConfig ¶ added in v0.12.0
func (m *MockKubectlClient) GetEksaTinkerbellMachineConfig(ctx context.Context, tinkerbellMachineConfigName, kubeconfigFile, namespace string) (*v1alpha1.TinkerbellMachineConfig, error)
GetEksaTinkerbellMachineConfig mocks base method.
func (*MockKubectlClient) GetEksaVSphereDatacenterConfig ¶ added in v0.6.0
func (m *MockKubectlClient) GetEksaVSphereDatacenterConfig(ctx context.Context, vsphereDatacenterConfigName, kubeconfigFile, namespace string) (*v1alpha1.VSphereDatacenterConfig, error)
GetEksaVSphereDatacenterConfig mocks base method.
func (*MockKubectlClient) GetObject ¶ added in v0.12.0
func (m *MockKubectlClient) GetObject(ctx context.Context, resourceType, name, namespace, kubeconfig string, obj runtime.Object) error
GetObject mocks base method.
func (*MockKubectlClient) List ¶ added in v0.16.0
func (m *MockKubectlClient) List(ctx context.Context, kubeconfig string, list kubernetes.ObjectList) error
List mocks base method.
func (*MockKubectlClient) SearchIdentityProviderConfig ¶ added in v0.6.0
func (m *MockKubectlClient) SearchIdentityProviderConfig(ctx context.Context, ipName, kind, kubeconfigFile, namespace string) ([]*v1alpha1.VSphereDatacenterConfig, error)
SearchIdentityProviderConfig mocks base method.
func (*MockKubectlClient) ValidateClustersCRD ¶ added in v0.6.0
ValidateClustersCRD mocks base method.
func (*MockKubectlClient) ValidateControlPlaneNodes ¶ added in v0.6.0
func (m *MockKubectlClient) ValidateControlPlaneNodes(ctx context.Context, cluster *types.Cluster, clusterName string) error
ValidateControlPlaneNodes mocks base method.
func (*MockKubectlClient) ValidateEKSAClustersCRD ¶ added in v0.6.0
func (m *MockKubectlClient) ValidateEKSAClustersCRD(ctx context.Context, cluster *types.Cluster) error
ValidateEKSAClustersCRD mocks base method.
func (*MockKubectlClient) ValidateNodes ¶ added in v0.6.0
func (m *MockKubectlClient) ValidateNodes(ctx context.Context, kubeconfig string) error
ValidateNodes mocks base method.
func (*MockKubectlClient) ValidateWorkerNodes ¶ added in v0.6.0
func (m *MockKubectlClient) ValidateWorkerNodes(ctx context.Context, clusterName, kubeconfig string) error
ValidateWorkerNodes mocks base method.
func (*MockKubectlClient) Version ¶ added in v0.6.0
func (m *MockKubectlClient) Version(ctx context.Context, cluster *types.Cluster) (*executables.VersionResponse, error)
Version mocks base method.
type MockKubectlClientMockRecorder ¶ added in v0.6.0
type MockKubectlClientMockRecorder struct {
// contains filtered or unexported fields
}
MockKubectlClientMockRecorder is the mock recorder for MockKubectlClient.
func (*MockKubectlClientMockRecorder) GetBundles ¶ added in v0.15.0
func (mr *MockKubectlClientMockRecorder) GetBundles(ctx, kubeconfigFile, name, namespace interface{}) *gomock.Call
GetBundles indicates an expected call of GetBundles.
func (*MockKubectlClientMockRecorder) GetClusters ¶ added in v0.6.0
func (mr *MockKubectlClientMockRecorder) GetClusters(ctx, cluster interface{}) *gomock.Call
GetClusters indicates an expected call of GetClusters.
func (*MockKubectlClientMockRecorder) GetEksaAWSIamConfig ¶ added in v0.6.0
func (mr *MockKubectlClientMockRecorder) GetEksaAWSIamConfig(ctx, awsIamConfigName, kubeconfigFile, namespace interface{}) *gomock.Call
GetEksaAWSIamConfig indicates an expected call of GetEksaAWSIamConfig.
func (*MockKubectlClientMockRecorder) GetEksaCluster ¶ added in v0.6.0
func (mr *MockKubectlClientMockRecorder) GetEksaCluster(ctx, cluster, clusterName interface{}) *gomock.Call
GetEksaCluster indicates an expected call of GetEksaCluster.
func (*MockKubectlClientMockRecorder) GetEksaFluxConfig ¶ added in v0.9.0
func (mr *MockKubectlClientMockRecorder) GetEksaFluxConfig(ctx, fluxConfigName, kubeconfigFile, namespace interface{}) *gomock.Call
GetEksaFluxConfig indicates an expected call of GetEksaFluxConfig.
func (*MockKubectlClientMockRecorder) GetEksaGitOpsConfig ¶ added in v0.6.0
func (mr *MockKubectlClientMockRecorder) GetEksaGitOpsConfig(ctx, gitOpsConfigName, kubeconfigFile, namespace interface{}) *gomock.Call
GetEksaGitOpsConfig indicates an expected call of GetEksaGitOpsConfig.
func (*MockKubectlClientMockRecorder) GetEksaOIDCConfig ¶ added in v0.6.0
func (mr *MockKubectlClientMockRecorder) GetEksaOIDCConfig(ctx, oidcConfigName, kubeconfigFile, namespace interface{}) *gomock.Call
GetEksaOIDCConfig indicates an expected call of GetEksaOIDCConfig.
func (*MockKubectlClientMockRecorder) GetEksaTinkerbellDatacenterConfig ¶ added in v0.12.0
func (mr *MockKubectlClientMockRecorder) GetEksaTinkerbellDatacenterConfig(ctx, tinkerbellDatacenterConfigName, kubeconfigFile, namespace interface{}) *gomock.Call
GetEksaTinkerbellDatacenterConfig indicates an expected call of GetEksaTinkerbellDatacenterConfig.
func (*MockKubectlClientMockRecorder) GetEksaTinkerbellMachineConfig ¶ added in v0.12.0
func (mr *MockKubectlClientMockRecorder) GetEksaTinkerbellMachineConfig(ctx, tinkerbellMachineConfigName, kubeconfigFile, namespace interface{}) *gomock.Call
GetEksaTinkerbellMachineConfig indicates an expected call of GetEksaTinkerbellMachineConfig.
func (*MockKubectlClientMockRecorder) GetEksaVSphereDatacenterConfig ¶ added in v0.6.0
func (mr *MockKubectlClientMockRecorder) GetEksaVSphereDatacenterConfig(ctx, vsphereDatacenterConfigName, kubeconfigFile, namespace interface{}) *gomock.Call
GetEksaVSphereDatacenterConfig indicates an expected call of GetEksaVSphereDatacenterConfig.
func (*MockKubectlClientMockRecorder) GetObject ¶ added in v0.12.0
func (mr *MockKubectlClientMockRecorder) GetObject(ctx, resourceType, name, namespace, kubeconfig, obj interface{}) *gomock.Call
GetObject indicates an expected call of GetObject.
func (*MockKubectlClientMockRecorder) List ¶ added in v0.16.0
func (mr *MockKubectlClientMockRecorder) List(ctx, kubeconfig, list interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockKubectlClientMockRecorder) SearchIdentityProviderConfig ¶ added in v0.6.0
func (mr *MockKubectlClientMockRecorder) SearchIdentityProviderConfig(ctx, ipName, kind, kubeconfigFile, namespace interface{}) *gomock.Call
SearchIdentityProviderConfig indicates an expected call of SearchIdentityProviderConfig.
func (*MockKubectlClientMockRecorder) ValidateClustersCRD ¶ added in v0.6.0
func (mr *MockKubectlClientMockRecorder) ValidateClustersCRD(ctx, cluster interface{}) *gomock.Call
ValidateClustersCRD indicates an expected call of ValidateClustersCRD.
func (*MockKubectlClientMockRecorder) ValidateControlPlaneNodes ¶ added in v0.6.0
func (mr *MockKubectlClientMockRecorder) ValidateControlPlaneNodes(ctx, cluster, clusterName interface{}) *gomock.Call
ValidateControlPlaneNodes indicates an expected call of ValidateControlPlaneNodes.
func (*MockKubectlClientMockRecorder) ValidateEKSAClustersCRD ¶ added in v0.6.0
func (mr *MockKubectlClientMockRecorder) ValidateEKSAClustersCRD(ctx, cluster interface{}) *gomock.Call
ValidateEKSAClustersCRD indicates an expected call of ValidateEKSAClustersCRD.
func (*MockKubectlClientMockRecorder) ValidateNodes ¶ added in v0.6.0
func (mr *MockKubectlClientMockRecorder) ValidateNodes(ctx, kubeconfig interface{}) *gomock.Call
ValidateNodes indicates an expected call of ValidateNodes.
func (*MockKubectlClientMockRecorder) ValidateWorkerNodes ¶ added in v0.6.0
func (mr *MockKubectlClientMockRecorder) ValidateWorkerNodes(ctx, clusterName, kubeconfig interface{}) *gomock.Call
ValidateWorkerNodes indicates an expected call of ValidateWorkerNodes.
func (*MockKubectlClientMockRecorder) Version ¶ added in v0.6.0
func (mr *MockKubectlClientMockRecorder) Version(ctx, cluster interface{}) *gomock.Call
Version indicates an expected call of Version.
type MockTlsValidator ¶ added in v0.8.0
type MockTlsValidator struct {
// contains filtered or unexported fields
}
MockTlsValidator is a mock of TlsValidator interface.
func NewMockTlsValidator ¶ added in v0.8.0
func NewMockTlsValidator(ctrl *gomock.Controller) *MockTlsValidator
NewMockTlsValidator creates a new mock instance.
func (*MockTlsValidator) EXPECT ¶ added in v0.8.0
func (m *MockTlsValidator) EXPECT() *MockTlsValidatorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTlsValidator) IsSignedByUnknownAuthority ¶ added in v0.11.0
func (m *MockTlsValidator) IsSignedByUnknownAuthority(host, port string) (bool, error)
IsSignedByUnknownAuthority mocks base method.
func (*MockTlsValidator) ValidateCert ¶ added in v0.8.0
func (m *MockTlsValidator) ValidateCert(host, port, caCertContent string) error
ValidateCert mocks base method.
type MockTlsValidatorMockRecorder ¶ added in v0.8.0
type MockTlsValidatorMockRecorder struct {
// contains filtered or unexported fields
}
MockTlsValidatorMockRecorder is the mock recorder for MockTlsValidator.
func (*MockTlsValidatorMockRecorder) IsSignedByUnknownAuthority ¶ added in v0.11.0
func (mr *MockTlsValidatorMockRecorder) IsSignedByUnknownAuthority(host, port interface{}) *gomock.Call
IsSignedByUnknownAuthority indicates an expected call of IsSignedByUnknownAuthority.
func (*MockTlsValidatorMockRecorder) ValidateCert ¶ added in v0.8.0
func (mr *MockTlsValidatorMockRecorder) ValidateCert(host, port, caCertContent interface{}) *gomock.Call
ValidateCert indicates an expected call of ValidateCert.