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 CoreInterface
- func (m *CoreInterface) ConfigMap() v1.ConfigMapController
- func (m *CoreInterface) EXPECT() *CoreInterfaceMockRecorder
- func (m *CoreInterface) Endpoints() v1.EndpointsController
- func (m *CoreInterface) Event() v1.EventController
- func (m *CoreInterface) Namespace() v1.NamespaceController
- func (m *CoreInterface) Node() v1.NodeController
- func (m *CoreInterface) PersistentVolume() v1.PersistentVolumeController
- func (m *CoreInterface) PersistentVolumeClaim() v1.PersistentVolumeClaimController
- func (m *CoreInterface) Pod() v1.PodController
- func (m *CoreInterface) Secret() v1.SecretController
- func (m *CoreInterface) Service() v1.ServiceController
- func (m *CoreInterface) ServiceAccount() v1.ServiceAccountController
- type CoreInterfaceMockRecorder
- func (mr *CoreInterfaceMockRecorder) ConfigMap() *gomock.Call
- func (mr *CoreInterfaceMockRecorder) Endpoints() *gomock.Call
- func (mr *CoreInterfaceMockRecorder) Event() *gomock.Call
- func (mr *CoreInterfaceMockRecorder) Namespace() *gomock.Call
- func (mr *CoreInterfaceMockRecorder) Node() *gomock.Call
- func (mr *CoreInterfaceMockRecorder) PersistentVolume() *gomock.Call
- func (mr *CoreInterfaceMockRecorder) PersistentVolumeClaim() *gomock.Call
- func (mr *CoreInterfaceMockRecorder) Pod() *gomock.Call
- func (mr *CoreInterfaceMockRecorder) Secret() *gomock.Call
- func (mr *CoreInterfaceMockRecorder) Service() *gomock.Call
- func (mr *CoreInterfaceMockRecorder) ServiceAccount() *gomock.Call
- type FleetInterface
- func (m *FleetInterface) Bundle() v1alpha1.BundleController
- func (m *FleetInterface) BundleDeployment() v1alpha1.BundleDeploymentController
- func (m *FleetInterface) BundleNamespaceMapping() v1alpha1.BundleNamespaceMappingController
- func (m *FleetInterface) Cluster() v1alpha1.ClusterController
- func (m *FleetInterface) ClusterGroup() v1alpha1.ClusterGroupController
- func (m *FleetInterface) ClusterRegistration() v1alpha1.ClusterRegistrationController
- func (m *FleetInterface) ClusterRegistrationToken() v1alpha1.ClusterRegistrationTokenController
- func (m *FleetInterface) Content() v1alpha1.ContentController
- func (m *FleetInterface) EXPECT() *FleetInterfaceMockRecorder
- func (m *FleetInterface) GitRepo() v1alpha1.GitRepoController
- func (m *FleetInterface) GitRepoRestriction() v1alpha1.GitRepoRestrictionController
- func (m *FleetInterface) HelmApp() v1alpha1.HelmAppController
- func (m *FleetInterface) ImageScan() v1alpha1.ImageScanController
- type FleetInterfaceMockRecorder
- func (mr *FleetInterfaceMockRecorder) Bundle() *gomock.Call
- func (mr *FleetInterfaceMockRecorder) BundleDeployment() *gomock.Call
- func (mr *FleetInterfaceMockRecorder) BundleNamespaceMapping() *gomock.Call
- func (mr *FleetInterfaceMockRecorder) Cluster() *gomock.Call
- func (mr *FleetInterfaceMockRecorder) ClusterGroup() *gomock.Call
- func (mr *FleetInterfaceMockRecorder) ClusterRegistration() *gomock.Call
- func (mr *FleetInterfaceMockRecorder) ClusterRegistrationToken() *gomock.Call
- func (mr *FleetInterfaceMockRecorder) Content() *gomock.Call
- func (mr *FleetInterfaceMockRecorder) GitRepo() *gomock.Call
- func (mr *FleetInterfaceMockRecorder) GitRepoRestriction() *gomock.Call
- func (mr *FleetInterfaceMockRecorder) HelmApp() *gomock.Call
- func (mr *FleetInterfaceMockRecorder) ImageScan() *gomock.Call
- type MockGetter
- type MockGetterMockRecorder
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
func (m *CoreInterface) EXPECT() *CoreInterfaceMockRecorder
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
func (mr *CoreInterfaceMockRecorder) Node() *gomock.Call
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
func (mr *CoreInterfaceMockRecorder) Pod() *gomock.Call
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 ¶
func (m *FleetInterface) Bundle() v1alpha1.BundleController
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 ¶
func (m *FleetInterface) Cluster() v1alpha1.ClusterController
Cluster mocks base method.
func (*FleetInterface) ClusterGroup ¶
func (m *FleetInterface) ClusterGroup() v1alpha1.ClusterGroupController
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 ¶
func (m *FleetInterface) Content() v1alpha1.ContentController
Content mocks base method.
func (*FleetInterface) EXPECT ¶
func (m *FleetInterface) EXPECT() *FleetInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*FleetInterface) GitRepo ¶
func (m *FleetInterface) GitRepo() v1alpha1.GitRepoController
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
func (m *FleetInterface) HelmApp() v1alpha1.HelmAppController
HelmApp mocks base method.
func (*FleetInterface) ImageScan ¶
func (m *FleetInterface) ImageScan() v1alpha1.ImageScanController
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) 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.