mocks

package
v0.12.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CoreInterface added in v0.10.11

type CoreInterface struct {
	// contains filtered or unexported fields
}

CoreInterface is a mock of Interface interface.

func NewCoreInterface added in v0.10.11

func NewCoreInterface(ctrl *gomock.Controller) *CoreInterface

NewCoreInterface creates a new mock instance.

func (*CoreInterface) ConfigMap added in v0.10.11

func (m *CoreInterface) ConfigMap() v1.ConfigMapController

ConfigMap mocks base method.

func (*CoreInterface) EXPECT added in v0.10.11

EXPECT returns an object that allows the caller to indicate expected use.

func (*CoreInterface) Endpoints added in v0.10.11

func (m *CoreInterface) Endpoints() v1.EndpointsController

Endpoints mocks base method.

func (*CoreInterface) Event added in v0.10.11

func (m *CoreInterface) Event() v1.EventController

Event mocks base method.

func (*CoreInterface) Namespace added in v0.10.11

func (m *CoreInterface) Namespace() v1.NamespaceController

Namespace mocks base method.

func (*CoreInterface) Node added in v0.10.11

func (m *CoreInterface) Node() v1.NodeController

Node mocks base method.

func (*CoreInterface) PersistentVolume added in v0.10.11

func (m *CoreInterface) PersistentVolume() v1.PersistentVolumeController

PersistentVolume mocks base method.

func (*CoreInterface) PersistentVolumeClaim added in v0.10.11

func (m *CoreInterface) PersistentVolumeClaim() v1.PersistentVolumeClaimController

PersistentVolumeClaim mocks base method.

func (*CoreInterface) Pod added in v0.10.11

func (m *CoreInterface) Pod() v1.PodController

Pod mocks base method.

func (*CoreInterface) Secret added in v0.10.11

func (m *CoreInterface) Secret() v1.SecretController

Secret mocks base method.

func (*CoreInterface) Service added in v0.10.11

func (m *CoreInterface) Service() v1.ServiceController

Service mocks base method.

func (*CoreInterface) ServiceAccount added in v0.10.11

func (m *CoreInterface) ServiceAccount() v1.ServiceAccountController

ServiceAccount mocks base method.

type CoreInterfaceMockRecorder added in v0.10.11

type CoreInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

CoreInterfaceMockRecorder is the mock recorder for CoreInterface.

func (*CoreInterfaceMockRecorder) ConfigMap added in v0.10.11

func (mr *CoreInterfaceMockRecorder) ConfigMap() *gomock.Call

ConfigMap indicates an expected call of ConfigMap.

func (*CoreInterfaceMockRecorder) Endpoints added in v0.10.11

func (mr *CoreInterfaceMockRecorder) Endpoints() *gomock.Call

Endpoints indicates an expected call of Endpoints.

func (*CoreInterfaceMockRecorder) Event added in v0.10.11

func (mr *CoreInterfaceMockRecorder) Event() *gomock.Call

Event indicates an expected call of Event.

func (*CoreInterfaceMockRecorder) Namespace added in v0.10.11

func (mr *CoreInterfaceMockRecorder) Namespace() *gomock.Call

Namespace indicates an expected call of Namespace.

func (*CoreInterfaceMockRecorder) Node added in v0.10.11

Node indicates an expected call of Node.

func (*CoreInterfaceMockRecorder) PersistentVolume added in v0.10.11

func (mr *CoreInterfaceMockRecorder) PersistentVolume() *gomock.Call

PersistentVolume indicates an expected call of PersistentVolume.

func (*CoreInterfaceMockRecorder) PersistentVolumeClaim added in v0.10.11

func (mr *CoreInterfaceMockRecorder) PersistentVolumeClaim() *gomock.Call

PersistentVolumeClaim indicates an expected call of PersistentVolumeClaim.

func (*CoreInterfaceMockRecorder) Pod added in v0.10.11

Pod indicates an expected call of Pod.

func (*CoreInterfaceMockRecorder) Secret added in v0.10.11

func (mr *CoreInterfaceMockRecorder) Secret() *gomock.Call

Secret indicates an expected call of Secret.

func (*CoreInterfaceMockRecorder) Service added in v0.10.11

func (mr *CoreInterfaceMockRecorder) Service() *gomock.Call

Service indicates an expected call of Service.

func (*CoreInterfaceMockRecorder) ServiceAccount added in v0.10.11

func (mr *CoreInterfaceMockRecorder) ServiceAccount() *gomock.Call

ServiceAccount indicates an expected call of ServiceAccount.

type FleetInterface

type FleetInterface struct {
	// contains filtered or unexported fields
}

FleetInterface is a mock of Interface interface.

func NewFleetInterface

func NewFleetInterface(ctrl *gomock.Controller) *FleetInterface

NewFleetInterface creates a new mock instance.

func (*FleetInterface) Bundle

Bundle mocks base method.

func (*FleetInterface) BundleDeployment

func (m *FleetInterface) BundleDeployment() v1alpha1.BundleDeploymentController

BundleDeployment mocks base method.

func (*FleetInterface) BundleNamespaceMapping

func (m *FleetInterface) BundleNamespaceMapping() v1alpha1.BundleNamespaceMappingController

BundleNamespaceMapping mocks base method.

func (*FleetInterface) Cluster

Cluster mocks base method.

func (*FleetInterface) ClusterGroup

ClusterGroup mocks base method.

func (*FleetInterface) ClusterRegistration

func (m *FleetInterface) ClusterRegistration() v1alpha1.ClusterRegistrationController

ClusterRegistration mocks base method.

func (*FleetInterface) ClusterRegistrationToken

func (m *FleetInterface) ClusterRegistrationToken() v1alpha1.ClusterRegistrationTokenController

ClusterRegistrationToken mocks base method.

func (*FleetInterface) Content

Content mocks base method.

func (*FleetInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*FleetInterface) GitRepo

GitRepo mocks base method.

func (*FleetInterface) GitRepoRestriction

func (m *FleetInterface) GitRepoRestriction() v1alpha1.GitRepoRestrictionController

GitRepoRestriction mocks base method.

func (*FleetInterface) HelmApp added in v0.12.0

HelmApp mocks base method.

func (*FleetInterface) ImageScan

ImageScan mocks base method.

type FleetInterfaceMockRecorder

type FleetInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

FleetInterfaceMockRecorder is the mock recorder for FleetInterface.

func (*FleetInterfaceMockRecorder) Bundle

func (mr *FleetInterfaceMockRecorder) Bundle() *gomock.Call

Bundle indicates an expected call of Bundle.

func (*FleetInterfaceMockRecorder) BundleDeployment

func (mr *FleetInterfaceMockRecorder) BundleDeployment() *gomock.Call

BundleDeployment indicates an expected call of BundleDeployment.

func (*FleetInterfaceMockRecorder) BundleNamespaceMapping

func (mr *FleetInterfaceMockRecorder) BundleNamespaceMapping() *gomock.Call

BundleNamespaceMapping indicates an expected call of BundleNamespaceMapping.

func (*FleetInterfaceMockRecorder) Cluster

func (mr *FleetInterfaceMockRecorder) Cluster() *gomock.Call

Cluster indicates an expected call of Cluster.

func (*FleetInterfaceMockRecorder) ClusterGroup

func (mr *FleetInterfaceMockRecorder) ClusterGroup() *gomock.Call

ClusterGroup indicates an expected call of ClusterGroup.

func (*FleetInterfaceMockRecorder) ClusterRegistration

func (mr *FleetInterfaceMockRecorder) ClusterRegistration() *gomock.Call

ClusterRegistration indicates an expected call of ClusterRegistration.

func (*FleetInterfaceMockRecorder) ClusterRegistrationToken

func (mr *FleetInterfaceMockRecorder) ClusterRegistrationToken() *gomock.Call

ClusterRegistrationToken indicates an expected call of ClusterRegistrationToken.

func (*FleetInterfaceMockRecorder) Content

func (mr *FleetInterfaceMockRecorder) Content() *gomock.Call

Content indicates an expected call of Content.

func (*FleetInterfaceMockRecorder) GitRepo

func (mr *FleetInterfaceMockRecorder) GitRepo() *gomock.Call

GitRepo indicates an expected call of GitRepo.

func (*FleetInterfaceMockRecorder) GitRepoRestriction

func (mr *FleetInterfaceMockRecorder) GitRepoRestriction() *gomock.Call

GitRepoRestriction indicates an expected call of GitRepoRestriction.

func (*FleetInterfaceMockRecorder) HelmApp added in v0.12.0

func (mr *FleetInterfaceMockRecorder) HelmApp() *gomock.Call

HelmApp indicates an expected call of HelmApp.

func (*FleetInterfaceMockRecorder) ImageScan

func (mr *FleetInterfaceMockRecorder) ImageScan() *gomock.Call

ImageScan indicates an expected call of ImageScan.

type MockGetter

type MockGetter struct {
	// contains filtered or unexported fields
}

MockGetter is a mock of Getter interface.

func NewMockGetter

func NewMockGetter(ctrl *gomock.Controller) *MockGetter

NewMockGetter creates a new mock instance.

func (*MockGetter) EXPECT

func (m *MockGetter) EXPECT() *MockGetterMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGetter) Get

func (m *MockGetter) Get() (*client.Client, error)

Get mocks base method.

func (*MockGetter) GetNamespace

func (m *MockGetter) GetNamespace() string

GetNamespace mocks base method.

type MockGetterMockRecorder

type MockGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockGetterMockRecorder is the mock recorder for MockGetter.

func (*MockGetterMockRecorder) Get

func (mr *MockGetterMockRecorder) Get() *gomock.Call

Get indicates an expected call of Get.

func (*MockGetterMockRecorder) GetNamespace

func (mr *MockGetterMockRecorder) GetNamespace() *gomock.Call

GetNamespace indicates an expected call of GetNamespace.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳