mock_k8s

package
v16.11.1 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: MIT Imports: 28 Imported by: 0

Documentation

Overview

Package mock_k8s is a generated GoMock package.

Package mock_k8s is a generated GoMock package.

Package mock_k8s is a generated GoMock package.

Package mock_k8s is a generated GoMock package.

Package mock_k8s is a generated GoMock package.

Package mock_k8s is a generated GoMock package.

Package mock_k8s is a generated GoMock package.

Package mock_k8s is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockApiextensionsV1Interface added in v16.1.0

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

MockApiextensionsV1Interface is a mock of ApiextensionsV1Interface interface.

func NewMockApiextensionsV1Interface added in v16.1.0

func NewMockApiextensionsV1Interface(ctrl *gomock.Controller) *MockApiextensionsV1Interface

NewMockApiextensionsV1Interface creates a new mock instance.

func (*MockApiextensionsV1Interface) CustomResourceDefinitions added in v16.1.0

CustomResourceDefinitions mocks base method.

func (*MockApiextensionsV1Interface) EXPECT added in v16.1.0

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

func (*MockApiextensionsV1Interface) RESTClient added in v16.1.0

RESTClient mocks base method.

type MockApiextensionsV1InterfaceCustomResourceDefinitionsCall added in v16.8.0

type MockApiextensionsV1InterfaceCustomResourceDefinitionsCall struct {
	*gomock.Call
}

MockApiextensionsV1InterfaceCustomResourceDefinitionsCall wrap *gomock.Call

func (*MockApiextensionsV1InterfaceCustomResourceDefinitionsCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockApiextensionsV1InterfaceCustomResourceDefinitionsCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockApiextensionsV1InterfaceCustomResourceDefinitionsCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockApiextensionsV1InterfaceMockRecorder added in v16.1.0

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

MockApiextensionsV1InterfaceMockRecorder is the mock recorder for MockApiextensionsV1Interface.

func (*MockApiextensionsV1InterfaceMockRecorder) CustomResourceDefinitions added in v16.1.0

CustomResourceDefinitions indicates an expected call of CustomResourceDefinitions.

func (*MockApiextensionsV1InterfaceMockRecorder) RESTClient added in v16.1.0

RESTClient indicates an expected call of RESTClient.

type MockApiextensionsV1InterfaceRESTClientCall added in v16.8.0

type MockApiextensionsV1InterfaceRESTClientCall struct {
	*gomock.Call
}

MockApiextensionsV1InterfaceRESTClientCall wrap *gomock.Call

func (*MockApiextensionsV1InterfaceRESTClientCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockApiextensionsV1InterfaceRESTClientCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockApiextensionsV1InterfaceRESTClientCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCoreV1Interface added in v16.1.0

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

MockCoreV1Interface is a mock of CoreV1Interface interface.

func NewMockCoreV1Interface added in v16.1.0

func NewMockCoreV1Interface(ctrl *gomock.Controller) *MockCoreV1Interface

NewMockCoreV1Interface creates a new mock instance.

func (*MockCoreV1Interface) ComponentStatuses added in v16.1.0

func (m *MockCoreV1Interface) ComponentStatuses() v12.ComponentStatusInterface

ComponentStatuses mocks base method.

func (*MockCoreV1Interface) ConfigMaps added in v16.1.0

func (m *MockCoreV1Interface) ConfigMaps(arg0 string) v12.ConfigMapInterface

ConfigMaps mocks base method.

func (*MockCoreV1Interface) EXPECT added in v16.1.0

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

func (*MockCoreV1Interface) Endpoints added in v16.1.0

func (m *MockCoreV1Interface) Endpoints(arg0 string) v12.EndpointsInterface

Endpoints mocks base method.

func (*MockCoreV1Interface) Events added in v16.1.0

func (m *MockCoreV1Interface) Events(arg0 string) v12.EventInterface

Events mocks base method.

func (*MockCoreV1Interface) LimitRanges added in v16.1.0

func (m *MockCoreV1Interface) LimitRanges(arg0 string) v12.LimitRangeInterface

LimitRanges mocks base method.

func (*MockCoreV1Interface) Namespaces added in v16.1.0

func (m *MockCoreV1Interface) Namespaces() v12.NamespaceInterface

Namespaces mocks base method.

func (*MockCoreV1Interface) Nodes added in v16.1.0

Nodes mocks base method.

func (*MockCoreV1Interface) PersistentVolumeClaims added in v16.1.0

func (m *MockCoreV1Interface) PersistentVolumeClaims(arg0 string) v12.PersistentVolumeClaimInterface

PersistentVolumeClaims mocks base method.

func (*MockCoreV1Interface) PersistentVolumes added in v16.1.0

func (m *MockCoreV1Interface) PersistentVolumes() v12.PersistentVolumeInterface

PersistentVolumes mocks base method.

func (*MockCoreV1Interface) PodTemplates added in v16.1.0

func (m *MockCoreV1Interface) PodTemplates(arg0 string) v12.PodTemplateInterface

PodTemplates mocks base method.

func (*MockCoreV1Interface) Pods added in v16.1.0

Pods mocks base method.

func (*MockCoreV1Interface) RESTClient added in v16.1.0

func (m *MockCoreV1Interface) RESTClient() rest.Interface

RESTClient mocks base method.

func (*MockCoreV1Interface) ReplicationControllers added in v16.1.0

func (m *MockCoreV1Interface) ReplicationControllers(arg0 string) v12.ReplicationControllerInterface

ReplicationControllers mocks base method.

func (*MockCoreV1Interface) ResourceQuotas added in v16.1.0

func (m *MockCoreV1Interface) ResourceQuotas(arg0 string) v12.ResourceQuotaInterface

ResourceQuotas mocks base method.

func (*MockCoreV1Interface) Secrets added in v16.1.0

func (m *MockCoreV1Interface) Secrets(arg0 string) v12.SecretInterface

Secrets mocks base method.

func (*MockCoreV1Interface) ServiceAccounts added in v16.1.0

func (m *MockCoreV1Interface) ServiceAccounts(arg0 string) v12.ServiceAccountInterface

ServiceAccounts mocks base method.

func (*MockCoreV1Interface) Services added in v16.1.0

func (m *MockCoreV1Interface) Services(arg0 string) v12.ServiceInterface

Services mocks base method.

type MockCoreV1InterfaceComponentStatusesCall added in v16.8.0

type MockCoreV1InterfaceComponentStatusesCall struct {
	*gomock.Call
}

MockCoreV1InterfaceComponentStatusesCall wrap *gomock.Call

func (*MockCoreV1InterfaceComponentStatusesCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCoreV1InterfaceComponentStatusesCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCoreV1InterfaceComponentStatusesCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCoreV1InterfaceConfigMapsCall added in v16.8.0

type MockCoreV1InterfaceConfigMapsCall struct {
	*gomock.Call
}

MockCoreV1InterfaceConfigMapsCall wrap *gomock.Call

func (*MockCoreV1InterfaceConfigMapsCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCoreV1InterfaceConfigMapsCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCoreV1InterfaceConfigMapsCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCoreV1InterfaceEndpointsCall added in v16.8.0

type MockCoreV1InterfaceEndpointsCall struct {
	*gomock.Call
}

MockCoreV1InterfaceEndpointsCall wrap *gomock.Call

func (*MockCoreV1InterfaceEndpointsCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCoreV1InterfaceEndpointsCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCoreV1InterfaceEndpointsCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCoreV1InterfaceEventsCall added in v16.8.0

type MockCoreV1InterfaceEventsCall struct {
	*gomock.Call
}

MockCoreV1InterfaceEventsCall wrap *gomock.Call

func (*MockCoreV1InterfaceEventsCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCoreV1InterfaceEventsCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCoreV1InterfaceEventsCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCoreV1InterfaceLimitRangesCall added in v16.8.0

type MockCoreV1InterfaceLimitRangesCall struct {
	*gomock.Call
}

MockCoreV1InterfaceLimitRangesCall wrap *gomock.Call

func (*MockCoreV1InterfaceLimitRangesCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCoreV1InterfaceLimitRangesCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCoreV1InterfaceLimitRangesCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCoreV1InterfaceMockRecorder added in v16.1.0

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

MockCoreV1InterfaceMockRecorder is the mock recorder for MockCoreV1Interface.

func (*MockCoreV1InterfaceMockRecorder) ComponentStatuses added in v16.1.0

ComponentStatuses indicates an expected call of ComponentStatuses.

func (*MockCoreV1InterfaceMockRecorder) ConfigMaps added in v16.1.0

ConfigMaps indicates an expected call of ConfigMaps.

func (*MockCoreV1InterfaceMockRecorder) Endpoints added in v16.1.0

Endpoints indicates an expected call of Endpoints.

func (*MockCoreV1InterfaceMockRecorder) Events added in v16.1.0

Events indicates an expected call of Events.

func (*MockCoreV1InterfaceMockRecorder) LimitRanges added in v16.1.0

LimitRanges indicates an expected call of LimitRanges.

func (*MockCoreV1InterfaceMockRecorder) Namespaces added in v16.1.0

Namespaces indicates an expected call of Namespaces.

func (*MockCoreV1InterfaceMockRecorder) Nodes added in v16.1.0

Nodes indicates an expected call of Nodes.

func (*MockCoreV1InterfaceMockRecorder) PersistentVolumeClaims added in v16.1.0

PersistentVolumeClaims indicates an expected call of PersistentVolumeClaims.

func (*MockCoreV1InterfaceMockRecorder) PersistentVolumes added in v16.1.0

PersistentVolumes indicates an expected call of PersistentVolumes.

func (*MockCoreV1InterfaceMockRecorder) PodTemplates added in v16.1.0

PodTemplates indicates an expected call of PodTemplates.

func (*MockCoreV1InterfaceMockRecorder) Pods added in v16.1.0

Pods indicates an expected call of Pods.

func (*MockCoreV1InterfaceMockRecorder) RESTClient added in v16.1.0

RESTClient indicates an expected call of RESTClient.

func (*MockCoreV1InterfaceMockRecorder) ReplicationControllers added in v16.1.0

ReplicationControllers indicates an expected call of ReplicationControllers.

func (*MockCoreV1InterfaceMockRecorder) ResourceQuotas added in v16.1.0

ResourceQuotas indicates an expected call of ResourceQuotas.

func (*MockCoreV1InterfaceMockRecorder) Secrets added in v16.1.0

Secrets indicates an expected call of Secrets.

func (*MockCoreV1InterfaceMockRecorder) ServiceAccounts added in v16.1.0

ServiceAccounts indicates an expected call of ServiceAccounts.

func (*MockCoreV1InterfaceMockRecorder) Services added in v16.1.0

Services indicates an expected call of Services.

type MockCoreV1InterfaceNamespacesCall added in v16.8.0

type MockCoreV1InterfaceNamespacesCall struct {
	*gomock.Call
}

MockCoreV1InterfaceNamespacesCall wrap *gomock.Call

func (*MockCoreV1InterfaceNamespacesCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCoreV1InterfaceNamespacesCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCoreV1InterfaceNamespacesCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCoreV1InterfaceNodesCall added in v16.8.0

type MockCoreV1InterfaceNodesCall struct {
	*gomock.Call
}

MockCoreV1InterfaceNodesCall wrap *gomock.Call

func (*MockCoreV1InterfaceNodesCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCoreV1InterfaceNodesCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCoreV1InterfaceNodesCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCoreV1InterfacePersistentVolumeClaimsCall added in v16.8.0

type MockCoreV1InterfacePersistentVolumeClaimsCall struct {
	*gomock.Call
}

MockCoreV1InterfacePersistentVolumeClaimsCall wrap *gomock.Call

func (*MockCoreV1InterfacePersistentVolumeClaimsCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCoreV1InterfacePersistentVolumeClaimsCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCoreV1InterfacePersistentVolumeClaimsCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCoreV1InterfacePersistentVolumesCall added in v16.8.0

type MockCoreV1InterfacePersistentVolumesCall struct {
	*gomock.Call
}

MockCoreV1InterfacePersistentVolumesCall wrap *gomock.Call

func (*MockCoreV1InterfacePersistentVolumesCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCoreV1InterfacePersistentVolumesCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCoreV1InterfacePersistentVolumesCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCoreV1InterfacePodTemplatesCall added in v16.8.0

type MockCoreV1InterfacePodTemplatesCall struct {
	*gomock.Call
}

MockCoreV1InterfacePodTemplatesCall wrap *gomock.Call

func (*MockCoreV1InterfacePodTemplatesCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCoreV1InterfacePodTemplatesCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCoreV1InterfacePodTemplatesCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCoreV1InterfacePodsCall added in v16.8.0

type MockCoreV1InterfacePodsCall struct {
	*gomock.Call
}

MockCoreV1InterfacePodsCall wrap *gomock.Call

func (*MockCoreV1InterfacePodsCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCoreV1InterfacePodsCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCoreV1InterfacePodsCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCoreV1InterfaceRESTClientCall added in v16.8.0

type MockCoreV1InterfaceRESTClientCall struct {
	*gomock.Call
}

MockCoreV1InterfaceRESTClientCall wrap *gomock.Call

func (*MockCoreV1InterfaceRESTClientCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCoreV1InterfaceRESTClientCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCoreV1InterfaceRESTClientCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCoreV1InterfaceReplicationControllersCall added in v16.8.0

type MockCoreV1InterfaceReplicationControllersCall struct {
	*gomock.Call
}

MockCoreV1InterfaceReplicationControllersCall wrap *gomock.Call

func (*MockCoreV1InterfaceReplicationControllersCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCoreV1InterfaceReplicationControllersCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCoreV1InterfaceReplicationControllersCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCoreV1InterfaceResourceQuotasCall added in v16.8.0

type MockCoreV1InterfaceResourceQuotasCall struct {
	*gomock.Call
}

MockCoreV1InterfaceResourceQuotasCall wrap *gomock.Call

func (*MockCoreV1InterfaceResourceQuotasCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCoreV1InterfaceResourceQuotasCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCoreV1InterfaceResourceQuotasCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCoreV1InterfaceSecretsCall added in v16.8.0

type MockCoreV1InterfaceSecretsCall struct {
	*gomock.Call
}

MockCoreV1InterfaceSecretsCall wrap *gomock.Call

func (*MockCoreV1InterfaceSecretsCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCoreV1InterfaceSecretsCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCoreV1InterfaceSecretsCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCoreV1InterfaceServiceAccountsCall added in v16.8.0

type MockCoreV1InterfaceServiceAccountsCall struct {
	*gomock.Call
}

MockCoreV1InterfaceServiceAccountsCall wrap *gomock.Call

func (*MockCoreV1InterfaceServiceAccountsCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCoreV1InterfaceServiceAccountsCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCoreV1InterfaceServiceAccountsCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCoreV1InterfaceServicesCall added in v16.8.0

type MockCoreV1InterfaceServicesCall struct {
	*gomock.Call
}

MockCoreV1InterfaceServicesCall wrap *gomock.Call

func (*MockCoreV1InterfaceServicesCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCoreV1InterfaceServicesCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCoreV1InterfaceServicesCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCustomResourceDefinitionInterface added in v16.1.0

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

MockCustomResourceDefinitionInterface is a mock of CustomResourceDefinitionInterface interface.

func NewMockCustomResourceDefinitionInterface added in v16.1.0

func NewMockCustomResourceDefinitionInterface(ctrl *gomock.Controller) *MockCustomResourceDefinitionInterface

NewMockCustomResourceDefinitionInterface creates a new mock instance.

func (*MockCustomResourceDefinitionInterface) Apply added in v16.8.0

Apply mocks base method.

func (*MockCustomResourceDefinitionInterface) ApplyStatus added in v16.8.0

ApplyStatus mocks base method.

func (*MockCustomResourceDefinitionInterface) Create added in v16.1.0

Create mocks base method.

func (*MockCustomResourceDefinitionInterface) Delete added in v16.1.0

Delete mocks base method.

func (*MockCustomResourceDefinitionInterface) DeleteCollection added in v16.1.0

DeleteCollection mocks base method.

func (*MockCustomResourceDefinitionInterface) EXPECT added in v16.1.0

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

func (*MockCustomResourceDefinitionInterface) Get added in v16.1.0

Get mocks base method.

func (*MockCustomResourceDefinitionInterface) List added in v16.1.0

List mocks base method.

func (*MockCustomResourceDefinitionInterface) Patch added in v16.1.0

Patch mocks base method.

func (*MockCustomResourceDefinitionInterface) Update added in v16.1.0

Update mocks base method.

func (*MockCustomResourceDefinitionInterface) UpdateStatus added in v16.1.0

UpdateStatus mocks base method.

func (*MockCustomResourceDefinitionInterface) Watch added in v16.1.0

Watch mocks base method.

type MockCustomResourceDefinitionInterfaceApplyCall added in v16.8.0

type MockCustomResourceDefinitionInterfaceApplyCall struct {
	*gomock.Call
}

MockCustomResourceDefinitionInterfaceApplyCall wrap *gomock.Call

func (*MockCustomResourceDefinitionInterfaceApplyCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCustomResourceDefinitionInterfaceApplyCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCustomResourceDefinitionInterfaceApplyCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCustomResourceDefinitionInterfaceApplyStatusCall added in v16.8.0

type MockCustomResourceDefinitionInterfaceApplyStatusCall struct {
	*gomock.Call
}

MockCustomResourceDefinitionInterfaceApplyStatusCall wrap *gomock.Call

func (*MockCustomResourceDefinitionInterfaceApplyStatusCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCustomResourceDefinitionInterfaceApplyStatusCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCustomResourceDefinitionInterfaceApplyStatusCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCustomResourceDefinitionInterfaceCreateCall added in v16.8.0

type MockCustomResourceDefinitionInterfaceCreateCall struct {
	*gomock.Call
}

MockCustomResourceDefinitionInterfaceCreateCall wrap *gomock.Call

func (*MockCustomResourceDefinitionInterfaceCreateCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCustomResourceDefinitionInterfaceCreateCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCustomResourceDefinitionInterfaceCreateCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCustomResourceDefinitionInterfaceDeleteCall added in v16.8.0

type MockCustomResourceDefinitionInterfaceDeleteCall struct {
	*gomock.Call
}

MockCustomResourceDefinitionInterfaceDeleteCall wrap *gomock.Call

func (*MockCustomResourceDefinitionInterfaceDeleteCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCustomResourceDefinitionInterfaceDeleteCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCustomResourceDefinitionInterfaceDeleteCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCustomResourceDefinitionInterfaceDeleteCollectionCall added in v16.8.0

type MockCustomResourceDefinitionInterfaceDeleteCollectionCall struct {
	*gomock.Call
}

MockCustomResourceDefinitionInterfaceDeleteCollectionCall wrap *gomock.Call

func (*MockCustomResourceDefinitionInterfaceDeleteCollectionCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCustomResourceDefinitionInterfaceDeleteCollectionCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCustomResourceDefinitionInterfaceDeleteCollectionCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCustomResourceDefinitionInterfaceGetCall added in v16.8.0

type MockCustomResourceDefinitionInterfaceGetCall struct {
	*gomock.Call
}

MockCustomResourceDefinitionInterfaceGetCall wrap *gomock.Call

func (*MockCustomResourceDefinitionInterfaceGetCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCustomResourceDefinitionInterfaceGetCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCustomResourceDefinitionInterfaceGetCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCustomResourceDefinitionInterfaceListCall added in v16.8.0

type MockCustomResourceDefinitionInterfaceListCall struct {
	*gomock.Call
}

MockCustomResourceDefinitionInterfaceListCall wrap *gomock.Call

func (*MockCustomResourceDefinitionInterfaceListCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCustomResourceDefinitionInterfaceListCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCustomResourceDefinitionInterfaceListCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCustomResourceDefinitionInterfaceMockRecorder added in v16.1.0

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

MockCustomResourceDefinitionInterfaceMockRecorder is the mock recorder for MockCustomResourceDefinitionInterface.

func (*MockCustomResourceDefinitionInterfaceMockRecorder) Apply added in v16.8.0

Apply indicates an expected call of Apply.

func (*MockCustomResourceDefinitionInterfaceMockRecorder) ApplyStatus added in v16.8.0

ApplyStatus indicates an expected call of ApplyStatus.

func (*MockCustomResourceDefinitionInterfaceMockRecorder) Create added in v16.1.0

Create indicates an expected call of Create.

func (*MockCustomResourceDefinitionInterfaceMockRecorder) Delete added in v16.1.0

Delete indicates an expected call of Delete.

func (*MockCustomResourceDefinitionInterfaceMockRecorder) DeleteCollection added in v16.1.0

DeleteCollection indicates an expected call of DeleteCollection.

func (*MockCustomResourceDefinitionInterfaceMockRecorder) Get added in v16.1.0

Get indicates an expected call of Get.

func (*MockCustomResourceDefinitionInterfaceMockRecorder) List added in v16.1.0

List indicates an expected call of List.

func (*MockCustomResourceDefinitionInterfaceMockRecorder) Patch added in v16.1.0

Patch indicates an expected call of Patch.

func (*MockCustomResourceDefinitionInterfaceMockRecorder) Update added in v16.1.0

Update indicates an expected call of Update.

func (*MockCustomResourceDefinitionInterfaceMockRecorder) UpdateStatus added in v16.1.0

UpdateStatus indicates an expected call of UpdateStatus.

func (*MockCustomResourceDefinitionInterfaceMockRecorder) Watch added in v16.1.0

Watch indicates an expected call of Watch.

type MockCustomResourceDefinitionInterfacePatchCall added in v16.8.0

type MockCustomResourceDefinitionInterfacePatchCall struct {
	*gomock.Call
}

MockCustomResourceDefinitionInterfacePatchCall wrap *gomock.Call

func (*MockCustomResourceDefinitionInterfacePatchCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCustomResourceDefinitionInterfacePatchCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCustomResourceDefinitionInterfacePatchCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCustomResourceDefinitionInterfaceUpdateCall added in v16.8.0

type MockCustomResourceDefinitionInterfaceUpdateCall struct {
	*gomock.Call
}

MockCustomResourceDefinitionInterfaceUpdateCall wrap *gomock.Call

func (*MockCustomResourceDefinitionInterfaceUpdateCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCustomResourceDefinitionInterfaceUpdateCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCustomResourceDefinitionInterfaceUpdateCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCustomResourceDefinitionInterfaceUpdateStatusCall added in v16.8.0

type MockCustomResourceDefinitionInterfaceUpdateStatusCall struct {
	*gomock.Call
}

MockCustomResourceDefinitionInterfaceUpdateStatusCall wrap *gomock.Call

func (*MockCustomResourceDefinitionInterfaceUpdateStatusCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCustomResourceDefinitionInterfaceUpdateStatusCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCustomResourceDefinitionInterfaceUpdateStatusCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockCustomResourceDefinitionInterfaceWatchCall added in v16.8.0

type MockCustomResourceDefinitionInterfaceWatchCall struct {
	*gomock.Call
}

MockCustomResourceDefinitionInterfaceWatchCall wrap *gomock.Call

func (*MockCustomResourceDefinitionInterfaceWatchCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockCustomResourceDefinitionInterfaceWatchCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockCustomResourceDefinitionInterfaceWatchCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockFactory added in v16.3.0

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

MockFactory is a mock of Factory interface.

func NewMockFactory added in v16.3.0

func NewMockFactory(ctrl *gomock.Controller) *MockFactory

NewMockFactory creates a new mock instance.

func (*MockFactory) ClientForMapping added in v16.3.0

func (m *MockFactory) ClientForMapping(arg0 *meta.RESTMapping) (resource.RESTClient, error)

ClientForMapping mocks base method.

func (*MockFactory) DynamicClient added in v16.3.0

func (m *MockFactory) DynamicClient() (dynamic.Interface, error)

DynamicClient mocks base method.

func (*MockFactory) EXPECT added in v16.3.0

func (m *MockFactory) EXPECT() *MockFactoryMockRecorder

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

func (*MockFactory) KubernetesClientSet added in v16.3.0

func (m *MockFactory) KubernetesClientSet() (*kubernetes.Clientset, error)

KubernetesClientSet mocks base method.

func (*MockFactory) NewBuilder added in v16.3.0

func (m *MockFactory) NewBuilder() *resource.Builder

NewBuilder mocks base method.

func (*MockFactory) OpenAPISchema added in v16.3.0

func (m *MockFactory) OpenAPISchema() (openapi0.Resources, error)

OpenAPISchema mocks base method.

func (*MockFactory) OpenAPIV3Client added in v16.3.0

func (m *MockFactory) OpenAPIV3Client() (openapi.Client, error)

OpenAPIV3Client mocks base method.

func (*MockFactory) RESTClient added in v16.3.0

func (m *MockFactory) RESTClient() (*rest.RESTClient, error)

RESTClient mocks base method.

func (*MockFactory) ToDiscoveryClient added in v16.3.0

func (m *MockFactory) ToDiscoveryClient() (discovery.CachedDiscoveryInterface, error)

ToDiscoveryClient mocks base method.

func (*MockFactory) ToRESTConfig added in v16.3.0

func (m *MockFactory) ToRESTConfig() (*rest.Config, error)

ToRESTConfig mocks base method.

func (*MockFactory) ToRESTMapper added in v16.3.0

func (m *MockFactory) ToRESTMapper() (meta.RESTMapper, error)

ToRESTMapper mocks base method.

func (*MockFactory) ToRawKubeConfigLoader added in v16.3.0

func (m *MockFactory) ToRawKubeConfigLoader() clientcmd.ClientConfig

ToRawKubeConfigLoader mocks base method.

func (*MockFactory) UnstructuredClientForMapping added in v16.3.0

func (m *MockFactory) UnstructuredClientForMapping(arg0 *meta.RESTMapping) (resource.RESTClient, error)

UnstructuredClientForMapping mocks base method.

func (*MockFactory) Validator added in v16.3.0

func (m *MockFactory) Validator(arg0 string) (validation.Schema, error)

Validator mocks base method.

type MockFactoryClientForMappingCall added in v16.8.0

type MockFactoryClientForMappingCall struct {
	*gomock.Call
}

MockFactoryClientForMappingCall wrap *gomock.Call

func (*MockFactoryClientForMappingCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockFactoryClientForMappingCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFactoryClientForMappingCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockFactoryDynamicClientCall added in v16.8.0

type MockFactoryDynamicClientCall struct {
	*gomock.Call
}

MockFactoryDynamicClientCall wrap *gomock.Call

func (*MockFactoryDynamicClientCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockFactoryDynamicClientCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFactoryDynamicClientCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockFactoryKubernetesClientSetCall added in v16.8.0

type MockFactoryKubernetesClientSetCall struct {
	*gomock.Call
}

MockFactoryKubernetesClientSetCall wrap *gomock.Call

func (*MockFactoryKubernetesClientSetCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockFactoryKubernetesClientSetCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFactoryKubernetesClientSetCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockFactoryMockRecorder added in v16.3.0

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

MockFactoryMockRecorder is the mock recorder for MockFactory.

func (*MockFactoryMockRecorder) ClientForMapping added in v16.3.0

func (mr *MockFactoryMockRecorder) ClientForMapping(arg0 any) *MockFactoryClientForMappingCall

ClientForMapping indicates an expected call of ClientForMapping.

func (*MockFactoryMockRecorder) DynamicClient added in v16.3.0

DynamicClient indicates an expected call of DynamicClient.

func (*MockFactoryMockRecorder) KubernetesClientSet added in v16.3.0

KubernetesClientSet indicates an expected call of KubernetesClientSet.

func (*MockFactoryMockRecorder) NewBuilder added in v16.3.0

NewBuilder indicates an expected call of NewBuilder.

func (*MockFactoryMockRecorder) OpenAPISchema added in v16.3.0

OpenAPISchema indicates an expected call of OpenAPISchema.

func (*MockFactoryMockRecorder) OpenAPIV3Client added in v16.3.0

OpenAPIV3Client indicates an expected call of OpenAPIV3Client.

func (*MockFactoryMockRecorder) RESTClient added in v16.3.0

RESTClient indicates an expected call of RESTClient.

func (*MockFactoryMockRecorder) ToDiscoveryClient added in v16.3.0

ToDiscoveryClient indicates an expected call of ToDiscoveryClient.

func (*MockFactoryMockRecorder) ToRESTConfig added in v16.3.0

ToRESTConfig indicates an expected call of ToRESTConfig.

func (*MockFactoryMockRecorder) ToRESTMapper added in v16.3.0

ToRESTMapper indicates an expected call of ToRESTMapper.

func (*MockFactoryMockRecorder) ToRawKubeConfigLoader added in v16.3.0

ToRawKubeConfigLoader indicates an expected call of ToRawKubeConfigLoader.

func (*MockFactoryMockRecorder) UnstructuredClientForMapping added in v16.3.0

func (mr *MockFactoryMockRecorder) UnstructuredClientForMapping(arg0 any) *MockFactoryUnstructuredClientForMappingCall

UnstructuredClientForMapping indicates an expected call of UnstructuredClientForMapping.

func (*MockFactoryMockRecorder) Validator added in v16.3.0

Validator indicates an expected call of Validator.

type MockFactoryNewBuilderCall added in v16.8.0

type MockFactoryNewBuilderCall struct {
	*gomock.Call
}

MockFactoryNewBuilderCall wrap *gomock.Call

func (*MockFactoryNewBuilderCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockFactoryNewBuilderCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFactoryNewBuilderCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockFactoryOpenAPISchemaCall added in v16.8.0

type MockFactoryOpenAPISchemaCall struct {
	*gomock.Call
}

MockFactoryOpenAPISchemaCall wrap *gomock.Call

func (*MockFactoryOpenAPISchemaCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockFactoryOpenAPISchemaCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFactoryOpenAPISchemaCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockFactoryOpenAPIV3ClientCall added in v16.8.0

type MockFactoryOpenAPIV3ClientCall struct {
	*gomock.Call
}

MockFactoryOpenAPIV3ClientCall wrap *gomock.Call

func (*MockFactoryOpenAPIV3ClientCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockFactoryOpenAPIV3ClientCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFactoryOpenAPIV3ClientCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockFactoryRESTClientCall added in v16.8.0

type MockFactoryRESTClientCall struct {
	*gomock.Call
}

MockFactoryRESTClientCall wrap *gomock.Call

func (*MockFactoryRESTClientCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockFactoryRESTClientCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFactoryRESTClientCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockFactoryToDiscoveryClientCall added in v16.8.0

type MockFactoryToDiscoveryClientCall struct {
	*gomock.Call
}

MockFactoryToDiscoveryClientCall wrap *gomock.Call

func (*MockFactoryToDiscoveryClientCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockFactoryToDiscoveryClientCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFactoryToDiscoveryClientCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockFactoryToRESTConfigCall added in v16.8.0

type MockFactoryToRESTConfigCall struct {
	*gomock.Call
}

MockFactoryToRESTConfigCall wrap *gomock.Call

func (*MockFactoryToRESTConfigCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockFactoryToRESTConfigCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFactoryToRESTConfigCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockFactoryToRESTMapperCall added in v16.8.0

type MockFactoryToRESTMapperCall struct {
	*gomock.Call
}

MockFactoryToRESTMapperCall wrap *gomock.Call

func (*MockFactoryToRESTMapperCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockFactoryToRESTMapperCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFactoryToRESTMapperCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockFactoryToRawKubeConfigLoaderCall added in v16.8.0

type MockFactoryToRawKubeConfigLoaderCall struct {
	*gomock.Call
}

MockFactoryToRawKubeConfigLoaderCall wrap *gomock.Call

func (*MockFactoryToRawKubeConfigLoaderCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockFactoryToRawKubeConfigLoaderCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFactoryToRawKubeConfigLoaderCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockFactoryUnstructuredClientForMappingCall added in v16.8.0

type MockFactoryUnstructuredClientForMappingCall struct {
	*gomock.Call
}

MockFactoryUnstructuredClientForMappingCall wrap *gomock.Call

func (*MockFactoryUnstructuredClientForMappingCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockFactoryUnstructuredClientForMappingCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFactoryUnstructuredClientForMappingCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockFactoryValidatorCall added in v16.8.0

type MockFactoryValidatorCall struct {
	*gomock.Call
}

MockFactoryValidatorCall wrap *gomock.Call

func (*MockFactoryValidatorCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockFactoryValidatorCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFactoryValidatorCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockGenericLister added in v16.1.0

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

MockGenericLister is a mock of GenericLister interface.

func NewMockGenericLister added in v16.1.0

func NewMockGenericLister(ctrl *gomock.Controller) *MockGenericLister

NewMockGenericLister creates a new mock instance.

func (*MockGenericLister) ByNamespace added in v16.1.0

ByNamespace mocks base method.

func (*MockGenericLister) EXPECT added in v16.1.0

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

func (*MockGenericLister) Get added in v16.1.0

func (m *MockGenericLister) Get(arg0 string) (runtime.Object, error)

Get mocks base method.

func (*MockGenericLister) List added in v16.1.0

func (m *MockGenericLister) List(arg0 labels.Selector) ([]runtime.Object, error)

List mocks base method.

type MockGenericListerByNamespaceCall added in v16.8.0

type MockGenericListerByNamespaceCall struct {
	*gomock.Call
}

MockGenericListerByNamespaceCall wrap *gomock.Call

func (*MockGenericListerByNamespaceCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockGenericListerByNamespaceCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockGenericListerByNamespaceCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockGenericListerGetCall added in v16.8.0

type MockGenericListerGetCall struct {
	*gomock.Call
}

MockGenericListerGetCall wrap *gomock.Call

func (*MockGenericListerGetCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockGenericListerGetCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockGenericListerGetCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockGenericListerListCall added in v16.8.0

type MockGenericListerListCall struct {
	*gomock.Call
}

MockGenericListerListCall wrap *gomock.Call

func (*MockGenericListerListCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockGenericListerListCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockGenericListerListCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockGenericListerMockRecorder added in v16.1.0

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

MockGenericListerMockRecorder is the mock recorder for MockGenericLister.

func (*MockGenericListerMockRecorder) ByNamespace added in v16.1.0

ByNamespace indicates an expected call of ByNamespace.

func (*MockGenericListerMockRecorder) Get added in v16.1.0

Get indicates an expected call of Get.

func (*MockGenericListerMockRecorder) List added in v16.1.0

List indicates an expected call of List.

type MockGenericNamespaceLister added in v16.1.0

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

MockGenericNamespaceLister is a mock of GenericNamespaceLister interface.

func NewMockGenericNamespaceLister added in v16.1.0

func NewMockGenericNamespaceLister(ctrl *gomock.Controller) *MockGenericNamespaceLister

NewMockGenericNamespaceLister creates a new mock instance.

func (*MockGenericNamespaceLister) EXPECT added in v16.1.0

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

func (*MockGenericNamespaceLister) Get added in v16.1.0

Get mocks base method.

func (*MockGenericNamespaceLister) List added in v16.1.0

List mocks base method.

type MockGenericNamespaceListerGetCall added in v16.8.0

type MockGenericNamespaceListerGetCall struct {
	*gomock.Call
}

MockGenericNamespaceListerGetCall wrap *gomock.Call

func (*MockGenericNamespaceListerGetCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockGenericNamespaceListerGetCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockGenericNamespaceListerGetCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockGenericNamespaceListerListCall added in v16.8.0

type MockGenericNamespaceListerListCall struct {
	*gomock.Call
}

MockGenericNamespaceListerListCall wrap *gomock.Call

func (*MockGenericNamespaceListerListCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockGenericNamespaceListerListCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockGenericNamespaceListerListCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockGenericNamespaceListerMockRecorder added in v16.1.0

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

MockGenericNamespaceListerMockRecorder is the mock recorder for MockGenericNamespaceLister.

func (*MockGenericNamespaceListerMockRecorder) Get added in v16.1.0

Get indicates an expected call of Get.

func (*MockGenericNamespaceListerMockRecorder) List added in v16.1.0

List indicates an expected call of List.

type MockIndexer added in v16.1.0

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

MockIndexer is a mock of Indexer interface.

func NewMockIndexer added in v16.1.0

func NewMockIndexer(ctrl *gomock.Controller) *MockIndexer

NewMockIndexer creates a new mock instance.

func (*MockIndexer) Add added in v16.1.0

func (m *MockIndexer) Add(arg0 any) error

Add mocks base method.

func (*MockIndexer) AddIndexers added in v16.1.0

func (m *MockIndexer) AddIndexers(arg0 cache.Indexers) error

AddIndexers mocks base method.

func (*MockIndexer) ByIndex added in v16.1.0

func (m *MockIndexer) ByIndex(arg0, arg1 string) ([]any, error)

ByIndex mocks base method.

func (*MockIndexer) Delete added in v16.1.0

func (m *MockIndexer) Delete(arg0 any) error

Delete mocks base method.

func (*MockIndexer) EXPECT added in v16.1.0

func (m *MockIndexer) EXPECT() *MockIndexerMockRecorder

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

func (*MockIndexer) Get added in v16.1.0

func (m *MockIndexer) Get(arg0 any) (any, bool, error)

Get mocks base method.

func (*MockIndexer) GetByKey added in v16.1.0

func (m *MockIndexer) GetByKey(arg0 string) (any, bool, error)

GetByKey mocks base method.

func (*MockIndexer) GetIndexers added in v16.1.0

func (m *MockIndexer) GetIndexers() cache.Indexers

GetIndexers mocks base method.

func (*MockIndexer) Index added in v16.1.0

func (m *MockIndexer) Index(arg0 string, arg1 any) ([]any, error)

Index mocks base method.

func (*MockIndexer) IndexKeys added in v16.1.0

func (m *MockIndexer) IndexKeys(arg0, arg1 string) ([]string, error)

IndexKeys mocks base method.

func (*MockIndexer) List added in v16.1.0

func (m *MockIndexer) List() []any

List mocks base method.

func (*MockIndexer) ListIndexFuncValues added in v16.1.0

func (m *MockIndexer) ListIndexFuncValues(arg0 string) []string

ListIndexFuncValues mocks base method.

func (*MockIndexer) ListKeys added in v16.1.0

func (m *MockIndexer) ListKeys() []string

ListKeys mocks base method.

func (*MockIndexer) Replace added in v16.1.0

func (m *MockIndexer) Replace(arg0 []any, arg1 string) error

Replace mocks base method.

func (*MockIndexer) Resync added in v16.1.0

func (m *MockIndexer) Resync() error

Resync mocks base method.

func (*MockIndexer) Update added in v16.1.0

func (m *MockIndexer) Update(arg0 any) error

Update mocks base method.

type MockIndexerAddCall added in v16.8.0

type MockIndexerAddCall struct {
	*gomock.Call
}

MockIndexerAddCall wrap *gomock.Call

func (*MockIndexerAddCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockIndexerAddCall) DoAndReturn added in v16.8.0

func (c *MockIndexerAddCall) DoAndReturn(f func(any) error) *MockIndexerAddCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIndexerAddCall) Return added in v16.8.0

func (c *MockIndexerAddCall) Return(arg0 error) *MockIndexerAddCall

Return rewrite *gomock.Call.Return

type MockIndexerAddIndexersCall added in v16.8.0

type MockIndexerAddIndexersCall struct {
	*gomock.Call
}

MockIndexerAddIndexersCall wrap *gomock.Call

func (*MockIndexerAddIndexersCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockIndexerAddIndexersCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIndexerAddIndexersCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockIndexerByIndexCall added in v16.8.0

type MockIndexerByIndexCall struct {
	*gomock.Call
}

MockIndexerByIndexCall wrap *gomock.Call

func (*MockIndexerByIndexCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockIndexerByIndexCall) DoAndReturn added in v16.8.0

func (c *MockIndexerByIndexCall) DoAndReturn(f func(string, string) ([]any, error)) *MockIndexerByIndexCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIndexerByIndexCall) Return added in v16.8.0

func (c *MockIndexerByIndexCall) Return(arg0 []any, arg1 error) *MockIndexerByIndexCall

Return rewrite *gomock.Call.Return

type MockIndexerDeleteCall added in v16.8.0

type MockIndexerDeleteCall struct {
	*gomock.Call
}

MockIndexerDeleteCall wrap *gomock.Call

func (*MockIndexerDeleteCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockIndexerDeleteCall) DoAndReturn added in v16.8.0

func (c *MockIndexerDeleteCall) DoAndReturn(f func(any) error) *MockIndexerDeleteCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIndexerDeleteCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockIndexerGetByKeyCall added in v16.8.0

type MockIndexerGetByKeyCall struct {
	*gomock.Call
}

MockIndexerGetByKeyCall wrap *gomock.Call

func (*MockIndexerGetByKeyCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockIndexerGetByKeyCall) DoAndReturn added in v16.8.0

func (c *MockIndexerGetByKeyCall) DoAndReturn(f func(string) (any, bool, error)) *MockIndexerGetByKeyCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIndexerGetByKeyCall) Return added in v16.8.0

func (c *MockIndexerGetByKeyCall) Return(arg0 any, arg1 bool, arg2 error) *MockIndexerGetByKeyCall

Return rewrite *gomock.Call.Return

type MockIndexerGetCall added in v16.8.0

type MockIndexerGetCall struct {
	*gomock.Call
}

MockIndexerGetCall wrap *gomock.Call

func (*MockIndexerGetCall) Do added in v16.8.0

func (c *MockIndexerGetCall) Do(f func(any) (any, bool, error)) *MockIndexerGetCall

Do rewrite *gomock.Call.Do

func (*MockIndexerGetCall) DoAndReturn added in v16.8.0

func (c *MockIndexerGetCall) DoAndReturn(f func(any) (any, bool, error)) *MockIndexerGetCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIndexerGetCall) Return added in v16.8.0

func (c *MockIndexerGetCall) Return(arg0 any, arg1 bool, arg2 error) *MockIndexerGetCall

Return rewrite *gomock.Call.Return

type MockIndexerGetIndexersCall added in v16.8.0

type MockIndexerGetIndexersCall struct {
	*gomock.Call
}

MockIndexerGetIndexersCall wrap *gomock.Call

func (*MockIndexerGetIndexersCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockIndexerGetIndexersCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIndexerGetIndexersCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockIndexerIndexCall added in v16.8.0

type MockIndexerIndexCall struct {
	*gomock.Call
}

MockIndexerIndexCall wrap *gomock.Call

func (*MockIndexerIndexCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockIndexerIndexCall) DoAndReturn added in v16.8.0

func (c *MockIndexerIndexCall) DoAndReturn(f func(string, any) ([]any, error)) *MockIndexerIndexCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIndexerIndexCall) Return added in v16.8.0

func (c *MockIndexerIndexCall) Return(arg0 []any, arg1 error) *MockIndexerIndexCall

Return rewrite *gomock.Call.Return

type MockIndexerIndexKeysCall added in v16.8.0

type MockIndexerIndexKeysCall struct {
	*gomock.Call
}

MockIndexerIndexKeysCall wrap *gomock.Call

func (*MockIndexerIndexKeysCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockIndexerIndexKeysCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIndexerIndexKeysCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockIndexerListCall added in v16.8.0

type MockIndexerListCall struct {
	*gomock.Call
}

MockIndexerListCall wrap *gomock.Call

func (*MockIndexerListCall) Do added in v16.8.0

func (c *MockIndexerListCall) Do(f func() []any) *MockIndexerListCall

Do rewrite *gomock.Call.Do

func (*MockIndexerListCall) DoAndReturn added in v16.8.0

func (c *MockIndexerListCall) DoAndReturn(f func() []any) *MockIndexerListCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIndexerListCall) Return added in v16.8.0

func (c *MockIndexerListCall) Return(arg0 []any) *MockIndexerListCall

Return rewrite *gomock.Call.Return

type MockIndexerListIndexFuncValuesCall added in v16.8.0

type MockIndexerListIndexFuncValuesCall struct {
	*gomock.Call
}

MockIndexerListIndexFuncValuesCall wrap *gomock.Call

func (*MockIndexerListIndexFuncValuesCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockIndexerListIndexFuncValuesCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIndexerListIndexFuncValuesCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockIndexerListKeysCall added in v16.8.0

type MockIndexerListKeysCall struct {
	*gomock.Call
}

MockIndexerListKeysCall wrap *gomock.Call

func (*MockIndexerListKeysCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockIndexerListKeysCall) DoAndReturn added in v16.8.0

func (c *MockIndexerListKeysCall) DoAndReturn(f func() []string) *MockIndexerListKeysCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIndexerListKeysCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockIndexerMockRecorder added in v16.1.0

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

MockIndexerMockRecorder is the mock recorder for MockIndexer.

func (*MockIndexerMockRecorder) Add added in v16.1.0

Add indicates an expected call of Add.

func (*MockIndexerMockRecorder) AddIndexers added in v16.1.0

AddIndexers indicates an expected call of AddIndexers.

func (*MockIndexerMockRecorder) ByIndex added in v16.1.0

func (mr *MockIndexerMockRecorder) ByIndex(arg0, arg1 any) *MockIndexerByIndexCall

ByIndex indicates an expected call of ByIndex.

func (*MockIndexerMockRecorder) Delete added in v16.1.0

Delete indicates an expected call of Delete.

func (*MockIndexerMockRecorder) Get added in v16.1.0

Get indicates an expected call of Get.

func (*MockIndexerMockRecorder) GetByKey added in v16.1.0

GetByKey indicates an expected call of GetByKey.

func (*MockIndexerMockRecorder) GetIndexers added in v16.1.0

GetIndexers indicates an expected call of GetIndexers.

func (*MockIndexerMockRecorder) Index added in v16.1.0

func (mr *MockIndexerMockRecorder) Index(arg0, arg1 any) *MockIndexerIndexCall

Index indicates an expected call of Index.

func (*MockIndexerMockRecorder) IndexKeys added in v16.1.0

func (mr *MockIndexerMockRecorder) IndexKeys(arg0, arg1 any) *MockIndexerIndexKeysCall

IndexKeys indicates an expected call of IndexKeys.

func (*MockIndexerMockRecorder) List added in v16.1.0

List indicates an expected call of List.

func (*MockIndexerMockRecorder) ListIndexFuncValues added in v16.1.0

func (mr *MockIndexerMockRecorder) ListIndexFuncValues(arg0 any) *MockIndexerListIndexFuncValuesCall

ListIndexFuncValues indicates an expected call of ListIndexFuncValues.

func (*MockIndexerMockRecorder) ListKeys added in v16.1.0

ListKeys indicates an expected call of ListKeys.

func (*MockIndexerMockRecorder) Replace added in v16.1.0

func (mr *MockIndexerMockRecorder) Replace(arg0, arg1 any) *MockIndexerReplaceCall

Replace indicates an expected call of Replace.

func (*MockIndexerMockRecorder) Resync added in v16.1.0

Resync indicates an expected call of Resync.

func (*MockIndexerMockRecorder) Update added in v16.1.0

Update indicates an expected call of Update.

type MockIndexerReplaceCall added in v16.8.0

type MockIndexerReplaceCall struct {
	*gomock.Call
}

MockIndexerReplaceCall wrap *gomock.Call

func (*MockIndexerReplaceCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockIndexerReplaceCall) DoAndReturn added in v16.8.0

func (c *MockIndexerReplaceCall) DoAndReturn(f func([]any, string) error) *MockIndexerReplaceCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIndexerReplaceCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockIndexerResyncCall added in v16.8.0

type MockIndexerResyncCall struct {
	*gomock.Call
}

MockIndexerResyncCall wrap *gomock.Call

func (*MockIndexerResyncCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockIndexerResyncCall) DoAndReturn added in v16.8.0

func (c *MockIndexerResyncCall) DoAndReturn(f func() error) *MockIndexerResyncCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIndexerResyncCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockIndexerUpdateCall added in v16.8.0

type MockIndexerUpdateCall struct {
	*gomock.Call
}

MockIndexerUpdateCall wrap *gomock.Call

func (*MockIndexerUpdateCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockIndexerUpdateCall) DoAndReturn added in v16.8.0

func (c *MockIndexerUpdateCall) DoAndReturn(f func(any) error) *MockIndexerUpdateCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIndexerUpdateCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockNamespaceableResourceInterface added in v16.1.0

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

MockNamespaceableResourceInterface is a mock of NamespaceableResourceInterface interface.

func NewMockNamespaceableResourceInterface added in v16.1.0

func NewMockNamespaceableResourceInterface(ctrl *gomock.Controller) *MockNamespaceableResourceInterface

NewMockNamespaceableResourceInterface creates a new mock instance.

func (*MockNamespaceableResourceInterface) Apply added in v16.1.0

Apply mocks base method.

func (*MockNamespaceableResourceInterface) ApplyStatus added in v16.1.0

ApplyStatus mocks base method.

func (*MockNamespaceableResourceInterface) Create added in v16.1.0

Create mocks base method.

func (*MockNamespaceableResourceInterface) Delete added in v16.1.0

Delete mocks base method.

func (*MockNamespaceableResourceInterface) DeleteCollection added in v16.1.0

func (m *MockNamespaceableResourceInterface) DeleteCollection(arg0 context.Context, arg1 v1.DeleteOptions, arg2 v1.ListOptions) error

DeleteCollection mocks base method.

func (*MockNamespaceableResourceInterface) EXPECT added in v16.1.0

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

func (*MockNamespaceableResourceInterface) Get added in v16.1.0

Get mocks base method.

func (*MockNamespaceableResourceInterface) List added in v16.1.0

List mocks base method.

func (*MockNamespaceableResourceInterface) Namespace added in v16.1.0

Namespace mocks base method.

func (*MockNamespaceableResourceInterface) Patch added in v16.1.0

Patch mocks base method.

func (*MockNamespaceableResourceInterface) Update added in v16.1.0

Update mocks base method.

func (*MockNamespaceableResourceInterface) UpdateStatus added in v16.1.0

UpdateStatus mocks base method.

func (*MockNamespaceableResourceInterface) Watch added in v16.1.0

Watch mocks base method.

type MockNamespaceableResourceInterfaceApplyCall added in v16.8.0

type MockNamespaceableResourceInterfaceApplyCall struct {
	*gomock.Call
}

MockNamespaceableResourceInterfaceApplyCall wrap *gomock.Call

func (*MockNamespaceableResourceInterfaceApplyCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockNamespaceableResourceInterfaceApplyCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNamespaceableResourceInterfaceApplyCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockNamespaceableResourceInterfaceApplyStatusCall added in v16.8.0

type MockNamespaceableResourceInterfaceApplyStatusCall struct {
	*gomock.Call
}

MockNamespaceableResourceInterfaceApplyStatusCall wrap *gomock.Call

func (*MockNamespaceableResourceInterfaceApplyStatusCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockNamespaceableResourceInterfaceApplyStatusCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNamespaceableResourceInterfaceApplyStatusCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockNamespaceableResourceInterfaceCreateCall added in v16.8.0

type MockNamespaceableResourceInterfaceCreateCall struct {
	*gomock.Call
}

MockNamespaceableResourceInterfaceCreateCall wrap *gomock.Call

func (*MockNamespaceableResourceInterfaceCreateCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockNamespaceableResourceInterfaceCreateCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNamespaceableResourceInterfaceCreateCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockNamespaceableResourceInterfaceDeleteCall added in v16.8.0

type MockNamespaceableResourceInterfaceDeleteCall struct {
	*gomock.Call
}

MockNamespaceableResourceInterfaceDeleteCall wrap *gomock.Call

func (*MockNamespaceableResourceInterfaceDeleteCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockNamespaceableResourceInterfaceDeleteCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNamespaceableResourceInterfaceDeleteCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockNamespaceableResourceInterfaceDeleteCollectionCall added in v16.8.0

type MockNamespaceableResourceInterfaceDeleteCollectionCall struct {
	*gomock.Call
}

MockNamespaceableResourceInterfaceDeleteCollectionCall wrap *gomock.Call

func (*MockNamespaceableResourceInterfaceDeleteCollectionCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockNamespaceableResourceInterfaceDeleteCollectionCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNamespaceableResourceInterfaceDeleteCollectionCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockNamespaceableResourceInterfaceGetCall added in v16.8.0

type MockNamespaceableResourceInterfaceGetCall struct {
	*gomock.Call
}

MockNamespaceableResourceInterfaceGetCall wrap *gomock.Call

func (*MockNamespaceableResourceInterfaceGetCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockNamespaceableResourceInterfaceGetCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNamespaceableResourceInterfaceGetCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockNamespaceableResourceInterfaceListCall added in v16.8.0

type MockNamespaceableResourceInterfaceListCall struct {
	*gomock.Call
}

MockNamespaceableResourceInterfaceListCall wrap *gomock.Call

func (*MockNamespaceableResourceInterfaceListCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockNamespaceableResourceInterfaceListCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNamespaceableResourceInterfaceListCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockNamespaceableResourceInterfaceMockRecorder added in v16.1.0

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

MockNamespaceableResourceInterfaceMockRecorder is the mock recorder for MockNamespaceableResourceInterface.

func (*MockNamespaceableResourceInterfaceMockRecorder) Apply added in v16.1.0

Apply indicates an expected call of Apply.

func (*MockNamespaceableResourceInterfaceMockRecorder) ApplyStatus added in v16.1.0

ApplyStatus indicates an expected call of ApplyStatus.

func (*MockNamespaceableResourceInterfaceMockRecorder) Create added in v16.1.0

Create indicates an expected call of Create.

func (*MockNamespaceableResourceInterfaceMockRecorder) Delete added in v16.1.0

Delete indicates an expected call of Delete.

func (*MockNamespaceableResourceInterfaceMockRecorder) DeleteCollection added in v16.1.0

DeleteCollection indicates an expected call of DeleteCollection.

func (*MockNamespaceableResourceInterfaceMockRecorder) Get added in v16.1.0

Get indicates an expected call of Get.

func (*MockNamespaceableResourceInterfaceMockRecorder) List added in v16.1.0

List indicates an expected call of List.

func (*MockNamespaceableResourceInterfaceMockRecorder) Namespace added in v16.1.0

Namespace indicates an expected call of Namespace.

func (*MockNamespaceableResourceInterfaceMockRecorder) Patch added in v16.1.0

Patch indicates an expected call of Patch.

func (*MockNamespaceableResourceInterfaceMockRecorder) Update added in v16.1.0

Update indicates an expected call of Update.

func (*MockNamespaceableResourceInterfaceMockRecorder) UpdateStatus added in v16.1.0

UpdateStatus indicates an expected call of UpdateStatus.

func (*MockNamespaceableResourceInterfaceMockRecorder) Watch added in v16.1.0

Watch indicates an expected call of Watch.

type MockNamespaceableResourceInterfaceNamespaceCall added in v16.8.0

type MockNamespaceableResourceInterfaceNamespaceCall struct {
	*gomock.Call
}

MockNamespaceableResourceInterfaceNamespaceCall wrap *gomock.Call

func (*MockNamespaceableResourceInterfaceNamespaceCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockNamespaceableResourceInterfaceNamespaceCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNamespaceableResourceInterfaceNamespaceCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockNamespaceableResourceInterfacePatchCall added in v16.8.0

type MockNamespaceableResourceInterfacePatchCall struct {
	*gomock.Call
}

MockNamespaceableResourceInterfacePatchCall wrap *gomock.Call

func (*MockNamespaceableResourceInterfacePatchCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockNamespaceableResourceInterfacePatchCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNamespaceableResourceInterfacePatchCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockNamespaceableResourceInterfaceUpdateCall added in v16.8.0

type MockNamespaceableResourceInterfaceUpdateCall struct {
	*gomock.Call
}

MockNamespaceableResourceInterfaceUpdateCall wrap *gomock.Call

func (*MockNamespaceableResourceInterfaceUpdateCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockNamespaceableResourceInterfaceUpdateCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNamespaceableResourceInterfaceUpdateCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockNamespaceableResourceInterfaceUpdateStatusCall added in v16.8.0

type MockNamespaceableResourceInterfaceUpdateStatusCall struct {
	*gomock.Call
}

MockNamespaceableResourceInterfaceUpdateStatusCall wrap *gomock.Call

func (*MockNamespaceableResourceInterfaceUpdateStatusCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockNamespaceableResourceInterfaceUpdateStatusCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNamespaceableResourceInterfaceUpdateStatusCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockNamespaceableResourceInterfaceWatchCall added in v16.8.0

type MockNamespaceableResourceInterfaceWatchCall struct {
	*gomock.Call
}

MockNamespaceableResourceInterfaceWatchCall wrap *gomock.Call

func (*MockNamespaceableResourceInterfaceWatchCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockNamespaceableResourceInterfaceWatchCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNamespaceableResourceInterfaceWatchCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockRESTClientGetter

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

MockRESTClientGetter is a mock of RESTClientGetter interface.

func NewMockRESTClientGetter

func NewMockRESTClientGetter(ctrl *gomock.Controller) *MockRESTClientGetter

NewMockRESTClientGetter creates a new mock instance.

func (*MockRESTClientGetter) EXPECT

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

func (*MockRESTClientGetter) ToDiscoveryClient

ToDiscoveryClient mocks base method.

func (*MockRESTClientGetter) ToRESTConfig

func (m *MockRESTClientGetter) ToRESTConfig() (*rest.Config, error)

ToRESTConfig mocks base method.

func (*MockRESTClientGetter) ToRESTMapper

func (m *MockRESTClientGetter) ToRESTMapper() (meta.RESTMapper, error)

ToRESTMapper mocks base method.

type MockRESTClientGetterMockRecorder

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

MockRESTClientGetterMockRecorder is the mock recorder for MockRESTClientGetter.

func (*MockRESTClientGetterMockRecorder) ToDiscoveryClient

ToDiscoveryClient indicates an expected call of ToDiscoveryClient.

func (*MockRESTClientGetterMockRecorder) ToRESTConfig

ToRESTConfig indicates an expected call of ToRESTConfig.

func (*MockRESTClientGetterMockRecorder) ToRESTMapper

ToRESTMapper indicates an expected call of ToRESTMapper.

type MockRESTClientGetterToDiscoveryClientCall added in v16.8.0

type MockRESTClientGetterToDiscoveryClientCall struct {
	*gomock.Call
}

MockRESTClientGetterToDiscoveryClientCall wrap *gomock.Call

func (*MockRESTClientGetterToDiscoveryClientCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockRESTClientGetterToDiscoveryClientCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRESTClientGetterToDiscoveryClientCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockRESTClientGetterToRESTConfigCall added in v16.8.0

type MockRESTClientGetterToRESTConfigCall struct {
	*gomock.Call
}

MockRESTClientGetterToRESTConfigCall wrap *gomock.Call

func (*MockRESTClientGetterToRESTConfigCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockRESTClientGetterToRESTConfigCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRESTClientGetterToRESTConfigCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockRESTClientGetterToRESTMapperCall added in v16.8.0

type MockRESTClientGetterToRESTMapperCall struct {
	*gomock.Call
}

MockRESTClientGetterToRESTMapperCall wrap *gomock.Call

func (*MockRESTClientGetterToRESTMapperCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockRESTClientGetterToRESTMapperCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRESTClientGetterToRESTMapperCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockRateLimitingWorkqueue added in v16.1.0

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

MockRateLimitingWorkqueue is a mock of RateLimitingInterface interface.

func NewMockRateLimitingWorkqueue added in v16.1.0

func NewMockRateLimitingWorkqueue(ctrl *gomock.Controller) *MockRateLimitingWorkqueue

NewMockRateLimitingWorkqueue creates a new mock instance.

func (*MockRateLimitingWorkqueue) Add added in v16.1.0

func (m *MockRateLimitingWorkqueue) Add(arg0 any)

Add mocks base method.

func (*MockRateLimitingWorkqueue) AddAfter added in v16.1.0

func (m *MockRateLimitingWorkqueue) AddAfter(arg0 any, arg1 time.Duration)

AddAfter mocks base method.

func (*MockRateLimitingWorkqueue) AddRateLimited added in v16.1.0

func (m *MockRateLimitingWorkqueue) AddRateLimited(arg0 any)

AddRateLimited mocks base method.

func (*MockRateLimitingWorkqueue) Done added in v16.1.0

func (m *MockRateLimitingWorkqueue) Done(arg0 any)

Done mocks base method.

func (*MockRateLimitingWorkqueue) EXPECT added in v16.1.0

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

func (*MockRateLimitingWorkqueue) Forget added in v16.1.0

func (m *MockRateLimitingWorkqueue) Forget(arg0 any)

Forget mocks base method.

func (*MockRateLimitingWorkqueue) Get added in v16.1.0

func (m *MockRateLimitingWorkqueue) Get() (any, bool)

Get mocks base method.

func (*MockRateLimitingWorkqueue) Len added in v16.1.0

func (m *MockRateLimitingWorkqueue) Len() int

Len mocks base method.

func (*MockRateLimitingWorkqueue) NumRequeues added in v16.1.0

func (m *MockRateLimitingWorkqueue) NumRequeues(arg0 any) int

NumRequeues mocks base method.

func (*MockRateLimitingWorkqueue) ShutDown added in v16.1.0

func (m *MockRateLimitingWorkqueue) ShutDown()

ShutDown mocks base method.

func (*MockRateLimitingWorkqueue) ShutDownWithDrain added in v16.1.0

func (m *MockRateLimitingWorkqueue) ShutDownWithDrain()

ShutDownWithDrain mocks base method.

func (*MockRateLimitingWorkqueue) ShuttingDown added in v16.1.0

func (m *MockRateLimitingWorkqueue) ShuttingDown() bool

ShuttingDown mocks base method.

type MockRateLimitingWorkqueueAddAfterCall added in v16.8.0

type MockRateLimitingWorkqueueAddAfterCall struct {
	*gomock.Call
}

MockRateLimitingWorkqueueAddAfterCall wrap *gomock.Call

func (*MockRateLimitingWorkqueueAddAfterCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockRateLimitingWorkqueueAddAfterCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRateLimitingWorkqueueAddAfterCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockRateLimitingWorkqueueAddCall added in v16.8.0

type MockRateLimitingWorkqueueAddCall struct {
	*gomock.Call
}

MockRateLimitingWorkqueueAddCall wrap *gomock.Call

func (*MockRateLimitingWorkqueueAddCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockRateLimitingWorkqueueAddCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRateLimitingWorkqueueAddCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockRateLimitingWorkqueueAddRateLimitedCall added in v16.8.0

type MockRateLimitingWorkqueueAddRateLimitedCall struct {
	*gomock.Call
}

MockRateLimitingWorkqueueAddRateLimitedCall wrap *gomock.Call

func (*MockRateLimitingWorkqueueAddRateLimitedCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockRateLimitingWorkqueueAddRateLimitedCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRateLimitingWorkqueueAddRateLimitedCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockRateLimitingWorkqueueDoneCall added in v16.8.0

type MockRateLimitingWorkqueueDoneCall struct {
	*gomock.Call
}

MockRateLimitingWorkqueueDoneCall wrap *gomock.Call

func (*MockRateLimitingWorkqueueDoneCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockRateLimitingWorkqueueDoneCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRateLimitingWorkqueueDoneCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockRateLimitingWorkqueueForgetCall added in v16.8.0

type MockRateLimitingWorkqueueForgetCall struct {
	*gomock.Call
}

MockRateLimitingWorkqueueForgetCall wrap *gomock.Call

func (*MockRateLimitingWorkqueueForgetCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockRateLimitingWorkqueueForgetCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRateLimitingWorkqueueForgetCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockRateLimitingWorkqueueGetCall added in v16.8.0

type MockRateLimitingWorkqueueGetCall struct {
	*gomock.Call
}

MockRateLimitingWorkqueueGetCall wrap *gomock.Call

func (*MockRateLimitingWorkqueueGetCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockRateLimitingWorkqueueGetCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRateLimitingWorkqueueGetCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockRateLimitingWorkqueueLenCall added in v16.8.0

type MockRateLimitingWorkqueueLenCall struct {
	*gomock.Call
}

MockRateLimitingWorkqueueLenCall wrap *gomock.Call

func (*MockRateLimitingWorkqueueLenCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockRateLimitingWorkqueueLenCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRateLimitingWorkqueueLenCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockRateLimitingWorkqueueMockRecorder added in v16.1.0

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

MockRateLimitingWorkqueueMockRecorder is the mock recorder for MockRateLimitingWorkqueue.

func (*MockRateLimitingWorkqueueMockRecorder) Add added in v16.1.0

Add indicates an expected call of Add.

func (*MockRateLimitingWorkqueueMockRecorder) AddAfter added in v16.1.0

AddAfter indicates an expected call of AddAfter.

func (*MockRateLimitingWorkqueueMockRecorder) AddRateLimited added in v16.1.0

AddRateLimited indicates an expected call of AddRateLimited.

func (*MockRateLimitingWorkqueueMockRecorder) Done added in v16.1.0

Done indicates an expected call of Done.

func (*MockRateLimitingWorkqueueMockRecorder) Forget added in v16.1.0

Forget indicates an expected call of Forget.

func (*MockRateLimitingWorkqueueMockRecorder) Get added in v16.1.0

Get indicates an expected call of Get.

func (*MockRateLimitingWorkqueueMockRecorder) Len added in v16.1.0

Len indicates an expected call of Len.

func (*MockRateLimitingWorkqueueMockRecorder) NumRequeues added in v16.1.0

NumRequeues indicates an expected call of NumRequeues.

func (*MockRateLimitingWorkqueueMockRecorder) ShutDown added in v16.1.0

ShutDown indicates an expected call of ShutDown.

func (*MockRateLimitingWorkqueueMockRecorder) ShutDownWithDrain added in v16.1.0

ShutDownWithDrain indicates an expected call of ShutDownWithDrain.

func (*MockRateLimitingWorkqueueMockRecorder) ShuttingDown added in v16.1.0

ShuttingDown indicates an expected call of ShuttingDown.

type MockRateLimitingWorkqueueNumRequeuesCall added in v16.8.0

type MockRateLimitingWorkqueueNumRequeuesCall struct {
	*gomock.Call
}

MockRateLimitingWorkqueueNumRequeuesCall wrap *gomock.Call

func (*MockRateLimitingWorkqueueNumRequeuesCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockRateLimitingWorkqueueNumRequeuesCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRateLimitingWorkqueueNumRequeuesCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockRateLimitingWorkqueueShutDownCall added in v16.8.0

type MockRateLimitingWorkqueueShutDownCall struct {
	*gomock.Call
}

MockRateLimitingWorkqueueShutDownCall wrap *gomock.Call

func (*MockRateLimitingWorkqueueShutDownCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockRateLimitingWorkqueueShutDownCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRateLimitingWorkqueueShutDownCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockRateLimitingWorkqueueShutDownWithDrainCall added in v16.8.0

type MockRateLimitingWorkqueueShutDownWithDrainCall struct {
	*gomock.Call
}

MockRateLimitingWorkqueueShutDownWithDrainCall wrap *gomock.Call

func (*MockRateLimitingWorkqueueShutDownWithDrainCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockRateLimitingWorkqueueShutDownWithDrainCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRateLimitingWorkqueueShutDownWithDrainCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockRateLimitingWorkqueueShuttingDownCall added in v16.8.0

type MockRateLimitingWorkqueueShuttingDownCall struct {
	*gomock.Call
}

MockRateLimitingWorkqueueShuttingDownCall wrap *gomock.Call

func (*MockRateLimitingWorkqueueShuttingDownCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockRateLimitingWorkqueueShuttingDownCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockRateLimitingWorkqueueShuttingDownCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockResettableRESTMapper

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

MockResettableRESTMapper is a mock of ResettableRESTMapper interface.

func NewMockResettableRESTMapper

func NewMockResettableRESTMapper(ctrl *gomock.Controller) *MockResettableRESTMapper

NewMockResettableRESTMapper creates a new mock instance.

func (*MockResettableRESTMapper) EXPECT

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

func (*MockResettableRESTMapper) KindFor

KindFor mocks base method.

func (*MockResettableRESTMapper) KindsFor

KindsFor mocks base method.

func (*MockResettableRESTMapper) RESTMapping

func (m *MockResettableRESTMapper) RESTMapping(arg0 schema.GroupKind, arg1 ...string) (*meta.RESTMapping, error)

RESTMapping mocks base method.

func (*MockResettableRESTMapper) RESTMappings

func (m *MockResettableRESTMapper) RESTMappings(arg0 schema.GroupKind, arg1 ...string) ([]*meta.RESTMapping, error)

RESTMappings mocks base method.

func (*MockResettableRESTMapper) Reset

func (m *MockResettableRESTMapper) Reset()

Reset mocks base method.

func (*MockResettableRESTMapper) ResourceFor

ResourceFor mocks base method.

func (*MockResettableRESTMapper) ResourceSingularizer

func (m *MockResettableRESTMapper) ResourceSingularizer(arg0 string) (string, error)

ResourceSingularizer mocks base method.

func (*MockResettableRESTMapper) ResourcesFor

ResourcesFor mocks base method.

type MockResettableRESTMapperKindForCall added in v16.8.0

type MockResettableRESTMapperKindForCall struct {
	*gomock.Call
}

MockResettableRESTMapperKindForCall wrap *gomock.Call

func (*MockResettableRESTMapperKindForCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockResettableRESTMapperKindForCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockResettableRESTMapperKindForCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockResettableRESTMapperKindsForCall added in v16.8.0

type MockResettableRESTMapperKindsForCall struct {
	*gomock.Call
}

MockResettableRESTMapperKindsForCall wrap *gomock.Call

func (*MockResettableRESTMapperKindsForCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockResettableRESTMapperKindsForCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockResettableRESTMapperKindsForCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockResettableRESTMapperMockRecorder

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

MockResettableRESTMapperMockRecorder is the mock recorder for MockResettableRESTMapper.

func (*MockResettableRESTMapperMockRecorder) KindFor

KindFor indicates an expected call of KindFor.

func (*MockResettableRESTMapperMockRecorder) KindsFor

KindsFor indicates an expected call of KindsFor.

func (*MockResettableRESTMapperMockRecorder) RESTMapping

RESTMapping indicates an expected call of RESTMapping.

func (*MockResettableRESTMapperMockRecorder) RESTMappings

RESTMappings indicates an expected call of RESTMappings.

func (*MockResettableRESTMapperMockRecorder) Reset

Reset indicates an expected call of Reset.

func (*MockResettableRESTMapperMockRecorder) ResourceFor

ResourceFor indicates an expected call of ResourceFor.

func (*MockResettableRESTMapperMockRecorder) ResourceSingularizer

ResourceSingularizer indicates an expected call of ResourceSingularizer.

func (*MockResettableRESTMapperMockRecorder) ResourcesFor

ResourcesFor indicates an expected call of ResourcesFor.

type MockResettableRESTMapperRESTMappingCall added in v16.8.0

type MockResettableRESTMapperRESTMappingCall struct {
	*gomock.Call
}

MockResettableRESTMapperRESTMappingCall wrap *gomock.Call

func (*MockResettableRESTMapperRESTMappingCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockResettableRESTMapperRESTMappingCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockResettableRESTMapperRESTMappingCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockResettableRESTMapperRESTMappingsCall added in v16.8.0

type MockResettableRESTMapperRESTMappingsCall struct {
	*gomock.Call
}

MockResettableRESTMapperRESTMappingsCall wrap *gomock.Call

func (*MockResettableRESTMapperRESTMappingsCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockResettableRESTMapperRESTMappingsCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockResettableRESTMapperRESTMappingsCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockResettableRESTMapperResetCall added in v16.8.0

type MockResettableRESTMapperResetCall struct {
	*gomock.Call
}

MockResettableRESTMapperResetCall wrap *gomock.Call

func (*MockResettableRESTMapperResetCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockResettableRESTMapperResetCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockResettableRESTMapperResetCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockResettableRESTMapperResourceForCall added in v16.8.0

type MockResettableRESTMapperResourceForCall struct {
	*gomock.Call
}

MockResettableRESTMapperResourceForCall wrap *gomock.Call

func (*MockResettableRESTMapperResourceForCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockResettableRESTMapperResourceForCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockResettableRESTMapperResourceForCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockResettableRESTMapperResourceSingularizerCall added in v16.8.0

type MockResettableRESTMapperResourceSingularizerCall struct {
	*gomock.Call
}

MockResettableRESTMapperResourceSingularizerCall wrap *gomock.Call

func (*MockResettableRESTMapperResourceSingularizerCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockResettableRESTMapperResourceSingularizerCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockResettableRESTMapperResourceSingularizerCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockResettableRESTMapperResourcesForCall added in v16.8.0

type MockResettableRESTMapperResourcesForCall struct {
	*gomock.Call
}

MockResettableRESTMapperResourcesForCall wrap *gomock.Call

func (*MockResettableRESTMapperResourcesForCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockResettableRESTMapperResourcesForCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockResettableRESTMapperResourcesForCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockResourceInterface added in v16.1.0

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

MockResourceInterface is a mock of ResourceInterface interface.

func NewMockResourceInterface added in v16.1.0

func NewMockResourceInterface(ctrl *gomock.Controller) *MockResourceInterface

NewMockResourceInterface creates a new mock instance.

func (*MockResourceInterface) Apply added in v16.1.0

Apply mocks base method.

func (*MockResourceInterface) ApplyStatus added in v16.1.0

ApplyStatus mocks base method.

func (*MockResourceInterface) Create added in v16.1.0

Create mocks base method.

func (*MockResourceInterface) Delete added in v16.1.0

func (m *MockResourceInterface) Delete(arg0 context.Context, arg1 string, arg2 v1.DeleteOptions, arg3 ...string) error

Delete mocks base method.

func (*MockResourceInterface) DeleteCollection added in v16.1.0

func (m *MockResourceInterface) DeleteCollection(arg0 context.Context, arg1 v1.DeleteOptions, arg2 v1.ListOptions) error

DeleteCollection mocks base method.

func (*MockResourceInterface) EXPECT added in v16.1.0

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

func (*MockResourceInterface) Get added in v16.1.0

Get mocks base method.

func (*MockResourceInterface) List added in v16.1.0

List mocks base method.

func (*MockResourceInterface) Patch added in v16.1.0

func (m *MockResourceInterface) Patch(arg0 context.Context, arg1 string, arg2 types.PatchType, arg3 []byte, arg4 v1.PatchOptions, arg5 ...string) (*unstructured.Unstructured, error)

Patch mocks base method.

func (*MockResourceInterface) Update added in v16.1.0

Update mocks base method.

func (*MockResourceInterface) UpdateStatus added in v16.1.0

UpdateStatus mocks base method.

func (*MockResourceInterface) Watch added in v16.1.0

Watch mocks base method.

type MockResourceInterfaceApplyCall added in v16.8.0

type MockResourceInterfaceApplyCall struct {
	*gomock.Call
}

MockResourceInterfaceApplyCall wrap *gomock.Call

func (*MockResourceInterfaceApplyCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockResourceInterfaceApplyCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockResourceInterfaceApplyCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockResourceInterfaceApplyStatusCall added in v16.8.0

type MockResourceInterfaceApplyStatusCall struct {
	*gomock.Call
}

MockResourceInterfaceApplyStatusCall wrap *gomock.Call

func (*MockResourceInterfaceApplyStatusCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockResourceInterfaceApplyStatusCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockResourceInterfaceApplyStatusCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockResourceInterfaceCreateCall added in v16.8.0

type MockResourceInterfaceCreateCall struct {
	*gomock.Call
}

MockResourceInterfaceCreateCall wrap *gomock.Call

func (*MockResourceInterfaceCreateCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockResourceInterfaceCreateCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockResourceInterfaceCreateCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockResourceInterfaceDeleteCall added in v16.8.0

type MockResourceInterfaceDeleteCall struct {
	*gomock.Call
}

MockResourceInterfaceDeleteCall wrap *gomock.Call

func (*MockResourceInterfaceDeleteCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockResourceInterfaceDeleteCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockResourceInterfaceDeleteCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockResourceInterfaceDeleteCollectionCall added in v16.8.0

type MockResourceInterfaceDeleteCollectionCall struct {
	*gomock.Call
}

MockResourceInterfaceDeleteCollectionCall wrap *gomock.Call

func (*MockResourceInterfaceDeleteCollectionCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockResourceInterfaceDeleteCollectionCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockResourceInterfaceDeleteCollectionCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockResourceInterfaceGetCall added in v16.8.0

type MockResourceInterfaceGetCall struct {
	*gomock.Call
}

MockResourceInterfaceGetCall wrap *gomock.Call

func (*MockResourceInterfaceGetCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockResourceInterfaceGetCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockResourceInterfaceGetCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockResourceInterfaceListCall added in v16.8.0

type MockResourceInterfaceListCall struct {
	*gomock.Call
}

MockResourceInterfaceListCall wrap *gomock.Call

func (*MockResourceInterfaceListCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockResourceInterfaceListCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockResourceInterfaceListCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockResourceInterfaceMockRecorder added in v16.1.0

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

MockResourceInterfaceMockRecorder is the mock recorder for MockResourceInterface.

func (*MockResourceInterfaceMockRecorder) Apply added in v16.1.0

func (mr *MockResourceInterfaceMockRecorder) Apply(arg0, arg1, arg2, arg3 any, arg4 ...any) *MockResourceInterfaceApplyCall

Apply indicates an expected call of Apply.

func (*MockResourceInterfaceMockRecorder) ApplyStatus added in v16.1.0

func (mr *MockResourceInterfaceMockRecorder) ApplyStatus(arg0, arg1, arg2, arg3 any) *MockResourceInterfaceApplyStatusCall

ApplyStatus indicates an expected call of ApplyStatus.

func (*MockResourceInterfaceMockRecorder) Create added in v16.1.0

func (mr *MockResourceInterfaceMockRecorder) Create(arg0, arg1, arg2 any, arg3 ...any) *MockResourceInterfaceCreateCall

Create indicates an expected call of Create.

func (*MockResourceInterfaceMockRecorder) Delete added in v16.1.0

func (mr *MockResourceInterfaceMockRecorder) Delete(arg0, arg1, arg2 any, arg3 ...any) *MockResourceInterfaceDeleteCall

Delete indicates an expected call of Delete.

func (*MockResourceInterfaceMockRecorder) DeleteCollection added in v16.1.0

DeleteCollection indicates an expected call of DeleteCollection.

func (*MockResourceInterfaceMockRecorder) Get added in v16.1.0

func (mr *MockResourceInterfaceMockRecorder) Get(arg0, arg1, arg2 any, arg3 ...any) *MockResourceInterfaceGetCall

Get indicates an expected call of Get.

func (*MockResourceInterfaceMockRecorder) List added in v16.1.0

List indicates an expected call of List.

func (*MockResourceInterfaceMockRecorder) Patch added in v16.1.0

func (mr *MockResourceInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4 any, arg5 ...any) *MockResourceInterfacePatchCall

Patch indicates an expected call of Patch.

func (*MockResourceInterfaceMockRecorder) Update added in v16.1.0

func (mr *MockResourceInterfaceMockRecorder) Update(arg0, arg1, arg2 any, arg3 ...any) *MockResourceInterfaceUpdateCall

Update indicates an expected call of Update.

func (*MockResourceInterfaceMockRecorder) UpdateStatus added in v16.1.0

UpdateStatus indicates an expected call of UpdateStatus.

func (*MockResourceInterfaceMockRecorder) Watch added in v16.1.0

Watch indicates an expected call of Watch.

type MockResourceInterfacePatchCall added in v16.8.0

type MockResourceInterfacePatchCall struct {
	*gomock.Call
}

MockResourceInterfacePatchCall wrap *gomock.Call

func (*MockResourceInterfacePatchCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockResourceInterfacePatchCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockResourceInterfacePatchCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockResourceInterfaceUpdateCall added in v16.8.0

type MockResourceInterfaceUpdateCall struct {
	*gomock.Call
}

MockResourceInterfaceUpdateCall wrap *gomock.Call

func (*MockResourceInterfaceUpdateCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockResourceInterfaceUpdateCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockResourceInterfaceUpdateCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockResourceInterfaceUpdateStatusCall added in v16.8.0

type MockResourceInterfaceUpdateStatusCall struct {
	*gomock.Call
}

MockResourceInterfaceUpdateStatusCall wrap *gomock.Call

func (*MockResourceInterfaceUpdateStatusCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockResourceInterfaceUpdateStatusCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockResourceInterfaceUpdateStatusCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockResourceInterfaceWatchCall added in v16.8.0

type MockResourceInterfaceWatchCall struct {
	*gomock.Call
}

MockResourceInterfaceWatchCall wrap *gomock.Call

func (*MockResourceInterfaceWatchCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockResourceInterfaceWatchCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockResourceInterfaceWatchCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockSecretInterface added in v16.1.0

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

MockSecretInterface is a mock of SecretInterface interface.

func NewMockSecretInterface added in v16.1.0

func NewMockSecretInterface(ctrl *gomock.Controller) *MockSecretInterface

NewMockSecretInterface creates a new mock instance.

func (*MockSecretInterface) Apply added in v16.1.0

Apply mocks base method.

func (*MockSecretInterface) Create added in v16.1.0

func (m *MockSecretInterface) Create(arg0 context.Context, arg1 *v1.Secret, arg2 v10.CreateOptions) (*v1.Secret, error)

Create mocks base method.

func (*MockSecretInterface) Delete added in v16.1.0

func (m *MockSecretInterface) Delete(arg0 context.Context, arg1 string, arg2 v10.DeleteOptions) error

Delete mocks base method.

func (*MockSecretInterface) DeleteCollection added in v16.1.0

func (m *MockSecretInterface) DeleteCollection(arg0 context.Context, arg1 v10.DeleteOptions, arg2 v10.ListOptions) error

DeleteCollection mocks base method.

func (*MockSecretInterface) EXPECT added in v16.1.0

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

func (*MockSecretInterface) Get added in v16.1.0

func (m *MockSecretInterface) Get(arg0 context.Context, arg1 string, arg2 v10.GetOptions) (*v1.Secret, error)

Get mocks base method.

func (*MockSecretInterface) List added in v16.1.0

List mocks base method.

func (*MockSecretInterface) Patch added in v16.1.0

func (m *MockSecretInterface) Patch(arg0 context.Context, arg1 string, arg2 types.PatchType, arg3 []byte, arg4 v10.PatchOptions, arg5 ...string) (*v1.Secret, error)

Patch mocks base method.

func (*MockSecretInterface) Update added in v16.1.0

func (m *MockSecretInterface) Update(arg0 context.Context, arg1 *v1.Secret, arg2 v10.UpdateOptions) (*v1.Secret, error)

Update mocks base method.

func (*MockSecretInterface) Watch added in v16.1.0

Watch mocks base method.

type MockSecretInterfaceApplyCall added in v16.8.0

type MockSecretInterfaceApplyCall struct {
	*gomock.Call
}

MockSecretInterfaceApplyCall wrap *gomock.Call

func (*MockSecretInterfaceApplyCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockSecretInterfaceApplyCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockSecretInterfaceApplyCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockSecretInterfaceCreateCall added in v16.8.0

type MockSecretInterfaceCreateCall struct {
	*gomock.Call
}

MockSecretInterfaceCreateCall wrap *gomock.Call

func (*MockSecretInterfaceCreateCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockSecretInterfaceCreateCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockSecretInterfaceCreateCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockSecretInterfaceDeleteCall added in v16.8.0

type MockSecretInterfaceDeleteCall struct {
	*gomock.Call
}

MockSecretInterfaceDeleteCall wrap *gomock.Call

func (*MockSecretInterfaceDeleteCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockSecretInterfaceDeleteCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockSecretInterfaceDeleteCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockSecretInterfaceDeleteCollectionCall added in v16.8.0

type MockSecretInterfaceDeleteCollectionCall struct {
	*gomock.Call
}

MockSecretInterfaceDeleteCollectionCall wrap *gomock.Call

func (*MockSecretInterfaceDeleteCollectionCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockSecretInterfaceDeleteCollectionCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockSecretInterfaceDeleteCollectionCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockSecretInterfaceGetCall added in v16.8.0

type MockSecretInterfaceGetCall struct {
	*gomock.Call
}

MockSecretInterfaceGetCall wrap *gomock.Call

func (*MockSecretInterfaceGetCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockSecretInterfaceGetCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockSecretInterfaceGetCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockSecretInterfaceListCall added in v16.8.0

type MockSecretInterfaceListCall struct {
	*gomock.Call
}

MockSecretInterfaceListCall wrap *gomock.Call

func (*MockSecretInterfaceListCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockSecretInterfaceListCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockSecretInterfaceListCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockSecretInterfaceMockRecorder added in v16.1.0

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

MockSecretInterfaceMockRecorder is the mock recorder for MockSecretInterface.

func (*MockSecretInterfaceMockRecorder) Apply added in v16.1.0

Apply indicates an expected call of Apply.

func (*MockSecretInterfaceMockRecorder) Create added in v16.1.0

Create indicates an expected call of Create.

func (*MockSecretInterfaceMockRecorder) Delete added in v16.1.0

Delete indicates an expected call of Delete.

func (*MockSecretInterfaceMockRecorder) DeleteCollection added in v16.1.0

func (mr *MockSecretInterfaceMockRecorder) DeleteCollection(arg0, arg1, arg2 any) *MockSecretInterfaceDeleteCollectionCall

DeleteCollection indicates an expected call of DeleteCollection.

func (*MockSecretInterfaceMockRecorder) Get added in v16.1.0

Get indicates an expected call of Get.

func (*MockSecretInterfaceMockRecorder) List added in v16.1.0

List indicates an expected call of List.

func (*MockSecretInterfaceMockRecorder) Patch added in v16.1.0

func (mr *MockSecretInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4 any, arg5 ...any) *MockSecretInterfacePatchCall

Patch indicates an expected call of Patch.

func (*MockSecretInterfaceMockRecorder) Update added in v16.1.0

Update indicates an expected call of Update.

func (*MockSecretInterfaceMockRecorder) Watch added in v16.1.0

Watch indicates an expected call of Watch.

type MockSecretInterfacePatchCall added in v16.8.0

type MockSecretInterfacePatchCall struct {
	*gomock.Call
}

MockSecretInterfacePatchCall wrap *gomock.Call

func (*MockSecretInterfacePatchCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockSecretInterfacePatchCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockSecretInterfacePatchCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockSecretInterfaceUpdateCall added in v16.8.0

type MockSecretInterfaceUpdateCall struct {
	*gomock.Call
}

MockSecretInterfaceUpdateCall wrap *gomock.Call

func (*MockSecretInterfaceUpdateCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockSecretInterfaceUpdateCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockSecretInterfaceUpdateCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

type MockSecretInterfaceWatchCall added in v16.8.0

type MockSecretInterfaceWatchCall struct {
	*gomock.Call
}

MockSecretInterfaceWatchCall wrap *gomock.Call

func (*MockSecretInterfaceWatchCall) Do added in v16.8.0

Do rewrite *gomock.Call.Do

func (*MockSecretInterfaceWatchCall) DoAndReturn added in v16.8.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockSecretInterfaceWatchCall) Return added in v16.8.0

Return rewrite *gomock.Call.Return

Jump to

Keyboard shortcuts

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