mocks

package
v0.6.4 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2022 License: MPL-2.0 Imports: 9 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.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

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 MockCronJobsClient

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

MockCronJobsClient is a mock of CronJobsClient interface.

func NewMockCronJobsClient

func NewMockCronJobsClient(ctrl *gomock.Controller) *MockCronJobsClient

NewMockCronJobsClient creates a new mock instance.

func (*MockCronJobsClient) EXPECT

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

func (*MockCronJobsClient) List

List mocks base method.

type MockCronJobsClientMockRecorder

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

MockCronJobsClientMockRecorder is the mock recorder for MockCronJobsClient.

func (*MockCronJobsClientMockRecorder) List

func (mr *MockCronJobsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockDaemonSetsClient

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

MockDaemonSetsClient is a mock of DaemonSetsClient interface.

func NewMockDaemonSetsClient

func NewMockDaemonSetsClient(ctrl *gomock.Controller) *MockDaemonSetsClient

NewMockDaemonSetsClient creates a new mock instance.

func (*MockDaemonSetsClient) EXPECT

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

func (*MockDaemonSetsClient) List

List mocks base method.

type MockDaemonSetsClientMockRecorder

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

MockDaemonSetsClientMockRecorder is the mock recorder for MockDaemonSetsClient.

func (*MockDaemonSetsClientMockRecorder) List

func (mr *MockDaemonSetsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockDeploymentsClient

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

MockDeploymentsClient is a mock of DeploymentsClient interface.

func NewMockDeploymentsClient

func NewMockDeploymentsClient(ctrl *gomock.Controller) *MockDeploymentsClient

NewMockDeploymentsClient creates a new mock instance.

func (*MockDeploymentsClient) EXPECT

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

func (*MockDeploymentsClient) List

List mocks base method.

type MockDeploymentsClientMockRecorder

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

MockDeploymentsClientMockRecorder is the mock recorder for MockDeploymentsClient.

func (*MockDeploymentsClientMockRecorder) List

func (mr *MockDeploymentsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockEndpointsClient

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

MockEndpointsClient is a mock of EndpointsClient interface.

func NewMockEndpointsClient

func NewMockEndpointsClient(ctrl *gomock.Controller) *MockEndpointsClient

NewMockEndpointsClient creates a new mock instance.

func (*MockEndpointsClient) EXPECT

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

func (*MockEndpointsClient) List

List mocks base method.

type MockEndpointsClientMockRecorder

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

MockEndpointsClientMockRecorder is the mock recorder for MockEndpointsClient.

func (*MockEndpointsClientMockRecorder) List

func (mr *MockEndpointsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockJobsClient

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

MockJobsClient is a mock of JobsClient interface.

func NewMockJobsClient

func NewMockJobsClient(ctrl *gomock.Controller) *MockJobsClient

NewMockJobsClient creates a new mock instance.

func (*MockJobsClient) EXPECT

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

func (*MockJobsClient) List

func (m *MockJobsClient) List(arg0 context.Context, arg1 v10.ListOptions) (*v1.JobList, error)

List mocks base method.

type MockJobsClientMockRecorder

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

MockJobsClientMockRecorder is the mock recorder for MockJobsClient.

func (*MockJobsClientMockRecorder) List

func (mr *MockJobsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockLimitRangesClient

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

MockLimitRangesClient is a mock of LimitRangesClient interface.

func NewMockLimitRangesClient

func NewMockLimitRangesClient(ctrl *gomock.Controller) *MockLimitRangesClient

NewMockLimitRangesClient creates a new mock instance.

func (*MockLimitRangesClient) EXPECT

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

func (*MockLimitRangesClient) List

List mocks base method.

type MockLimitRangesClientMockRecorder

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

MockLimitRangesClientMockRecorder is the mock recorder for MockLimitRangesClient.

func (*MockLimitRangesClientMockRecorder) List

func (mr *MockLimitRangesClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockNamespacesClient

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

MockNamespacesClient is a mock of NamespacesClient interface.

func NewMockNamespacesClient

func NewMockNamespacesClient(ctrl *gomock.Controller) *MockNamespacesClient

NewMockNamespacesClient creates a new mock instance.

func (*MockNamespacesClient) EXPECT

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

func (*MockNamespacesClient) List

List mocks base method.

type MockNamespacesClientMockRecorder

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

MockNamespacesClientMockRecorder is the mock recorder for MockNamespacesClient.

func (*MockNamespacesClientMockRecorder) List

func (mr *MockNamespacesClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockNetworkPoliciesClient

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

MockNetworkPoliciesClient is a mock of NetworkPoliciesClient interface.

func NewMockNetworkPoliciesClient

func NewMockNetworkPoliciesClient(ctrl *gomock.Controller) *MockNetworkPoliciesClient

NewMockNetworkPoliciesClient creates a new mock instance.

func (*MockNetworkPoliciesClient) EXPECT

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

func (*MockNetworkPoliciesClient) List

List mocks base method.

type MockNetworkPoliciesClientMockRecorder

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

MockNetworkPoliciesClientMockRecorder is the mock recorder for MockNetworkPoliciesClient.

func (*MockNetworkPoliciesClientMockRecorder) List

func (mr *MockNetworkPoliciesClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockNodesClient

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

MockNodesClient is a mock of NodesClient interface.

func NewMockNodesClient

func NewMockNodesClient(ctrl *gomock.Controller) *MockNodesClient

NewMockNodesClient creates a new mock instance.

func (*MockNodesClient) EXPECT

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

func (*MockNodesClient) List

func (m *MockNodesClient) List(arg0 context.Context, arg1 v10.ListOptions) (*v1.NodeList, error)

List mocks base method.

type MockNodesClientMockRecorder

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

MockNodesClientMockRecorder is the mock recorder for MockNodesClient.

func (*MockNodesClientMockRecorder) List

func (mr *MockNodesClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockPodsClient

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

MockPodsClient is a mock of PodsClient interface.

func NewMockPodsClient

func NewMockPodsClient(ctrl *gomock.Controller) *MockPodsClient

NewMockPodsClient creates a new mock instance.

func (*MockPodsClient) EXPECT

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

func (*MockPodsClient) List

func (m *MockPodsClient) List(arg0 context.Context, arg1 v10.ListOptions) (*v1.PodList, error)

List mocks base method.

type MockPodsClientMockRecorder

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

MockPodsClientMockRecorder is the mock recorder for MockPodsClient.

func (*MockPodsClientMockRecorder) List

func (mr *MockPodsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockReplicaSetsClient

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

MockReplicaSetsClient is a mock of ReplicaSetsClient interface.

func NewMockReplicaSetsClient

func NewMockReplicaSetsClient(ctrl *gomock.Controller) *MockReplicaSetsClient

NewMockReplicaSetsClient creates a new mock instance.

func (*MockReplicaSetsClient) EXPECT

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

func (*MockReplicaSetsClient) List

List mocks base method.

type MockReplicaSetsClientMockRecorder

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

MockReplicaSetsClientMockRecorder is the mock recorder for MockReplicaSetsClient.

func (*MockReplicaSetsClientMockRecorder) List

func (mr *MockReplicaSetsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockResourceQuotasClient

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

MockResourceQuotasClient is a mock of ResourceQuotasClient interface.

func NewMockResourceQuotasClient

func NewMockResourceQuotasClient(ctrl *gomock.Controller) *MockResourceQuotasClient

NewMockResourceQuotasClient creates a new mock instance.

func (*MockResourceQuotasClient) EXPECT

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

func (*MockResourceQuotasClient) List

List mocks base method.

type MockResourceQuotasClientMockRecorder

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

MockResourceQuotasClientMockRecorder is the mock recorder for MockResourceQuotasClient.

func (*MockResourceQuotasClientMockRecorder) List

func (mr *MockResourceQuotasClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockRoleBindingsClient

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

MockRoleBindingsClient is a mock of RoleBindingsClient interface.

func NewMockRoleBindingsClient

func NewMockRoleBindingsClient(ctrl *gomock.Controller) *MockRoleBindingsClient

NewMockRoleBindingsClient creates a new mock instance.

func (*MockRoleBindingsClient) EXPECT

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

func (*MockRoleBindingsClient) List

List mocks base method.

type MockRoleBindingsClientMockRecorder

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

MockRoleBindingsClientMockRecorder is the mock recorder for MockRoleBindingsClient.

func (*MockRoleBindingsClientMockRecorder) List

func (mr *MockRoleBindingsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockRolesClient

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

MockRolesClient is a mock of RolesClient interface.

func NewMockRolesClient

func NewMockRolesClient(ctrl *gomock.Controller) *MockRolesClient

NewMockRolesClient creates a new mock instance.

func (*MockRolesClient) EXPECT

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

func (*MockRolesClient) List

func (m *MockRolesClient) List(arg0 context.Context, arg1 v10.ListOptions) (*v1.RoleList, error)

List mocks base method.

type MockRolesClientMockRecorder

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

MockRolesClientMockRecorder is the mock recorder for MockRolesClient.

func (*MockRolesClientMockRecorder) List

func (mr *MockRolesClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockServiceAccountsClient

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

MockServiceAccountsClient is a mock of ServiceAccountsClient interface.

func NewMockServiceAccountsClient

func NewMockServiceAccountsClient(ctrl *gomock.Controller) *MockServiceAccountsClient

NewMockServiceAccountsClient creates a new mock instance.

func (*MockServiceAccountsClient) EXPECT

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

func (*MockServiceAccountsClient) List

List mocks base method.

type MockServiceAccountsClientMockRecorder

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

MockServiceAccountsClientMockRecorder is the mock recorder for MockServiceAccountsClient.

func (*MockServiceAccountsClientMockRecorder) List

func (mr *MockServiceAccountsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockServicesClient

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

MockServicesClient is a mock of ServicesClient interface.

func NewMockServicesClient

func NewMockServicesClient(ctrl *gomock.Controller) *MockServicesClient

NewMockServicesClient creates a new mock instance.

func (*MockServicesClient) EXPECT

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

func (*MockServicesClient) List

List mocks base method.

type MockServicesClientMockRecorder

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

MockServicesClientMockRecorder is the mock recorder for MockServicesClient.

func (*MockServicesClientMockRecorder) List

func (mr *MockServicesClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockStatefulSetsClient

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

MockStatefulSetsClient is a mock of StatefulSetsClient interface.

func NewMockStatefulSetsClient

func NewMockStatefulSetsClient(ctrl *gomock.Controller) *MockStatefulSetsClient

NewMockStatefulSetsClient creates a new mock instance.

func (*MockStatefulSetsClient) EXPECT

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

func (*MockStatefulSetsClient) List

List mocks base method.

type MockStatefulSetsClientMockRecorder

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

MockStatefulSetsClientMockRecorder is the mock recorder for MockStatefulSetsClient.

func (*MockStatefulSetsClientMockRecorder) List

func (mr *MockStatefulSetsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL