Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- 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) 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) ImageScan() *gomock.Call
- type MockGetter
- type MockGetterMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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) 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) 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.