mocks

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2024 License: MIT Imports: 81 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppsV1Interface added in v0.40.0

type AppsV1Interface struct {
	mock.Mock
}

AppsV1Interface is an autogenerated mock type for the AppsV1Interface type

func NewAppsV1Interface added in v0.40.0

func NewAppsV1Interface(t mockConstructorTestingTNewAppsV1Interface) *AppsV1Interface

NewAppsV1Interface creates a new instance of AppsV1Interface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*AppsV1Interface) ControllerRevisions added in v0.40.0

func (_m *AppsV1Interface) ControllerRevisions(namespace string) v1.ControllerRevisionInterface

ControllerRevisions provides a mock function with given fields: namespace

func (*AppsV1Interface) DaemonSets added in v0.40.0

func (_m *AppsV1Interface) DaemonSets(namespace string) v1.DaemonSetInterface

DaemonSets provides a mock function with given fields: namespace

func (*AppsV1Interface) Deployments added in v0.40.0

func (_m *AppsV1Interface) Deployments(namespace string) v1.DeploymentInterface

Deployments provides a mock function with given fields: namespace

func (*AppsV1Interface) EXPECT added in v0.40.0

func (*AppsV1Interface) RESTClient added in v0.40.0

func (_m *AppsV1Interface) RESTClient() rest.Interface

RESTClient provides a mock function with given fields:

func (*AppsV1Interface) ReplicaSets added in v0.40.0

func (_m *AppsV1Interface) ReplicaSets(namespace string) v1.ReplicaSetInterface

ReplicaSets provides a mock function with given fields: namespace

func (*AppsV1Interface) StatefulSets added in v0.40.0

func (_m *AppsV1Interface) StatefulSets(namespace string) v1.StatefulSetInterface

StatefulSets provides a mock function with given fields: namespace

type AppsV1Interface_ControllerRevisions_Call added in v0.40.0

type AppsV1Interface_ControllerRevisions_Call struct {
	*mock.Call
}

AppsV1Interface_ControllerRevisions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ControllerRevisions'

func (*AppsV1Interface_ControllerRevisions_Call) Return added in v0.40.0

func (*AppsV1Interface_ControllerRevisions_Call) Run added in v0.40.0

func (*AppsV1Interface_ControllerRevisions_Call) RunAndReturn added in v0.40.0

type AppsV1Interface_DaemonSets_Call added in v0.40.0

type AppsV1Interface_DaemonSets_Call struct {
	*mock.Call
}

AppsV1Interface_DaemonSets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DaemonSets'

func (*AppsV1Interface_DaemonSets_Call) Return added in v0.40.0

func (*AppsV1Interface_DaemonSets_Call) Run added in v0.40.0

func (*AppsV1Interface_DaemonSets_Call) RunAndReturn added in v0.40.0

type AppsV1Interface_Deployments_Call added in v0.40.0

type AppsV1Interface_Deployments_Call struct {
	*mock.Call
}

AppsV1Interface_Deployments_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Deployments'

func (*AppsV1Interface_Deployments_Call) Return added in v0.40.0

func (*AppsV1Interface_Deployments_Call) Run added in v0.40.0

func (*AppsV1Interface_Deployments_Call) RunAndReturn added in v0.40.0

type AppsV1Interface_Expecter added in v0.40.0

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

func (*AppsV1Interface_Expecter) ControllerRevisions added in v0.40.0

func (_e *AppsV1Interface_Expecter) ControllerRevisions(namespace interface{}) *AppsV1Interface_ControllerRevisions_Call

ControllerRevisions is a helper method to define mock.On call

  • namespace string

func (*AppsV1Interface_Expecter) DaemonSets added in v0.40.0

func (_e *AppsV1Interface_Expecter) DaemonSets(namespace interface{}) *AppsV1Interface_DaemonSets_Call

DaemonSets is a helper method to define mock.On call

  • namespace string

func (*AppsV1Interface_Expecter) Deployments added in v0.40.0

func (_e *AppsV1Interface_Expecter) Deployments(namespace interface{}) *AppsV1Interface_Deployments_Call

Deployments is a helper method to define mock.On call

  • namespace string

func (*AppsV1Interface_Expecter) RESTClient added in v0.40.0

RESTClient is a helper method to define mock.On call

func (*AppsV1Interface_Expecter) ReplicaSets added in v0.40.0

func (_e *AppsV1Interface_Expecter) ReplicaSets(namespace interface{}) *AppsV1Interface_ReplicaSets_Call

ReplicaSets is a helper method to define mock.On call

  • namespace string

func (*AppsV1Interface_Expecter) StatefulSets added in v0.40.0

func (_e *AppsV1Interface_Expecter) StatefulSets(namespace interface{}) *AppsV1Interface_StatefulSets_Call

StatefulSets is a helper method to define mock.On call

  • namespace string

type AppsV1Interface_RESTClient_Call added in v0.40.0

type AppsV1Interface_RESTClient_Call struct {
	*mock.Call
}

AppsV1Interface_RESTClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RESTClient'

func (*AppsV1Interface_RESTClient_Call) Return added in v0.40.0

func (*AppsV1Interface_RESTClient_Call) Run added in v0.40.0

func (*AppsV1Interface_RESTClient_Call) RunAndReturn added in v0.40.0

type AppsV1Interface_ReplicaSets_Call added in v0.40.0

type AppsV1Interface_ReplicaSets_Call struct {
	*mock.Call
}

AppsV1Interface_ReplicaSets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReplicaSets'

func (*AppsV1Interface_ReplicaSets_Call) Return added in v0.40.0

func (*AppsV1Interface_ReplicaSets_Call) Run added in v0.40.0

func (*AppsV1Interface_ReplicaSets_Call) RunAndReturn added in v0.40.0

type AppsV1Interface_StatefulSets_Call added in v0.40.0

type AppsV1Interface_StatefulSets_Call struct {
	*mock.Call
}

AppsV1Interface_StatefulSets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StatefulSets'

func (*AppsV1Interface_StatefulSets_Call) Return added in v0.40.0

func (*AppsV1Interface_StatefulSets_Call) Run added in v0.40.0

func (*AppsV1Interface_StatefulSets_Call) RunAndReturn added in v0.40.0

type ClientSet added in v0.40.0

type ClientSet struct {
	mock.Mock
}

ClientSet is an autogenerated mock type for the ClientSet type

func NewClientSet added in v0.40.0

func NewClientSet(t mockConstructorTestingTNewClientSet) *ClientSet

NewClientSet creates a new instance of ClientSet. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*ClientSet) AdmissionregistrationV1 added in v0.40.0

func (_m *ClientSet) AdmissionregistrationV1() v1.AdmissionregistrationV1Interface

AdmissionregistrationV1 provides a mock function with given fields:

func (*ClientSet) AdmissionregistrationV1alpha1 added in v0.40.0

func (_m *ClientSet) AdmissionregistrationV1alpha1() v1alpha1.AdmissionregistrationV1alpha1Interface

AdmissionregistrationV1alpha1 provides a mock function with given fields:

func (*ClientSet) AdmissionregistrationV1beta1 added in v0.40.0

func (_m *ClientSet) AdmissionregistrationV1beta1() v1beta1.AdmissionregistrationV1beta1Interface

AdmissionregistrationV1beta1 provides a mock function with given fields:

func (*ClientSet) AppsV1 added in v0.40.0

func (_m *ClientSet) AppsV1() appsv1.AppsV1Interface

AppsV1 provides a mock function with given fields:

func (*ClientSet) AppsV1beta1 added in v0.40.0

func (_m *ClientSet) AppsV1beta1() appsv1beta1.AppsV1beta1Interface

AppsV1beta1 provides a mock function with given fields:

func (*ClientSet) AppsV1beta2 added in v0.40.0

func (_m *ClientSet) AppsV1beta2() v1beta2.AppsV1beta2Interface

AppsV1beta2 provides a mock function with given fields:

func (*ClientSet) AuthenticationV1 added in v0.40.0

func (_m *ClientSet) AuthenticationV1() authenticationv1.AuthenticationV1Interface

AuthenticationV1 provides a mock function with given fields:

func (*ClientSet) AuthenticationV1alpha1 added in v0.40.0

AuthenticationV1alpha1 provides a mock function with given fields:

func (*ClientSet) AuthenticationV1beta1 added in v0.40.0

AuthenticationV1beta1 provides a mock function with given fields:

func (*ClientSet) AuthorizationV1 added in v0.40.0

func (_m *ClientSet) AuthorizationV1() authorizationv1.AuthorizationV1Interface

AuthorizationV1 provides a mock function with given fields:

func (*ClientSet) AuthorizationV1beta1 added in v0.40.0

AuthorizationV1beta1 provides a mock function with given fields:

func (*ClientSet) AutoscalingV1 added in v0.40.0

func (_m *ClientSet) AutoscalingV1() autoscalingv1.AutoscalingV1Interface

AutoscalingV1 provides a mock function with given fields:

func (*ClientSet) AutoscalingV2 added in v0.40.0

func (_m *ClientSet) AutoscalingV2() v2.AutoscalingV2Interface

AutoscalingV2 provides a mock function with given fields:

func (*ClientSet) AutoscalingV2beta1 added in v0.40.0

func (_m *ClientSet) AutoscalingV2beta1() v2beta1.AutoscalingV2beta1Interface

AutoscalingV2beta1 provides a mock function with given fields:

func (*ClientSet) AutoscalingV2beta2 added in v0.40.0

func (_m *ClientSet) AutoscalingV2beta2() v2beta2.AutoscalingV2beta2Interface

AutoscalingV2beta2 provides a mock function with given fields:

func (*ClientSet) BatchV1 added in v0.40.0

func (_m *ClientSet) BatchV1() batchv1.BatchV1Interface

BatchV1 provides a mock function with given fields:

func (*ClientSet) BatchV1beta1 added in v0.40.0

func (_m *ClientSet) BatchV1beta1() batchv1beta1.BatchV1beta1Interface

BatchV1beta1 provides a mock function with given fields:

func (*ClientSet) CertificatesV1 added in v0.40.0

func (_m *ClientSet) CertificatesV1() certificatesv1.CertificatesV1Interface

CertificatesV1 provides a mock function with given fields:

func (*ClientSet) CertificatesV1alpha1 added in v0.40.0

CertificatesV1alpha1 provides a mock function with given fields:

func (*ClientSet) CertificatesV1beta1 added in v0.40.0

CertificatesV1beta1 provides a mock function with given fields:

func (*ClientSet) CoordinationV1 added in v0.40.0

func (_m *ClientSet) CoordinationV1() coordinationv1.CoordinationV1Interface

CoordinationV1 provides a mock function with given fields:

func (*ClientSet) CoordinationV1beta1 added in v0.40.0

CoordinationV1beta1 provides a mock function with given fields:

func (*ClientSet) CoreV1 added in v0.40.0

func (_m *ClientSet) CoreV1() corev1.CoreV1Interface

CoreV1 provides a mock function with given fields:

func (*ClientSet) Discovery added in v0.40.0

func (_m *ClientSet) Discovery() discovery.DiscoveryInterface

Discovery provides a mock function with given fields:

func (*ClientSet) DiscoveryV1 added in v0.40.0

func (_m *ClientSet) DiscoveryV1() discoveryv1.DiscoveryV1Interface

DiscoveryV1 provides a mock function with given fields:

func (*ClientSet) DiscoveryV1beta1 added in v0.40.0

func (_m *ClientSet) DiscoveryV1beta1() discoveryv1beta1.DiscoveryV1beta1Interface

DiscoveryV1beta1 provides a mock function with given fields:

func (*ClientSet) EXPECT added in v0.40.0

func (_m *ClientSet) EXPECT() *ClientSet_Expecter

func (*ClientSet) EventsV1 added in v0.40.0

func (_m *ClientSet) EventsV1() eventsv1.EventsV1Interface

EventsV1 provides a mock function with given fields:

func (*ClientSet) EventsV1beta1 added in v0.40.0

func (_m *ClientSet) EventsV1beta1() eventsv1beta1.EventsV1beta1Interface

EventsV1beta1 provides a mock function with given fields:

func (*ClientSet) ExtensionsV1beta1 added in v0.40.0

func (_m *ClientSet) ExtensionsV1beta1() extensionsv1beta1.ExtensionsV1beta1Interface

ExtensionsV1beta1 provides a mock function with given fields:

func (*ClientSet) FlowcontrolV1 added in v0.41.0

func (_m *ClientSet) FlowcontrolV1() flowcontrolv1.FlowcontrolV1Interface

FlowcontrolV1 provides a mock function with given fields:

func (*ClientSet) FlowcontrolV1beta1 added in v0.40.0

func (_m *ClientSet) FlowcontrolV1beta1() flowcontrolv1beta1.FlowcontrolV1beta1Interface

FlowcontrolV1beta1 provides a mock function with given fields:

func (*ClientSet) FlowcontrolV1beta2 added in v0.40.0

func (_m *ClientSet) FlowcontrolV1beta2() flowcontrolv1beta2.FlowcontrolV1beta2Interface

FlowcontrolV1beta2 provides a mock function with given fields:

func (*ClientSet) FlowcontrolV1beta3 added in v0.40.0

func (_m *ClientSet) FlowcontrolV1beta3() v1beta3.FlowcontrolV1beta3Interface

FlowcontrolV1beta3 provides a mock function with given fields:

func (*ClientSet) InternalV1alpha1 added in v0.40.0

InternalV1alpha1 provides a mock function with given fields:

func (*ClientSet) NetworkingV1 added in v0.40.0

func (_m *ClientSet) NetworkingV1() networkingv1.NetworkingV1Interface

NetworkingV1 provides a mock function with given fields:

func (*ClientSet) NetworkingV1alpha1 added in v0.40.0

func (_m *ClientSet) NetworkingV1alpha1() networkingv1alpha1.NetworkingV1alpha1Interface

NetworkingV1alpha1 provides a mock function with given fields:

func (*ClientSet) NetworkingV1beta1 added in v0.40.0

func (_m *ClientSet) NetworkingV1beta1() networkingv1beta1.NetworkingV1beta1Interface

NetworkingV1beta1 provides a mock function with given fields:

func (*ClientSet) NodeV1 added in v0.40.0

func (_m *ClientSet) NodeV1() nodev1.NodeV1Interface

NodeV1 provides a mock function with given fields:

func (*ClientSet) NodeV1alpha1 added in v0.40.0

func (_m *ClientSet) NodeV1alpha1() nodev1alpha1.NodeV1alpha1Interface

NodeV1alpha1 provides a mock function with given fields:

func (*ClientSet) NodeV1beta1 added in v0.40.0

func (_m *ClientSet) NodeV1beta1() nodev1beta1.NodeV1beta1Interface

NodeV1beta1 provides a mock function with given fields:

func (*ClientSet) PolicyV1 added in v0.40.0

func (_m *ClientSet) PolicyV1() policyv1.PolicyV1Interface

PolicyV1 provides a mock function with given fields:

func (*ClientSet) PolicyV1beta1 added in v0.40.0

func (_m *ClientSet) PolicyV1beta1() policyv1beta1.PolicyV1beta1Interface

PolicyV1beta1 provides a mock function with given fields:

func (*ClientSet) RbacV1 added in v0.40.0

func (_m *ClientSet) RbacV1() rbacv1.RbacV1Interface

RbacV1 provides a mock function with given fields:

func (*ClientSet) RbacV1alpha1 added in v0.40.0

func (_m *ClientSet) RbacV1alpha1() rbacv1alpha1.RbacV1alpha1Interface

RbacV1alpha1 provides a mock function with given fields:

func (*ClientSet) RbacV1beta1 added in v0.40.0

func (_m *ClientSet) RbacV1beta1() rbacv1beta1.RbacV1beta1Interface

RbacV1beta1 provides a mock function with given fields:

func (*ClientSet) ResourceV1alpha2 added in v0.40.0

func (_m *ClientSet) ResourceV1alpha2() v1alpha2.ResourceV1alpha2Interface

ResourceV1alpha2 provides a mock function with given fields:

func (*ClientSet) SchedulingV1 added in v0.40.0

func (_m *ClientSet) SchedulingV1() schedulingv1.SchedulingV1Interface

SchedulingV1 provides a mock function with given fields:

func (*ClientSet) SchedulingV1alpha1 added in v0.40.0

func (_m *ClientSet) SchedulingV1alpha1() schedulingv1alpha1.SchedulingV1alpha1Interface

SchedulingV1alpha1 provides a mock function with given fields:

func (*ClientSet) SchedulingV1beta1 added in v0.40.0

func (_m *ClientSet) SchedulingV1beta1() schedulingv1beta1.SchedulingV1beta1Interface

SchedulingV1beta1 provides a mock function with given fields:

func (*ClientSet) StorageV1 added in v0.40.0

func (_m *ClientSet) StorageV1() storagev1.StorageV1Interface

StorageV1 provides a mock function with given fields:

func (*ClientSet) StorageV1alpha1 added in v0.40.0

func (_m *ClientSet) StorageV1alpha1() storagev1alpha1.StorageV1alpha1Interface

StorageV1alpha1 provides a mock function with given fields:

func (*ClientSet) StorageV1beta1 added in v0.40.0

func (_m *ClientSet) StorageV1beta1() storagev1beta1.StorageV1beta1Interface

StorageV1beta1 provides a mock function with given fields:

type ClientSet_AdmissionregistrationV1_Call added in v0.40.0

type ClientSet_AdmissionregistrationV1_Call struct {
	*mock.Call
}

ClientSet_AdmissionregistrationV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AdmissionregistrationV1'

func (*ClientSet_AdmissionregistrationV1_Call) Return added in v0.40.0

func (*ClientSet_AdmissionregistrationV1_Call) Run added in v0.40.0

func (*ClientSet_AdmissionregistrationV1_Call) RunAndReturn added in v0.40.0

type ClientSet_AdmissionregistrationV1alpha1_Call added in v0.40.0

type ClientSet_AdmissionregistrationV1alpha1_Call struct {
	*mock.Call
}

ClientSet_AdmissionregistrationV1alpha1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AdmissionregistrationV1alpha1'

func (*ClientSet_AdmissionregistrationV1alpha1_Call) Return added in v0.40.0

func (*ClientSet_AdmissionregistrationV1alpha1_Call) Run added in v0.40.0

func (*ClientSet_AdmissionregistrationV1alpha1_Call) RunAndReturn added in v0.40.0

type ClientSet_AdmissionregistrationV1beta1_Call added in v0.40.0

type ClientSet_AdmissionregistrationV1beta1_Call struct {
	*mock.Call
}

ClientSet_AdmissionregistrationV1beta1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AdmissionregistrationV1beta1'

func (*ClientSet_AdmissionregistrationV1beta1_Call) Return added in v0.40.0

func (*ClientSet_AdmissionregistrationV1beta1_Call) Run added in v0.40.0

func (*ClientSet_AdmissionregistrationV1beta1_Call) RunAndReturn added in v0.40.0

type ClientSet_AppsV1_Call added in v0.40.0

type ClientSet_AppsV1_Call struct {
	*mock.Call
}

ClientSet_AppsV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AppsV1'

func (*ClientSet_AppsV1_Call) Return added in v0.40.0

func (*ClientSet_AppsV1_Call) Run added in v0.40.0

func (_c *ClientSet_AppsV1_Call) Run(run func()) *ClientSet_AppsV1_Call

func (*ClientSet_AppsV1_Call) RunAndReturn added in v0.40.0

func (_c *ClientSet_AppsV1_Call) RunAndReturn(run func() appsv1.AppsV1Interface) *ClientSet_AppsV1_Call

type ClientSet_AppsV1beta1_Call added in v0.40.0

type ClientSet_AppsV1beta1_Call struct {
	*mock.Call
}

ClientSet_AppsV1beta1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AppsV1beta1'

func (*ClientSet_AppsV1beta1_Call) Return added in v0.40.0

func (*ClientSet_AppsV1beta1_Call) Run added in v0.40.0

func (*ClientSet_AppsV1beta1_Call) RunAndReturn added in v0.40.0

type ClientSet_AppsV1beta2_Call added in v0.40.0

type ClientSet_AppsV1beta2_Call struct {
	*mock.Call
}

ClientSet_AppsV1beta2_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AppsV1beta2'

func (*ClientSet_AppsV1beta2_Call) Return added in v0.40.0

func (*ClientSet_AppsV1beta2_Call) Run added in v0.40.0

func (*ClientSet_AppsV1beta2_Call) RunAndReturn added in v0.40.0

type ClientSet_AuthenticationV1_Call added in v0.40.0

type ClientSet_AuthenticationV1_Call struct {
	*mock.Call
}

ClientSet_AuthenticationV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AuthenticationV1'

func (*ClientSet_AuthenticationV1_Call) Return added in v0.40.0

func (*ClientSet_AuthenticationV1_Call) Run added in v0.40.0

func (*ClientSet_AuthenticationV1_Call) RunAndReturn added in v0.40.0

type ClientSet_AuthenticationV1alpha1_Call added in v0.40.0

type ClientSet_AuthenticationV1alpha1_Call struct {
	*mock.Call
}

ClientSet_AuthenticationV1alpha1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AuthenticationV1alpha1'

func (*ClientSet_AuthenticationV1alpha1_Call) Return added in v0.40.0

func (*ClientSet_AuthenticationV1alpha1_Call) Run added in v0.40.0

func (*ClientSet_AuthenticationV1alpha1_Call) RunAndReturn added in v0.40.0

type ClientSet_AuthenticationV1beta1_Call added in v0.40.0

type ClientSet_AuthenticationV1beta1_Call struct {
	*mock.Call
}

ClientSet_AuthenticationV1beta1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AuthenticationV1beta1'

func (*ClientSet_AuthenticationV1beta1_Call) Return added in v0.40.0

func (*ClientSet_AuthenticationV1beta1_Call) Run added in v0.40.0

func (*ClientSet_AuthenticationV1beta1_Call) RunAndReturn added in v0.40.0

type ClientSet_AuthorizationV1_Call added in v0.40.0

type ClientSet_AuthorizationV1_Call struct {
	*mock.Call
}

ClientSet_AuthorizationV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AuthorizationV1'

func (*ClientSet_AuthorizationV1_Call) Return added in v0.40.0

func (*ClientSet_AuthorizationV1_Call) Run added in v0.40.0

func (*ClientSet_AuthorizationV1_Call) RunAndReturn added in v0.40.0

type ClientSet_AuthorizationV1beta1_Call added in v0.40.0

type ClientSet_AuthorizationV1beta1_Call struct {
	*mock.Call
}

ClientSet_AuthorizationV1beta1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AuthorizationV1beta1'

func (*ClientSet_AuthorizationV1beta1_Call) Return added in v0.40.0

func (*ClientSet_AuthorizationV1beta1_Call) Run added in v0.40.0

func (*ClientSet_AuthorizationV1beta1_Call) RunAndReturn added in v0.40.0

type ClientSet_AutoscalingV1_Call added in v0.40.0

type ClientSet_AutoscalingV1_Call struct {
	*mock.Call
}

ClientSet_AutoscalingV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AutoscalingV1'

func (*ClientSet_AutoscalingV1_Call) Return added in v0.40.0

func (*ClientSet_AutoscalingV1_Call) Run added in v0.40.0

func (*ClientSet_AutoscalingV1_Call) RunAndReturn added in v0.40.0

type ClientSet_AutoscalingV2_Call added in v0.40.0

type ClientSet_AutoscalingV2_Call struct {
	*mock.Call
}

ClientSet_AutoscalingV2_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AutoscalingV2'

func (*ClientSet_AutoscalingV2_Call) Return added in v0.40.0

func (*ClientSet_AutoscalingV2_Call) Run added in v0.40.0

func (*ClientSet_AutoscalingV2_Call) RunAndReturn added in v0.40.0

type ClientSet_AutoscalingV2beta1_Call added in v0.40.0

type ClientSet_AutoscalingV2beta1_Call struct {
	*mock.Call
}

ClientSet_AutoscalingV2beta1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AutoscalingV2beta1'

func (*ClientSet_AutoscalingV2beta1_Call) Return added in v0.40.0

func (*ClientSet_AutoscalingV2beta1_Call) Run added in v0.40.0

func (*ClientSet_AutoscalingV2beta1_Call) RunAndReturn added in v0.40.0

type ClientSet_AutoscalingV2beta2_Call added in v0.40.0

type ClientSet_AutoscalingV2beta2_Call struct {
	*mock.Call
}

ClientSet_AutoscalingV2beta2_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AutoscalingV2beta2'

func (*ClientSet_AutoscalingV2beta2_Call) Return added in v0.40.0

func (*ClientSet_AutoscalingV2beta2_Call) Run added in v0.40.0

func (*ClientSet_AutoscalingV2beta2_Call) RunAndReturn added in v0.40.0

type ClientSet_BatchV1_Call added in v0.40.0

type ClientSet_BatchV1_Call struct {
	*mock.Call
}

ClientSet_BatchV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BatchV1'

func (*ClientSet_BatchV1_Call) Return added in v0.40.0

func (*ClientSet_BatchV1_Call) Run added in v0.40.0

func (_c *ClientSet_BatchV1_Call) Run(run func()) *ClientSet_BatchV1_Call

func (*ClientSet_BatchV1_Call) RunAndReturn added in v0.40.0

type ClientSet_BatchV1beta1_Call added in v0.40.0

type ClientSet_BatchV1beta1_Call struct {
	*mock.Call
}

ClientSet_BatchV1beta1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BatchV1beta1'

func (*ClientSet_BatchV1beta1_Call) Return added in v0.40.0

func (*ClientSet_BatchV1beta1_Call) Run added in v0.40.0

func (*ClientSet_BatchV1beta1_Call) RunAndReturn added in v0.40.0

type ClientSet_CertificatesV1_Call added in v0.40.0

type ClientSet_CertificatesV1_Call struct {
	*mock.Call
}

ClientSet_CertificatesV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CertificatesV1'

func (*ClientSet_CertificatesV1_Call) Return added in v0.40.0

func (*ClientSet_CertificatesV1_Call) Run added in v0.40.0

func (*ClientSet_CertificatesV1_Call) RunAndReturn added in v0.40.0

type ClientSet_CertificatesV1alpha1_Call added in v0.40.0

type ClientSet_CertificatesV1alpha1_Call struct {
	*mock.Call
}

ClientSet_CertificatesV1alpha1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CertificatesV1alpha1'

func (*ClientSet_CertificatesV1alpha1_Call) Return added in v0.40.0

func (*ClientSet_CertificatesV1alpha1_Call) Run added in v0.40.0

func (*ClientSet_CertificatesV1alpha1_Call) RunAndReturn added in v0.40.0

type ClientSet_CertificatesV1beta1_Call added in v0.40.0

type ClientSet_CertificatesV1beta1_Call struct {
	*mock.Call
}

ClientSet_CertificatesV1beta1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CertificatesV1beta1'

func (*ClientSet_CertificatesV1beta1_Call) Return added in v0.40.0

func (*ClientSet_CertificatesV1beta1_Call) Run added in v0.40.0

func (*ClientSet_CertificatesV1beta1_Call) RunAndReturn added in v0.40.0

type ClientSet_CoordinationV1_Call added in v0.40.0

type ClientSet_CoordinationV1_Call struct {
	*mock.Call
}

ClientSet_CoordinationV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CoordinationV1'

func (*ClientSet_CoordinationV1_Call) Return added in v0.40.0

func (*ClientSet_CoordinationV1_Call) Run added in v0.40.0

func (*ClientSet_CoordinationV1_Call) RunAndReturn added in v0.40.0

type ClientSet_CoordinationV1beta1_Call added in v0.40.0

type ClientSet_CoordinationV1beta1_Call struct {
	*mock.Call
}

ClientSet_CoordinationV1beta1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CoordinationV1beta1'

func (*ClientSet_CoordinationV1beta1_Call) Return added in v0.40.0

func (*ClientSet_CoordinationV1beta1_Call) Run added in v0.40.0

func (*ClientSet_CoordinationV1beta1_Call) RunAndReturn added in v0.40.0

type ClientSet_CoreV1_Call added in v0.40.0

type ClientSet_CoreV1_Call struct {
	*mock.Call
}

ClientSet_CoreV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CoreV1'

func (*ClientSet_CoreV1_Call) Return added in v0.40.0

func (*ClientSet_CoreV1_Call) Run added in v0.40.0

func (_c *ClientSet_CoreV1_Call) Run(run func()) *ClientSet_CoreV1_Call

func (*ClientSet_CoreV1_Call) RunAndReturn added in v0.40.0

func (_c *ClientSet_CoreV1_Call) RunAndReturn(run func() corev1.CoreV1Interface) *ClientSet_CoreV1_Call

type ClientSet_DiscoveryV1_Call added in v0.40.0

type ClientSet_DiscoveryV1_Call struct {
	*mock.Call
}

ClientSet_DiscoveryV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DiscoveryV1'

func (*ClientSet_DiscoveryV1_Call) Return added in v0.40.0

func (*ClientSet_DiscoveryV1_Call) Run added in v0.40.0

func (*ClientSet_DiscoveryV1_Call) RunAndReturn added in v0.40.0

type ClientSet_DiscoveryV1beta1_Call added in v0.40.0

type ClientSet_DiscoveryV1beta1_Call struct {
	*mock.Call
}

ClientSet_DiscoveryV1beta1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DiscoveryV1beta1'

func (*ClientSet_DiscoveryV1beta1_Call) Return added in v0.40.0

func (*ClientSet_DiscoveryV1beta1_Call) Run added in v0.40.0

func (*ClientSet_DiscoveryV1beta1_Call) RunAndReturn added in v0.40.0

type ClientSet_Discovery_Call added in v0.40.0

type ClientSet_Discovery_Call struct {
	*mock.Call
}

ClientSet_Discovery_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Discovery'

func (*ClientSet_Discovery_Call) Return added in v0.40.0

func (*ClientSet_Discovery_Call) Run added in v0.40.0

func (*ClientSet_Discovery_Call) RunAndReturn added in v0.40.0

type ClientSet_EventsV1_Call added in v0.40.0

type ClientSet_EventsV1_Call struct {
	*mock.Call
}

ClientSet_EventsV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EventsV1'

func (*ClientSet_EventsV1_Call) Return added in v0.40.0

func (*ClientSet_EventsV1_Call) Run added in v0.40.0

func (_c *ClientSet_EventsV1_Call) Run(run func()) *ClientSet_EventsV1_Call

func (*ClientSet_EventsV1_Call) RunAndReturn added in v0.40.0

type ClientSet_EventsV1beta1_Call added in v0.40.0

type ClientSet_EventsV1beta1_Call struct {
	*mock.Call
}

ClientSet_EventsV1beta1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EventsV1beta1'

func (*ClientSet_EventsV1beta1_Call) Return added in v0.40.0

func (*ClientSet_EventsV1beta1_Call) Run added in v0.40.0

func (*ClientSet_EventsV1beta1_Call) RunAndReturn added in v0.40.0

type ClientSet_Expecter added in v0.40.0

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

func (*ClientSet_Expecter) AdmissionregistrationV1 added in v0.40.0

func (_e *ClientSet_Expecter) AdmissionregistrationV1() *ClientSet_AdmissionregistrationV1_Call

AdmissionregistrationV1 is a helper method to define mock.On call

func (*ClientSet_Expecter) AdmissionregistrationV1alpha1 added in v0.40.0

func (_e *ClientSet_Expecter) AdmissionregistrationV1alpha1() *ClientSet_AdmissionregistrationV1alpha1_Call

AdmissionregistrationV1alpha1 is a helper method to define mock.On call

func (*ClientSet_Expecter) AdmissionregistrationV1beta1 added in v0.40.0

func (_e *ClientSet_Expecter) AdmissionregistrationV1beta1() *ClientSet_AdmissionregistrationV1beta1_Call

AdmissionregistrationV1beta1 is a helper method to define mock.On call

func (*ClientSet_Expecter) AppsV1 added in v0.40.0

AppsV1 is a helper method to define mock.On call

func (*ClientSet_Expecter) AppsV1beta1 added in v0.40.0

AppsV1beta1 is a helper method to define mock.On call

func (*ClientSet_Expecter) AppsV1beta2 added in v0.40.0

AppsV1beta2 is a helper method to define mock.On call

func (*ClientSet_Expecter) AuthenticationV1 added in v0.40.0

func (_e *ClientSet_Expecter) AuthenticationV1() *ClientSet_AuthenticationV1_Call

AuthenticationV1 is a helper method to define mock.On call

func (*ClientSet_Expecter) AuthenticationV1alpha1 added in v0.40.0

func (_e *ClientSet_Expecter) AuthenticationV1alpha1() *ClientSet_AuthenticationV1alpha1_Call

AuthenticationV1alpha1 is a helper method to define mock.On call

func (*ClientSet_Expecter) AuthenticationV1beta1 added in v0.40.0

func (_e *ClientSet_Expecter) AuthenticationV1beta1() *ClientSet_AuthenticationV1beta1_Call

AuthenticationV1beta1 is a helper method to define mock.On call

func (*ClientSet_Expecter) AuthorizationV1 added in v0.40.0

func (_e *ClientSet_Expecter) AuthorizationV1() *ClientSet_AuthorizationV1_Call

AuthorizationV1 is a helper method to define mock.On call

func (*ClientSet_Expecter) AuthorizationV1beta1 added in v0.40.0

func (_e *ClientSet_Expecter) AuthorizationV1beta1() *ClientSet_AuthorizationV1beta1_Call

AuthorizationV1beta1 is a helper method to define mock.On call

func (*ClientSet_Expecter) AutoscalingV1 added in v0.40.0

func (_e *ClientSet_Expecter) AutoscalingV1() *ClientSet_AutoscalingV1_Call

AutoscalingV1 is a helper method to define mock.On call

func (*ClientSet_Expecter) AutoscalingV2 added in v0.40.0

func (_e *ClientSet_Expecter) AutoscalingV2() *ClientSet_AutoscalingV2_Call

AutoscalingV2 is a helper method to define mock.On call

func (*ClientSet_Expecter) AutoscalingV2beta1 added in v0.40.0

func (_e *ClientSet_Expecter) AutoscalingV2beta1() *ClientSet_AutoscalingV2beta1_Call

AutoscalingV2beta1 is a helper method to define mock.On call

func (*ClientSet_Expecter) AutoscalingV2beta2 added in v0.40.0

func (_e *ClientSet_Expecter) AutoscalingV2beta2() *ClientSet_AutoscalingV2beta2_Call

AutoscalingV2beta2 is a helper method to define mock.On call

func (*ClientSet_Expecter) BatchV1 added in v0.40.0

BatchV1 is a helper method to define mock.On call

func (*ClientSet_Expecter) BatchV1beta1 added in v0.40.0

func (_e *ClientSet_Expecter) BatchV1beta1() *ClientSet_BatchV1beta1_Call

BatchV1beta1 is a helper method to define mock.On call

func (*ClientSet_Expecter) CertificatesV1 added in v0.40.0

func (_e *ClientSet_Expecter) CertificatesV1() *ClientSet_CertificatesV1_Call

CertificatesV1 is a helper method to define mock.On call

func (*ClientSet_Expecter) CertificatesV1alpha1 added in v0.40.0

func (_e *ClientSet_Expecter) CertificatesV1alpha1() *ClientSet_CertificatesV1alpha1_Call

CertificatesV1alpha1 is a helper method to define mock.On call

func (*ClientSet_Expecter) CertificatesV1beta1 added in v0.40.0

func (_e *ClientSet_Expecter) CertificatesV1beta1() *ClientSet_CertificatesV1beta1_Call

CertificatesV1beta1 is a helper method to define mock.On call

func (*ClientSet_Expecter) CoordinationV1 added in v0.40.0

func (_e *ClientSet_Expecter) CoordinationV1() *ClientSet_CoordinationV1_Call

CoordinationV1 is a helper method to define mock.On call

func (*ClientSet_Expecter) CoordinationV1beta1 added in v0.40.0

func (_e *ClientSet_Expecter) CoordinationV1beta1() *ClientSet_CoordinationV1beta1_Call

CoordinationV1beta1 is a helper method to define mock.On call

func (*ClientSet_Expecter) CoreV1 added in v0.40.0

CoreV1 is a helper method to define mock.On call

func (*ClientSet_Expecter) Discovery added in v0.40.0

Discovery is a helper method to define mock.On call

func (*ClientSet_Expecter) DiscoveryV1 added in v0.40.0

DiscoveryV1 is a helper method to define mock.On call

func (*ClientSet_Expecter) DiscoveryV1beta1 added in v0.40.0

func (_e *ClientSet_Expecter) DiscoveryV1beta1() *ClientSet_DiscoveryV1beta1_Call

DiscoveryV1beta1 is a helper method to define mock.On call

func (*ClientSet_Expecter) EventsV1 added in v0.40.0

EventsV1 is a helper method to define mock.On call

func (*ClientSet_Expecter) EventsV1beta1 added in v0.40.0

func (_e *ClientSet_Expecter) EventsV1beta1() *ClientSet_EventsV1beta1_Call

EventsV1beta1 is a helper method to define mock.On call

func (*ClientSet_Expecter) ExtensionsV1beta1 added in v0.40.0

func (_e *ClientSet_Expecter) ExtensionsV1beta1() *ClientSet_ExtensionsV1beta1_Call

ExtensionsV1beta1 is a helper method to define mock.On call

func (*ClientSet_Expecter) FlowcontrolV1 added in v0.41.0

func (_e *ClientSet_Expecter) FlowcontrolV1() *ClientSet_FlowcontrolV1_Call

FlowcontrolV1 is a helper method to define mock.On call

func (*ClientSet_Expecter) FlowcontrolV1beta1 added in v0.40.0

func (_e *ClientSet_Expecter) FlowcontrolV1beta1() *ClientSet_FlowcontrolV1beta1_Call

FlowcontrolV1beta1 is a helper method to define mock.On call

func (*ClientSet_Expecter) FlowcontrolV1beta2 added in v0.40.0

func (_e *ClientSet_Expecter) FlowcontrolV1beta2() *ClientSet_FlowcontrolV1beta2_Call

FlowcontrolV1beta2 is a helper method to define mock.On call

func (*ClientSet_Expecter) FlowcontrolV1beta3 added in v0.40.0

func (_e *ClientSet_Expecter) FlowcontrolV1beta3() *ClientSet_FlowcontrolV1beta3_Call

FlowcontrolV1beta3 is a helper method to define mock.On call

func (*ClientSet_Expecter) InternalV1alpha1 added in v0.40.0

func (_e *ClientSet_Expecter) InternalV1alpha1() *ClientSet_InternalV1alpha1_Call

InternalV1alpha1 is a helper method to define mock.On call

func (*ClientSet_Expecter) NetworkingV1 added in v0.40.0

func (_e *ClientSet_Expecter) NetworkingV1() *ClientSet_NetworkingV1_Call

NetworkingV1 is a helper method to define mock.On call

func (*ClientSet_Expecter) NetworkingV1alpha1 added in v0.40.0

func (_e *ClientSet_Expecter) NetworkingV1alpha1() *ClientSet_NetworkingV1alpha1_Call

NetworkingV1alpha1 is a helper method to define mock.On call

func (*ClientSet_Expecter) NetworkingV1beta1 added in v0.40.0

func (_e *ClientSet_Expecter) NetworkingV1beta1() *ClientSet_NetworkingV1beta1_Call

NetworkingV1beta1 is a helper method to define mock.On call

func (*ClientSet_Expecter) NodeV1 added in v0.40.0

NodeV1 is a helper method to define mock.On call

func (*ClientSet_Expecter) NodeV1alpha1 added in v0.40.0

func (_e *ClientSet_Expecter) NodeV1alpha1() *ClientSet_NodeV1alpha1_Call

NodeV1alpha1 is a helper method to define mock.On call

func (*ClientSet_Expecter) NodeV1beta1 added in v0.40.0

NodeV1beta1 is a helper method to define mock.On call

func (*ClientSet_Expecter) PolicyV1 added in v0.40.0

PolicyV1 is a helper method to define mock.On call

func (*ClientSet_Expecter) PolicyV1beta1 added in v0.40.0

func (_e *ClientSet_Expecter) PolicyV1beta1() *ClientSet_PolicyV1beta1_Call

PolicyV1beta1 is a helper method to define mock.On call

func (*ClientSet_Expecter) RbacV1 added in v0.40.0

RbacV1 is a helper method to define mock.On call

func (*ClientSet_Expecter) RbacV1alpha1 added in v0.40.0

func (_e *ClientSet_Expecter) RbacV1alpha1() *ClientSet_RbacV1alpha1_Call

RbacV1alpha1 is a helper method to define mock.On call

func (*ClientSet_Expecter) RbacV1beta1 added in v0.40.0

RbacV1beta1 is a helper method to define mock.On call

func (*ClientSet_Expecter) ResourceV1alpha2 added in v0.40.0

func (_e *ClientSet_Expecter) ResourceV1alpha2() *ClientSet_ResourceV1alpha2_Call

ResourceV1alpha2 is a helper method to define mock.On call

func (*ClientSet_Expecter) SchedulingV1 added in v0.40.0

func (_e *ClientSet_Expecter) SchedulingV1() *ClientSet_SchedulingV1_Call

SchedulingV1 is a helper method to define mock.On call

func (*ClientSet_Expecter) SchedulingV1alpha1 added in v0.40.0

func (_e *ClientSet_Expecter) SchedulingV1alpha1() *ClientSet_SchedulingV1alpha1_Call

SchedulingV1alpha1 is a helper method to define mock.On call

func (*ClientSet_Expecter) SchedulingV1beta1 added in v0.40.0

func (_e *ClientSet_Expecter) SchedulingV1beta1() *ClientSet_SchedulingV1beta1_Call

SchedulingV1beta1 is a helper method to define mock.On call

func (*ClientSet_Expecter) StorageV1 added in v0.40.0

StorageV1 is a helper method to define mock.On call

func (*ClientSet_Expecter) StorageV1alpha1 added in v0.40.0

func (_e *ClientSet_Expecter) StorageV1alpha1() *ClientSet_StorageV1alpha1_Call

StorageV1alpha1 is a helper method to define mock.On call

func (*ClientSet_Expecter) StorageV1beta1 added in v0.40.0

func (_e *ClientSet_Expecter) StorageV1beta1() *ClientSet_StorageV1beta1_Call

StorageV1beta1 is a helper method to define mock.On call

type ClientSet_ExtensionsV1beta1_Call added in v0.40.0

type ClientSet_ExtensionsV1beta1_Call struct {
	*mock.Call
}

ClientSet_ExtensionsV1beta1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExtensionsV1beta1'

func (*ClientSet_ExtensionsV1beta1_Call) Return added in v0.40.0

func (*ClientSet_ExtensionsV1beta1_Call) Run added in v0.40.0

func (*ClientSet_ExtensionsV1beta1_Call) RunAndReturn added in v0.40.0

type ClientSet_FlowcontrolV1_Call added in v0.41.0

type ClientSet_FlowcontrolV1_Call struct {
	*mock.Call
}

ClientSet_FlowcontrolV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FlowcontrolV1'

func (*ClientSet_FlowcontrolV1_Call) Return added in v0.41.0

func (*ClientSet_FlowcontrolV1_Call) Run added in v0.41.0

func (*ClientSet_FlowcontrolV1_Call) RunAndReturn added in v0.41.0

type ClientSet_FlowcontrolV1beta1_Call added in v0.40.0

type ClientSet_FlowcontrolV1beta1_Call struct {
	*mock.Call
}

ClientSet_FlowcontrolV1beta1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FlowcontrolV1beta1'

func (*ClientSet_FlowcontrolV1beta1_Call) Return added in v0.40.0

func (*ClientSet_FlowcontrolV1beta1_Call) Run added in v0.40.0

func (*ClientSet_FlowcontrolV1beta1_Call) RunAndReturn added in v0.40.0

type ClientSet_FlowcontrolV1beta2_Call added in v0.40.0

type ClientSet_FlowcontrolV1beta2_Call struct {
	*mock.Call
}

ClientSet_FlowcontrolV1beta2_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FlowcontrolV1beta2'

func (*ClientSet_FlowcontrolV1beta2_Call) Return added in v0.40.0

func (*ClientSet_FlowcontrolV1beta2_Call) Run added in v0.40.0

func (*ClientSet_FlowcontrolV1beta2_Call) RunAndReturn added in v0.40.0

type ClientSet_FlowcontrolV1beta3_Call added in v0.40.0

type ClientSet_FlowcontrolV1beta3_Call struct {
	*mock.Call
}

ClientSet_FlowcontrolV1beta3_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FlowcontrolV1beta3'

func (*ClientSet_FlowcontrolV1beta3_Call) Return added in v0.40.0

func (*ClientSet_FlowcontrolV1beta3_Call) Run added in v0.40.0

func (*ClientSet_FlowcontrolV1beta3_Call) RunAndReturn added in v0.40.0

type ClientSet_InternalV1alpha1_Call added in v0.40.0

type ClientSet_InternalV1alpha1_Call struct {
	*mock.Call
}

ClientSet_InternalV1alpha1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InternalV1alpha1'

func (*ClientSet_InternalV1alpha1_Call) Return added in v0.40.0

func (*ClientSet_InternalV1alpha1_Call) Run added in v0.40.0

func (*ClientSet_InternalV1alpha1_Call) RunAndReturn added in v0.40.0

type ClientSet_NetworkingV1_Call added in v0.40.0

type ClientSet_NetworkingV1_Call struct {
	*mock.Call
}

ClientSet_NetworkingV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NetworkingV1'

func (*ClientSet_NetworkingV1_Call) Return added in v0.40.0

func (*ClientSet_NetworkingV1_Call) Run added in v0.40.0

func (*ClientSet_NetworkingV1_Call) RunAndReturn added in v0.40.0

type ClientSet_NetworkingV1alpha1_Call added in v0.40.0

type ClientSet_NetworkingV1alpha1_Call struct {
	*mock.Call
}

ClientSet_NetworkingV1alpha1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NetworkingV1alpha1'

func (*ClientSet_NetworkingV1alpha1_Call) Return added in v0.40.0

func (*ClientSet_NetworkingV1alpha1_Call) Run added in v0.40.0

func (*ClientSet_NetworkingV1alpha1_Call) RunAndReturn added in v0.40.0

type ClientSet_NetworkingV1beta1_Call added in v0.40.0

type ClientSet_NetworkingV1beta1_Call struct {
	*mock.Call
}

ClientSet_NetworkingV1beta1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NetworkingV1beta1'

func (*ClientSet_NetworkingV1beta1_Call) Return added in v0.40.0

func (*ClientSet_NetworkingV1beta1_Call) Run added in v0.40.0

func (*ClientSet_NetworkingV1beta1_Call) RunAndReturn added in v0.40.0

type ClientSet_NodeV1_Call added in v0.40.0

type ClientSet_NodeV1_Call struct {
	*mock.Call
}

ClientSet_NodeV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NodeV1'

func (*ClientSet_NodeV1_Call) Return added in v0.40.0

func (*ClientSet_NodeV1_Call) Run added in v0.40.0

func (_c *ClientSet_NodeV1_Call) Run(run func()) *ClientSet_NodeV1_Call

func (*ClientSet_NodeV1_Call) RunAndReturn added in v0.40.0

func (_c *ClientSet_NodeV1_Call) RunAndReturn(run func() nodev1.NodeV1Interface) *ClientSet_NodeV1_Call

type ClientSet_NodeV1alpha1_Call added in v0.40.0

type ClientSet_NodeV1alpha1_Call struct {
	*mock.Call
}

ClientSet_NodeV1alpha1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NodeV1alpha1'

func (*ClientSet_NodeV1alpha1_Call) Return added in v0.40.0

func (*ClientSet_NodeV1alpha1_Call) Run added in v0.40.0

func (*ClientSet_NodeV1alpha1_Call) RunAndReturn added in v0.40.0

type ClientSet_NodeV1beta1_Call added in v0.40.0

type ClientSet_NodeV1beta1_Call struct {
	*mock.Call
}

ClientSet_NodeV1beta1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'NodeV1beta1'

func (*ClientSet_NodeV1beta1_Call) Return added in v0.40.0

func (*ClientSet_NodeV1beta1_Call) Run added in v0.40.0

func (*ClientSet_NodeV1beta1_Call) RunAndReturn added in v0.40.0

type ClientSet_PolicyV1_Call added in v0.40.0

type ClientSet_PolicyV1_Call struct {
	*mock.Call
}

ClientSet_PolicyV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PolicyV1'

func (*ClientSet_PolicyV1_Call) Return added in v0.40.0

func (*ClientSet_PolicyV1_Call) Run added in v0.40.0

func (_c *ClientSet_PolicyV1_Call) Run(run func()) *ClientSet_PolicyV1_Call

func (*ClientSet_PolicyV1_Call) RunAndReturn added in v0.40.0

type ClientSet_PolicyV1beta1_Call added in v0.40.0

type ClientSet_PolicyV1beta1_Call struct {
	*mock.Call
}

ClientSet_PolicyV1beta1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PolicyV1beta1'

func (*ClientSet_PolicyV1beta1_Call) Return added in v0.40.0

func (*ClientSet_PolicyV1beta1_Call) Run added in v0.40.0

func (*ClientSet_PolicyV1beta1_Call) RunAndReturn added in v0.40.0

type ClientSet_RbacV1_Call added in v0.40.0

type ClientSet_RbacV1_Call struct {
	*mock.Call
}

ClientSet_RbacV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RbacV1'

func (*ClientSet_RbacV1_Call) Return added in v0.40.0

func (*ClientSet_RbacV1_Call) Run added in v0.40.0

func (_c *ClientSet_RbacV1_Call) Run(run func()) *ClientSet_RbacV1_Call

func (*ClientSet_RbacV1_Call) RunAndReturn added in v0.40.0

func (_c *ClientSet_RbacV1_Call) RunAndReturn(run func() rbacv1.RbacV1Interface) *ClientSet_RbacV1_Call

type ClientSet_RbacV1alpha1_Call added in v0.40.0

type ClientSet_RbacV1alpha1_Call struct {
	*mock.Call
}

ClientSet_RbacV1alpha1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RbacV1alpha1'

func (*ClientSet_RbacV1alpha1_Call) Return added in v0.40.0

func (*ClientSet_RbacV1alpha1_Call) Run added in v0.40.0

func (*ClientSet_RbacV1alpha1_Call) RunAndReturn added in v0.40.0

type ClientSet_RbacV1beta1_Call added in v0.40.0

type ClientSet_RbacV1beta1_Call struct {
	*mock.Call
}

ClientSet_RbacV1beta1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RbacV1beta1'

func (*ClientSet_RbacV1beta1_Call) Return added in v0.40.0

func (*ClientSet_RbacV1beta1_Call) Run added in v0.40.0

func (*ClientSet_RbacV1beta1_Call) RunAndReturn added in v0.40.0

type ClientSet_ResourceV1alpha2_Call added in v0.40.0

type ClientSet_ResourceV1alpha2_Call struct {
	*mock.Call
}

ClientSet_ResourceV1alpha2_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ResourceV1alpha2'

func (*ClientSet_ResourceV1alpha2_Call) Return added in v0.40.0

func (*ClientSet_ResourceV1alpha2_Call) Run added in v0.40.0

func (*ClientSet_ResourceV1alpha2_Call) RunAndReturn added in v0.40.0

type ClientSet_SchedulingV1_Call added in v0.40.0

type ClientSet_SchedulingV1_Call struct {
	*mock.Call
}

ClientSet_SchedulingV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SchedulingV1'

func (*ClientSet_SchedulingV1_Call) Return added in v0.40.0

func (*ClientSet_SchedulingV1_Call) Run added in v0.40.0

func (*ClientSet_SchedulingV1_Call) RunAndReturn added in v0.40.0

type ClientSet_SchedulingV1alpha1_Call added in v0.40.0

type ClientSet_SchedulingV1alpha1_Call struct {
	*mock.Call
}

ClientSet_SchedulingV1alpha1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SchedulingV1alpha1'

func (*ClientSet_SchedulingV1alpha1_Call) Return added in v0.40.0

func (*ClientSet_SchedulingV1alpha1_Call) Run added in v0.40.0

func (*ClientSet_SchedulingV1alpha1_Call) RunAndReturn added in v0.40.0

type ClientSet_SchedulingV1beta1_Call added in v0.40.0

type ClientSet_SchedulingV1beta1_Call struct {
	*mock.Call
}

ClientSet_SchedulingV1beta1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SchedulingV1beta1'

func (*ClientSet_SchedulingV1beta1_Call) Return added in v0.40.0

func (*ClientSet_SchedulingV1beta1_Call) Run added in v0.40.0

func (*ClientSet_SchedulingV1beta1_Call) RunAndReturn added in v0.40.0

type ClientSet_StorageV1_Call added in v0.40.0

type ClientSet_StorageV1_Call struct {
	*mock.Call
}

ClientSet_StorageV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StorageV1'

func (*ClientSet_StorageV1_Call) Return added in v0.40.0

func (*ClientSet_StorageV1_Call) Run added in v0.40.0

func (*ClientSet_StorageV1_Call) RunAndReturn added in v0.40.0

type ClientSet_StorageV1alpha1_Call added in v0.40.0

type ClientSet_StorageV1alpha1_Call struct {
	*mock.Call
}

ClientSet_StorageV1alpha1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StorageV1alpha1'

func (*ClientSet_StorageV1alpha1_Call) Return added in v0.40.0

func (*ClientSet_StorageV1alpha1_Call) Run added in v0.40.0

func (*ClientSet_StorageV1alpha1_Call) RunAndReturn added in v0.40.0

type ClientSet_StorageV1beta1_Call added in v0.40.0

type ClientSet_StorageV1beta1_Call struct {
	*mock.Call
}

ClientSet_StorageV1beta1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StorageV1beta1'

func (*ClientSet_StorageV1beta1_Call) Return added in v0.40.0

func (*ClientSet_StorageV1beta1_Call) Run added in v0.40.0

func (*ClientSet_StorageV1beta1_Call) RunAndReturn added in v0.40.0

type ConfigurationContext added in v0.33.0

type ConfigurationContext struct {
	mock.Mock
}

ConfigurationContext is an autogenerated mock type for the ConfigurationContext type

func NewConfigurationContext added in v0.33.0

func NewConfigurationContext(t mockConstructorTestingTNewConfigurationContext) *ConfigurationContext

NewConfigurationContext creates a new instance of ConfigurationContext. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*ConfigurationContext) Delete added in v0.33.0

func (_m *ConfigurationContext) Delete(key string) error

Delete provides a mock function with given fields: key

func (*ConfigurationContext) DeleteRecursive added in v0.33.0

func (_m *ConfigurationContext) DeleteRecursive(key string) error

DeleteRecursive provides a mock function with given fields: key

func (*ConfigurationContext) EXPECT added in v0.33.0

func (*ConfigurationContext) Exists added in v0.33.0

func (_m *ConfigurationContext) Exists(key string) (bool, error)

Exists provides a mock function with given fields: key

func (*ConfigurationContext) Get added in v0.33.0

func (_m *ConfigurationContext) Get(key string) (string, error)

Get provides a mock function with given fields: key

func (*ConfigurationContext) GetAll added in v0.33.0

func (_m *ConfigurationContext) GetAll() (map[string]string, error)

GetAll provides a mock function with given fields:

func (*ConfigurationContext) GetOrFalse added in v0.33.0

func (_m *ConfigurationContext) GetOrFalse(key string) (bool, string, error)

GetOrFalse provides a mock function with given fields: key

func (*ConfigurationContext) Refresh added in v0.33.0

func (_m *ConfigurationContext) Refresh(key string, timeToLiveInSeconds int) error

Refresh provides a mock function with given fields: key, timeToLiveInSeconds

func (*ConfigurationContext) RemoveAll added in v0.33.0

func (_m *ConfigurationContext) RemoveAll() error

RemoveAll provides a mock function with given fields:

func (*ConfigurationContext) Set added in v0.33.0

func (_m *ConfigurationContext) Set(key string, value string) error

Set provides a mock function with given fields: key, value

func (*ConfigurationContext) SetWithLifetime added in v0.33.0

func (_m *ConfigurationContext) SetWithLifetime(key string, value string, timeToLiveInSeconds int) error

SetWithLifetime provides a mock function with given fields: key, value, timeToLiveInSeconds

type ConfigurationContext_DeleteRecursive_Call added in v0.33.0

type ConfigurationContext_DeleteRecursive_Call struct {
	*mock.Call
}

ConfigurationContext_DeleteRecursive_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteRecursive'

func (*ConfigurationContext_DeleteRecursive_Call) Return added in v0.33.0

func (*ConfigurationContext_DeleteRecursive_Call) Run added in v0.33.0

func (*ConfigurationContext_DeleteRecursive_Call) RunAndReturn added in v0.33.0

type ConfigurationContext_Delete_Call added in v0.33.0

type ConfigurationContext_Delete_Call struct {
	*mock.Call
}

ConfigurationContext_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*ConfigurationContext_Delete_Call) Return added in v0.33.0

func (*ConfigurationContext_Delete_Call) Run added in v0.33.0

func (*ConfigurationContext_Delete_Call) RunAndReturn added in v0.33.0

type ConfigurationContext_Exists_Call added in v0.33.0

type ConfigurationContext_Exists_Call struct {
	*mock.Call
}

ConfigurationContext_Exists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Exists'

func (*ConfigurationContext_Exists_Call) Return added in v0.33.0

func (*ConfigurationContext_Exists_Call) Run added in v0.33.0

func (*ConfigurationContext_Exists_Call) RunAndReturn added in v0.33.0

type ConfigurationContext_Expecter added in v0.33.0

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

func (*ConfigurationContext_Expecter) Delete added in v0.33.0

Delete is a helper method to define mock.On call

  • key string

func (*ConfigurationContext_Expecter) DeleteRecursive added in v0.33.0

func (_e *ConfigurationContext_Expecter) DeleteRecursive(key interface{}) *ConfigurationContext_DeleteRecursive_Call

DeleteRecursive is a helper method to define mock.On call

  • key string

func (*ConfigurationContext_Expecter) Exists added in v0.33.0

Exists is a helper method to define mock.On call

  • key string

func (*ConfigurationContext_Expecter) Get added in v0.33.0

Get is a helper method to define mock.On call

  • key string

func (*ConfigurationContext_Expecter) GetAll added in v0.33.0

GetAll is a helper method to define mock.On call

func (*ConfigurationContext_Expecter) GetOrFalse added in v0.33.0

GetOrFalse is a helper method to define mock.On call

  • key string

func (*ConfigurationContext_Expecter) Refresh added in v0.33.0

func (_e *ConfigurationContext_Expecter) Refresh(key interface{}, timeToLiveInSeconds interface{}) *ConfigurationContext_Refresh_Call

Refresh is a helper method to define mock.On call

  • key string
  • timeToLiveInSeconds int

func (*ConfigurationContext_Expecter) RemoveAll added in v0.33.0

RemoveAll is a helper method to define mock.On call

func (*ConfigurationContext_Expecter) Set added in v0.33.0

func (_e *ConfigurationContext_Expecter) Set(key interface{}, value interface{}) *ConfigurationContext_Set_Call

Set is a helper method to define mock.On call

  • key string
  • value string

func (*ConfigurationContext_Expecter) SetWithLifetime added in v0.33.0

func (_e *ConfigurationContext_Expecter) SetWithLifetime(key interface{}, value interface{}, timeToLiveInSeconds interface{}) *ConfigurationContext_SetWithLifetime_Call

SetWithLifetime is a helper method to define mock.On call

  • key string
  • value string
  • timeToLiveInSeconds int

type ConfigurationContext_GetAll_Call added in v0.33.0

type ConfigurationContext_GetAll_Call struct {
	*mock.Call
}

ConfigurationContext_GetAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAll'

func (*ConfigurationContext_GetAll_Call) Return added in v0.33.0

func (*ConfigurationContext_GetAll_Call) Run added in v0.33.0

func (*ConfigurationContext_GetAll_Call) RunAndReturn added in v0.33.0

type ConfigurationContext_GetOrFalse_Call added in v0.33.0

type ConfigurationContext_GetOrFalse_Call struct {
	*mock.Call
}

ConfigurationContext_GetOrFalse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOrFalse'

func (*ConfigurationContext_GetOrFalse_Call) Return added in v0.33.0

func (*ConfigurationContext_GetOrFalse_Call) Run added in v0.33.0

func (*ConfigurationContext_GetOrFalse_Call) RunAndReturn added in v0.33.0

type ConfigurationContext_Get_Call added in v0.33.0

type ConfigurationContext_Get_Call struct {
	*mock.Call
}

ConfigurationContext_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*ConfigurationContext_Get_Call) Return added in v0.33.0

func (*ConfigurationContext_Get_Call) Run added in v0.33.0

func (*ConfigurationContext_Get_Call) RunAndReturn added in v0.33.0

type ConfigurationContext_Refresh_Call added in v0.33.0

type ConfigurationContext_Refresh_Call struct {
	*mock.Call
}

ConfigurationContext_Refresh_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Refresh'

func (*ConfigurationContext_Refresh_Call) Return added in v0.33.0

func (*ConfigurationContext_Refresh_Call) Run added in v0.33.0

func (_c *ConfigurationContext_Refresh_Call) Run(run func(key string, timeToLiveInSeconds int)) *ConfigurationContext_Refresh_Call

func (*ConfigurationContext_Refresh_Call) RunAndReturn added in v0.33.0

type ConfigurationContext_RemoveAll_Call added in v0.33.0

type ConfigurationContext_RemoveAll_Call struct {
	*mock.Call
}

ConfigurationContext_RemoveAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveAll'

func (*ConfigurationContext_RemoveAll_Call) Return added in v0.33.0

func (*ConfigurationContext_RemoveAll_Call) Run added in v0.33.0

func (*ConfigurationContext_RemoveAll_Call) RunAndReturn added in v0.33.0

type ConfigurationContext_SetWithLifetime_Call added in v0.33.0

type ConfigurationContext_SetWithLifetime_Call struct {
	*mock.Call
}

ConfigurationContext_SetWithLifetime_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetWithLifetime'

func (*ConfigurationContext_SetWithLifetime_Call) Return added in v0.33.0

func (*ConfigurationContext_SetWithLifetime_Call) Run added in v0.33.0

func (_c *ConfigurationContext_SetWithLifetime_Call) Run(run func(key string, value string, timeToLiveInSeconds int)) *ConfigurationContext_SetWithLifetime_Call

func (*ConfigurationContext_SetWithLifetime_Call) RunAndReturn added in v0.33.0

type ConfigurationContext_Set_Call added in v0.33.0

type ConfigurationContext_Set_Call struct {
	*mock.Call
}

ConfigurationContext_Set_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Set'

func (*ConfigurationContext_Set_Call) Return added in v0.33.0

func (*ConfigurationContext_Set_Call) Run added in v0.33.0

func (*ConfigurationContext_Set_Call) RunAndReturn added in v0.33.0

type ConfigurationRegistry added in v0.33.0

type ConfigurationRegistry struct {
	mock.Mock
}

ConfigurationRegistry is an autogenerated mock type for the ConfigurationRegistry type

func NewConfigurationRegistry added in v0.33.0

func NewConfigurationRegistry(t mockConstructorTestingTNewConfigurationRegistry) *ConfigurationRegistry

NewConfigurationRegistry creates a new instance of ConfigurationRegistry. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*ConfigurationRegistry) BlueprintRegistry added in v0.33.0

func (_m *ConfigurationRegistry) BlueprintRegistry() registry.ConfigurationContext

BlueprintRegistry provides a mock function with given fields:

func (*ConfigurationRegistry) DoguConfig added in v0.33.0

DoguConfig provides a mock function with given fields: dogu

func (*ConfigurationRegistry) DoguRegistry added in v0.33.0

func (_m *ConfigurationRegistry) DoguRegistry() registry.DoguRegistry

DoguRegistry provides a mock function with given fields:

func (*ConfigurationRegistry) EXPECT added in v0.33.0

func (*ConfigurationRegistry) GetNode added in v0.33.0

func (_m *ConfigurationRegistry) GetNode() (registry.Node, error)

GetNode provides a mock function with given fields:

func (*ConfigurationRegistry) GlobalConfig added in v0.33.0

GlobalConfig provides a mock function with given fields:

func (*ConfigurationRegistry) HostConfig added in v0.33.0

func (_m *ConfigurationRegistry) HostConfig(hostService string) registry.ConfigurationContext

HostConfig provides a mock function with given fields: hostService

func (*ConfigurationRegistry) RootConfig added in v0.33.0

RootConfig provides a mock function with given fields:

func (*ConfigurationRegistry) State added in v0.33.0

func (_m *ConfigurationRegistry) State(dogu string) registry.State

State provides a mock function with given fields: dogu

type ConfigurationRegistry_BlueprintRegistry_Call added in v0.33.0

type ConfigurationRegistry_BlueprintRegistry_Call struct {
	*mock.Call
}

ConfigurationRegistry_BlueprintRegistry_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'BlueprintRegistry'

func (*ConfigurationRegistry_BlueprintRegistry_Call) Return added in v0.33.0

func (*ConfigurationRegistry_BlueprintRegistry_Call) Run added in v0.33.0

func (*ConfigurationRegistry_BlueprintRegistry_Call) RunAndReturn added in v0.33.0

type ConfigurationRegistry_DoguConfig_Call added in v0.33.0

type ConfigurationRegistry_DoguConfig_Call struct {
	*mock.Call
}

ConfigurationRegistry_DoguConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DoguConfig'

func (*ConfigurationRegistry_DoguConfig_Call) Return added in v0.33.0

func (*ConfigurationRegistry_DoguConfig_Call) Run added in v0.33.0

func (*ConfigurationRegistry_DoguConfig_Call) RunAndReturn added in v0.33.0

type ConfigurationRegistry_DoguRegistry_Call added in v0.33.0

type ConfigurationRegistry_DoguRegistry_Call struct {
	*mock.Call
}

ConfigurationRegistry_DoguRegistry_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DoguRegistry'

func (*ConfigurationRegistry_DoguRegistry_Call) Return added in v0.33.0

func (*ConfigurationRegistry_DoguRegistry_Call) Run added in v0.33.0

func (*ConfigurationRegistry_DoguRegistry_Call) RunAndReturn added in v0.33.0

type ConfigurationRegistry_Expecter added in v0.33.0

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

func (*ConfigurationRegistry_Expecter) BlueprintRegistry added in v0.33.0

BlueprintRegistry is a helper method to define mock.On call

func (*ConfigurationRegistry_Expecter) DoguConfig added in v0.33.0

DoguConfig is a helper method to define mock.On call

  • dogu string

func (*ConfigurationRegistry_Expecter) DoguRegistry added in v0.33.0

DoguRegistry is a helper method to define mock.On call

func (*ConfigurationRegistry_Expecter) GetNode added in v0.33.0

GetNode is a helper method to define mock.On call

func (*ConfigurationRegistry_Expecter) GlobalConfig added in v0.33.0

GlobalConfig is a helper method to define mock.On call

func (*ConfigurationRegistry_Expecter) HostConfig added in v0.33.0

func (_e *ConfigurationRegistry_Expecter) HostConfig(hostService interface{}) *ConfigurationRegistry_HostConfig_Call

HostConfig is a helper method to define mock.On call

  • hostService string

func (*ConfigurationRegistry_Expecter) RootConfig added in v0.33.0

RootConfig is a helper method to define mock.On call

func (*ConfigurationRegistry_Expecter) State added in v0.33.0

State is a helper method to define mock.On call

  • dogu string

type ConfigurationRegistry_GetNode_Call added in v0.33.0

type ConfigurationRegistry_GetNode_Call struct {
	*mock.Call
}

ConfigurationRegistry_GetNode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNode'

func (*ConfigurationRegistry_GetNode_Call) Return added in v0.33.0

func (*ConfigurationRegistry_GetNode_Call) Run added in v0.33.0

func (*ConfigurationRegistry_GetNode_Call) RunAndReturn added in v0.33.0

type ConfigurationRegistry_GlobalConfig_Call added in v0.33.0

type ConfigurationRegistry_GlobalConfig_Call struct {
	*mock.Call
}

ConfigurationRegistry_GlobalConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GlobalConfig'

func (*ConfigurationRegistry_GlobalConfig_Call) Return added in v0.33.0

func (*ConfigurationRegistry_GlobalConfig_Call) Run added in v0.33.0

func (*ConfigurationRegistry_GlobalConfig_Call) RunAndReturn added in v0.33.0

type ConfigurationRegistry_HostConfig_Call added in v0.33.0

type ConfigurationRegistry_HostConfig_Call struct {
	*mock.Call
}

ConfigurationRegistry_HostConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'HostConfig'

func (*ConfigurationRegistry_HostConfig_Call) Return added in v0.33.0

func (*ConfigurationRegistry_HostConfig_Call) Run added in v0.33.0

func (*ConfigurationRegistry_HostConfig_Call) RunAndReturn added in v0.33.0

type ConfigurationRegistry_RootConfig_Call added in v0.33.0

type ConfigurationRegistry_RootConfig_Call struct {
	*mock.Call
}

ConfigurationRegistry_RootConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RootConfig'

func (*ConfigurationRegistry_RootConfig_Call) Return added in v0.33.0

func (*ConfigurationRegistry_RootConfig_Call) Run added in v0.33.0

func (*ConfigurationRegistry_RootConfig_Call) RunAndReturn added in v0.33.0

type ConfigurationRegistry_State_Call added in v0.33.0

type ConfigurationRegistry_State_Call struct {
	*mock.Call
}

ConfigurationRegistry_State_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'State'

func (*ConfigurationRegistry_State_Call) Return added in v0.33.0

func (*ConfigurationRegistry_State_Call) Run added in v0.33.0

func (*ConfigurationRegistry_State_Call) RunAndReturn added in v0.33.0

type ControllerManager

type ControllerManager struct {
	mock.Mock
}

ControllerManager is an autogenerated mock type for the ControllerManager type

func NewControllerManager

func NewControllerManager(t mockConstructorTestingTNewControllerManager) *ControllerManager

NewControllerManager creates a new instance of ControllerManager. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*ControllerManager) Add

func (_m *ControllerManager) Add(_a0 manager.Runnable) error

Add provides a mock function with given fields: _a0

func (*ControllerManager) AddHealthzCheck

func (_m *ControllerManager) AddHealthzCheck(name string, check healthz.Checker) error

AddHealthzCheck provides a mock function with given fields: name, check

func (*ControllerManager) AddReadyzCheck

func (_m *ControllerManager) AddReadyzCheck(name string, check healthz.Checker) error

AddReadyzCheck provides a mock function with given fields: name, check

func (*ControllerManager) EXPECT

func (*ControllerManager) Elected

func (_m *ControllerManager) Elected() <-chan struct{}

Elected provides a mock function with given fields:

func (*ControllerManager) GetAPIReader

func (_m *ControllerManager) GetAPIReader() client.Reader

GetAPIReader provides a mock function with given fields:

func (*ControllerManager) GetCache

func (_m *ControllerManager) GetCache() cache.Cache

GetCache provides a mock function with given fields:

func (*ControllerManager) GetClient

func (_m *ControllerManager) GetClient() client.Client

GetClient provides a mock function with given fields:

func (*ControllerManager) GetConfig

func (_m *ControllerManager) GetConfig() *rest.Config

GetConfig provides a mock function with given fields:

func (*ControllerManager) GetControllerOptions

func (_m *ControllerManager) GetControllerOptions() config.Controller

GetControllerOptions provides a mock function with given fields:

func (*ControllerManager) GetEventRecorderFor

func (_m *ControllerManager) GetEventRecorderFor(name string) record.EventRecorder

GetEventRecorderFor provides a mock function with given fields: name

func (*ControllerManager) GetFieldIndexer

func (_m *ControllerManager) GetFieldIndexer() client.FieldIndexer

GetFieldIndexer provides a mock function with given fields:

func (*ControllerManager) GetHTTPClient added in v0.32.0

func (_m *ControllerManager) GetHTTPClient() *http.Client

GetHTTPClient provides a mock function with given fields:

func (*ControllerManager) GetLogger

func (_m *ControllerManager) GetLogger() logr.Logger

GetLogger provides a mock function with given fields:

func (*ControllerManager) GetRESTMapper

func (_m *ControllerManager) GetRESTMapper() meta.RESTMapper

GetRESTMapper provides a mock function with given fields:

func (*ControllerManager) GetScheme

func (_m *ControllerManager) GetScheme() *runtime.Scheme

GetScheme provides a mock function with given fields:

func (*ControllerManager) GetWebhookServer

func (_m *ControllerManager) GetWebhookServer() webhook.Server

GetWebhookServer provides a mock function with given fields:

func (*ControllerManager) Start

func (_m *ControllerManager) Start(ctx context.Context) error

Start provides a mock function with given fields: ctx

type ControllerManager_AddHealthzCheck_Call

type ControllerManager_AddHealthzCheck_Call struct {
	*mock.Call
}

ControllerManager_AddHealthzCheck_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddHealthzCheck'

func (*ControllerManager_AddHealthzCheck_Call) Return

func (*ControllerManager_AddHealthzCheck_Call) Run

func (*ControllerManager_AddHealthzCheck_Call) RunAndReturn

type ControllerManager_AddReadyzCheck_Call

type ControllerManager_AddReadyzCheck_Call struct {
	*mock.Call
}

ControllerManager_AddReadyzCheck_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddReadyzCheck'

func (*ControllerManager_AddReadyzCheck_Call) Return

func (*ControllerManager_AddReadyzCheck_Call) Run

func (*ControllerManager_AddReadyzCheck_Call) RunAndReturn

type ControllerManager_Add_Call

type ControllerManager_Add_Call struct {
	*mock.Call
}

ControllerManager_Add_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Add'

func (*ControllerManager_Add_Call) Return

func (*ControllerManager_Add_Call) Run

func (*ControllerManager_Add_Call) RunAndReturn

type ControllerManager_Elected_Call

type ControllerManager_Elected_Call struct {
	*mock.Call
}

ControllerManager_Elected_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Elected'

func (*ControllerManager_Elected_Call) Return

func (_c *ControllerManager_Elected_Call) Return(_a0 <-chan struct{}) *ControllerManager_Elected_Call

func (*ControllerManager_Elected_Call) Run

func (*ControllerManager_Elected_Call) RunAndReturn

func (_c *ControllerManager_Elected_Call) RunAndReturn(run func() <-chan struct{}) *ControllerManager_Elected_Call

type ControllerManager_Expecter

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

func (*ControllerManager_Expecter) Add

func (_e *ControllerManager_Expecter) Add(_a0 interface{}) *ControllerManager_Add_Call

Add is a helper method to define mock.On call

  • _a0 manager.Runnable

func (*ControllerManager_Expecter) AddHealthzCheck

func (_e *ControllerManager_Expecter) AddHealthzCheck(name interface{}, check interface{}) *ControllerManager_AddHealthzCheck_Call

AddHealthzCheck is a helper method to define mock.On call

  • name string
  • check healthz.Checker

func (*ControllerManager_Expecter) AddReadyzCheck

func (_e *ControllerManager_Expecter) AddReadyzCheck(name interface{}, check interface{}) *ControllerManager_AddReadyzCheck_Call

AddReadyzCheck is a helper method to define mock.On call

  • name string
  • check healthz.Checker

func (*ControllerManager_Expecter) Elected

Elected is a helper method to define mock.On call

func (*ControllerManager_Expecter) GetAPIReader

GetAPIReader is a helper method to define mock.On call

func (*ControllerManager_Expecter) GetCache

GetCache is a helper method to define mock.On call

func (*ControllerManager_Expecter) GetClient

GetClient is a helper method to define mock.On call

func (*ControllerManager_Expecter) GetConfig

GetConfig is a helper method to define mock.On call

func (*ControllerManager_Expecter) GetControllerOptions

GetControllerOptions is a helper method to define mock.On call

func (*ControllerManager_Expecter) GetEventRecorderFor

func (_e *ControllerManager_Expecter) GetEventRecorderFor(name interface{}) *ControllerManager_GetEventRecorderFor_Call

GetEventRecorderFor is a helper method to define mock.On call

  • name string

func (*ControllerManager_Expecter) GetFieldIndexer

GetFieldIndexer is a helper method to define mock.On call

func (*ControllerManager_Expecter) GetHTTPClient added in v0.32.0

GetHTTPClient is a helper method to define mock.On call

func (*ControllerManager_Expecter) GetLogger

GetLogger is a helper method to define mock.On call

func (*ControllerManager_Expecter) GetRESTMapper

GetRESTMapper is a helper method to define mock.On call

func (*ControllerManager_Expecter) GetScheme

GetScheme is a helper method to define mock.On call

func (*ControllerManager_Expecter) GetWebhookServer

GetWebhookServer is a helper method to define mock.On call

func (*ControllerManager_Expecter) Start

func (_e *ControllerManager_Expecter) Start(ctx interface{}) *ControllerManager_Start_Call

Start is a helper method to define mock.On call

  • ctx context.Context

type ControllerManager_GetAPIReader_Call

type ControllerManager_GetAPIReader_Call struct {
	*mock.Call
}

ControllerManager_GetAPIReader_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAPIReader'

func (*ControllerManager_GetAPIReader_Call) Return

func (*ControllerManager_GetAPIReader_Call) Run

func (*ControllerManager_GetAPIReader_Call) RunAndReturn

type ControllerManager_GetCache_Call

type ControllerManager_GetCache_Call struct {
	*mock.Call
}

ControllerManager_GetCache_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCache'

func (*ControllerManager_GetCache_Call) Return

func (*ControllerManager_GetCache_Call) Run

func (*ControllerManager_GetCache_Call) RunAndReturn

type ControllerManager_GetClient_Call

type ControllerManager_GetClient_Call struct {
	*mock.Call
}

ControllerManager_GetClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetClient'

func (*ControllerManager_GetClient_Call) Return

func (*ControllerManager_GetClient_Call) Run

func (*ControllerManager_GetClient_Call) RunAndReturn

type ControllerManager_GetConfig_Call

type ControllerManager_GetConfig_Call struct {
	*mock.Call
}

ControllerManager_GetConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetConfig'

func (*ControllerManager_GetConfig_Call) Return

func (*ControllerManager_GetConfig_Call) Run

func (*ControllerManager_GetConfig_Call) RunAndReturn

type ControllerManager_GetControllerOptions_Call

type ControllerManager_GetControllerOptions_Call struct {
	*mock.Call
}

ControllerManager_GetControllerOptions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetControllerOptions'

func (*ControllerManager_GetControllerOptions_Call) Return

func (*ControllerManager_GetControllerOptions_Call) Run

func (*ControllerManager_GetControllerOptions_Call) RunAndReturn

type ControllerManager_GetEventRecorderFor_Call

type ControllerManager_GetEventRecorderFor_Call struct {
	*mock.Call
}

ControllerManager_GetEventRecorderFor_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetEventRecorderFor'

func (*ControllerManager_GetEventRecorderFor_Call) Return

func (*ControllerManager_GetEventRecorderFor_Call) Run

func (*ControllerManager_GetEventRecorderFor_Call) RunAndReturn

type ControllerManager_GetFieldIndexer_Call

type ControllerManager_GetFieldIndexer_Call struct {
	*mock.Call
}

ControllerManager_GetFieldIndexer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFieldIndexer'

func (*ControllerManager_GetFieldIndexer_Call) Return

func (*ControllerManager_GetFieldIndexer_Call) Run

func (*ControllerManager_GetFieldIndexer_Call) RunAndReturn

type ControllerManager_GetHTTPClient_Call added in v0.32.0

type ControllerManager_GetHTTPClient_Call struct {
	*mock.Call
}

ControllerManager_GetHTTPClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetHTTPClient'

func (*ControllerManager_GetHTTPClient_Call) Return added in v0.32.0

func (*ControllerManager_GetHTTPClient_Call) Run added in v0.32.0

func (*ControllerManager_GetHTTPClient_Call) RunAndReturn added in v0.32.0

type ControllerManager_GetLogger_Call

type ControllerManager_GetLogger_Call struct {
	*mock.Call
}

ControllerManager_GetLogger_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLogger'

func (*ControllerManager_GetLogger_Call) Return

func (*ControllerManager_GetLogger_Call) Run

func (*ControllerManager_GetLogger_Call) RunAndReturn

type ControllerManager_GetRESTMapper_Call

type ControllerManager_GetRESTMapper_Call struct {
	*mock.Call
}

ControllerManager_GetRESTMapper_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRESTMapper'

func (*ControllerManager_GetRESTMapper_Call) Return

func (*ControllerManager_GetRESTMapper_Call) Run

func (*ControllerManager_GetRESTMapper_Call) RunAndReturn

type ControllerManager_GetScheme_Call

type ControllerManager_GetScheme_Call struct {
	*mock.Call
}

ControllerManager_GetScheme_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetScheme'

func (*ControllerManager_GetScheme_Call) Return

func (*ControllerManager_GetScheme_Call) Run

func (*ControllerManager_GetScheme_Call) RunAndReturn

type ControllerManager_GetWebhookServer_Call

type ControllerManager_GetWebhookServer_Call struct {
	*mock.Call
}

ControllerManager_GetWebhookServer_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWebhookServer'

func (*ControllerManager_GetWebhookServer_Call) Return

func (*ControllerManager_GetWebhookServer_Call) Run

func (*ControllerManager_GetWebhookServer_Call) RunAndReturn

type ControllerManager_Start_Call

type ControllerManager_Start_Call struct {
	*mock.Call
}

ControllerManager_Start_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Start'

func (*ControllerManager_Start_Call) Return

func (*ControllerManager_Start_Call) Run

func (*ControllerManager_Start_Call) RunAndReturn

type CoreV1Interface added in v1.0.0

type CoreV1Interface struct {
	mock.Mock
}

CoreV1Interface is an autogenerated mock type for the CoreV1Interface type

func NewCoreV1Interface added in v1.0.0

func NewCoreV1Interface(t mockConstructorTestingTNewCoreV1Interface) *CoreV1Interface

NewCoreV1Interface creates a new instance of CoreV1Interface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*CoreV1Interface) ComponentStatuses added in v1.0.0

func (_m *CoreV1Interface) ComponentStatuses() v1.ComponentStatusInterface

ComponentStatuses provides a mock function with given fields:

func (*CoreV1Interface) ConfigMaps added in v1.0.0

func (_m *CoreV1Interface) ConfigMaps(namespace string) v1.ConfigMapInterface

ConfigMaps provides a mock function with given fields: namespace

func (*CoreV1Interface) EXPECT added in v1.0.0

func (*CoreV1Interface) Endpoints added in v1.0.0

func (_m *CoreV1Interface) Endpoints(namespace string) v1.EndpointsInterface

Endpoints provides a mock function with given fields: namespace

func (*CoreV1Interface) Events added in v1.0.0

func (_m *CoreV1Interface) Events(namespace string) v1.EventInterface

Events provides a mock function with given fields: namespace

func (*CoreV1Interface) LimitRanges added in v1.0.0

func (_m *CoreV1Interface) LimitRanges(namespace string) v1.LimitRangeInterface

LimitRanges provides a mock function with given fields: namespace

func (*CoreV1Interface) Namespaces added in v1.0.0

func (_m *CoreV1Interface) Namespaces() v1.NamespaceInterface

Namespaces provides a mock function with given fields:

func (*CoreV1Interface) Nodes added in v1.0.0

func (_m *CoreV1Interface) Nodes() v1.NodeInterface

Nodes provides a mock function with given fields:

func (*CoreV1Interface) PersistentVolumeClaims added in v1.0.0

func (_m *CoreV1Interface) PersistentVolumeClaims(namespace string) v1.PersistentVolumeClaimInterface

PersistentVolumeClaims provides a mock function with given fields: namespace

func (*CoreV1Interface) PersistentVolumes added in v1.0.0

func (_m *CoreV1Interface) PersistentVolumes() v1.PersistentVolumeInterface

PersistentVolumes provides a mock function with given fields:

func (*CoreV1Interface) PodTemplates added in v1.0.0

func (_m *CoreV1Interface) PodTemplates(namespace string) v1.PodTemplateInterface

PodTemplates provides a mock function with given fields: namespace

func (*CoreV1Interface) Pods added in v1.0.0

func (_m *CoreV1Interface) Pods(namespace string) v1.PodInterface

Pods provides a mock function with given fields: namespace

func (*CoreV1Interface) RESTClient added in v1.0.0

func (_m *CoreV1Interface) RESTClient() rest.Interface

RESTClient provides a mock function with given fields:

func (*CoreV1Interface) ReplicationControllers added in v1.0.0

func (_m *CoreV1Interface) ReplicationControllers(namespace string) v1.ReplicationControllerInterface

ReplicationControllers provides a mock function with given fields: namespace

func (*CoreV1Interface) ResourceQuotas added in v1.0.0

func (_m *CoreV1Interface) ResourceQuotas(namespace string) v1.ResourceQuotaInterface

ResourceQuotas provides a mock function with given fields: namespace

func (*CoreV1Interface) Secrets added in v1.0.0

func (_m *CoreV1Interface) Secrets(namespace string) v1.SecretInterface

Secrets provides a mock function with given fields: namespace

func (*CoreV1Interface) ServiceAccounts added in v1.0.0

func (_m *CoreV1Interface) ServiceAccounts(namespace string) v1.ServiceAccountInterface

ServiceAccounts provides a mock function with given fields: namespace

func (*CoreV1Interface) Services added in v1.0.0

func (_m *CoreV1Interface) Services(namespace string) v1.ServiceInterface

Services provides a mock function with given fields: namespace

type CoreV1Interface_ComponentStatuses_Call added in v1.0.0

type CoreV1Interface_ComponentStatuses_Call struct {
	*mock.Call
}

CoreV1Interface_ComponentStatuses_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ComponentStatuses'

func (*CoreV1Interface_ComponentStatuses_Call) Return added in v1.0.0

func (*CoreV1Interface_ComponentStatuses_Call) Run added in v1.0.0

func (*CoreV1Interface_ComponentStatuses_Call) RunAndReturn added in v1.0.0

type CoreV1Interface_ConfigMaps_Call added in v1.0.0

type CoreV1Interface_ConfigMaps_Call struct {
	*mock.Call
}

CoreV1Interface_ConfigMaps_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfigMaps'

func (*CoreV1Interface_ConfigMaps_Call) Return added in v1.0.0

func (*CoreV1Interface_ConfigMaps_Call) Run added in v1.0.0

func (*CoreV1Interface_ConfigMaps_Call) RunAndReturn added in v1.0.0

type CoreV1Interface_Endpoints_Call added in v1.0.0

type CoreV1Interface_Endpoints_Call struct {
	*mock.Call
}

CoreV1Interface_Endpoints_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Endpoints'

func (*CoreV1Interface_Endpoints_Call) Return added in v1.0.0

func (*CoreV1Interface_Endpoints_Call) Run added in v1.0.0

func (*CoreV1Interface_Endpoints_Call) RunAndReturn added in v1.0.0

type CoreV1Interface_Events_Call added in v1.0.0

type CoreV1Interface_Events_Call struct {
	*mock.Call
}

CoreV1Interface_Events_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Events'

func (*CoreV1Interface_Events_Call) Return added in v1.0.0

func (*CoreV1Interface_Events_Call) Run added in v1.0.0

func (_c *CoreV1Interface_Events_Call) Run(run func(namespace string)) *CoreV1Interface_Events_Call

func (*CoreV1Interface_Events_Call) RunAndReturn added in v1.0.0

type CoreV1Interface_Expecter added in v1.0.0

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

func (*CoreV1Interface_Expecter) ComponentStatuses added in v1.0.0

ComponentStatuses is a helper method to define mock.On call

func (*CoreV1Interface_Expecter) ConfigMaps added in v1.0.0

func (_e *CoreV1Interface_Expecter) ConfigMaps(namespace interface{}) *CoreV1Interface_ConfigMaps_Call

ConfigMaps is a helper method to define mock.On call

  • namespace string

func (*CoreV1Interface_Expecter) Endpoints added in v1.0.0

func (_e *CoreV1Interface_Expecter) Endpoints(namespace interface{}) *CoreV1Interface_Endpoints_Call

Endpoints is a helper method to define mock.On call

  • namespace string

func (*CoreV1Interface_Expecter) Events added in v1.0.0

func (_e *CoreV1Interface_Expecter) Events(namespace interface{}) *CoreV1Interface_Events_Call

Events is a helper method to define mock.On call

  • namespace string

func (*CoreV1Interface_Expecter) LimitRanges added in v1.0.0

func (_e *CoreV1Interface_Expecter) LimitRanges(namespace interface{}) *CoreV1Interface_LimitRanges_Call

LimitRanges is a helper method to define mock.On call

  • namespace string

func (*CoreV1Interface_Expecter) Namespaces added in v1.0.0

Namespaces is a helper method to define mock.On call

func (*CoreV1Interface_Expecter) Nodes added in v1.0.0

Nodes is a helper method to define mock.On call

func (*CoreV1Interface_Expecter) PersistentVolumeClaims added in v1.0.0

func (_e *CoreV1Interface_Expecter) PersistentVolumeClaims(namespace interface{}) *CoreV1Interface_PersistentVolumeClaims_Call

PersistentVolumeClaims is a helper method to define mock.On call

  • namespace string

func (*CoreV1Interface_Expecter) PersistentVolumes added in v1.0.0

PersistentVolumes is a helper method to define mock.On call

func (*CoreV1Interface_Expecter) PodTemplates added in v1.0.0

func (_e *CoreV1Interface_Expecter) PodTemplates(namespace interface{}) *CoreV1Interface_PodTemplates_Call

PodTemplates is a helper method to define mock.On call

  • namespace string

func (*CoreV1Interface_Expecter) Pods added in v1.0.0

func (_e *CoreV1Interface_Expecter) Pods(namespace interface{}) *CoreV1Interface_Pods_Call

Pods is a helper method to define mock.On call

  • namespace string

func (*CoreV1Interface_Expecter) RESTClient added in v1.0.0

RESTClient is a helper method to define mock.On call

func (*CoreV1Interface_Expecter) ReplicationControllers added in v1.0.0

func (_e *CoreV1Interface_Expecter) ReplicationControllers(namespace interface{}) *CoreV1Interface_ReplicationControllers_Call

ReplicationControllers is a helper method to define mock.On call

  • namespace string

func (*CoreV1Interface_Expecter) ResourceQuotas added in v1.0.0

func (_e *CoreV1Interface_Expecter) ResourceQuotas(namespace interface{}) *CoreV1Interface_ResourceQuotas_Call

ResourceQuotas is a helper method to define mock.On call

  • namespace string

func (*CoreV1Interface_Expecter) Secrets added in v1.0.0

func (_e *CoreV1Interface_Expecter) Secrets(namespace interface{}) *CoreV1Interface_Secrets_Call

Secrets is a helper method to define mock.On call

  • namespace string

func (*CoreV1Interface_Expecter) ServiceAccounts added in v1.0.0

func (_e *CoreV1Interface_Expecter) ServiceAccounts(namespace interface{}) *CoreV1Interface_ServiceAccounts_Call

ServiceAccounts is a helper method to define mock.On call

  • namespace string

func (*CoreV1Interface_Expecter) Services added in v1.0.0

func (_e *CoreV1Interface_Expecter) Services(namespace interface{}) *CoreV1Interface_Services_Call

Services is a helper method to define mock.On call

  • namespace string

type CoreV1Interface_LimitRanges_Call added in v1.0.0

type CoreV1Interface_LimitRanges_Call struct {
	*mock.Call
}

CoreV1Interface_LimitRanges_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LimitRanges'

func (*CoreV1Interface_LimitRanges_Call) Return added in v1.0.0

func (*CoreV1Interface_LimitRanges_Call) Run added in v1.0.0

func (*CoreV1Interface_LimitRanges_Call) RunAndReturn added in v1.0.0

type CoreV1Interface_Namespaces_Call added in v1.0.0

type CoreV1Interface_Namespaces_Call struct {
	*mock.Call
}

CoreV1Interface_Namespaces_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Namespaces'

func (*CoreV1Interface_Namespaces_Call) Return added in v1.0.0

func (*CoreV1Interface_Namespaces_Call) Run added in v1.0.0

func (*CoreV1Interface_Namespaces_Call) RunAndReturn added in v1.0.0

type CoreV1Interface_Nodes_Call added in v1.0.0

type CoreV1Interface_Nodes_Call struct {
	*mock.Call
}

CoreV1Interface_Nodes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Nodes'

func (*CoreV1Interface_Nodes_Call) Return added in v1.0.0

func (*CoreV1Interface_Nodes_Call) Run added in v1.0.0

func (*CoreV1Interface_Nodes_Call) RunAndReturn added in v1.0.0

type CoreV1Interface_PersistentVolumeClaims_Call added in v1.0.0

type CoreV1Interface_PersistentVolumeClaims_Call struct {
	*mock.Call
}

CoreV1Interface_PersistentVolumeClaims_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PersistentVolumeClaims'

func (*CoreV1Interface_PersistentVolumeClaims_Call) Return added in v1.0.0

func (*CoreV1Interface_PersistentVolumeClaims_Call) Run added in v1.0.0

func (*CoreV1Interface_PersistentVolumeClaims_Call) RunAndReturn added in v1.0.0

type CoreV1Interface_PersistentVolumes_Call added in v1.0.0

type CoreV1Interface_PersistentVolumes_Call struct {
	*mock.Call
}

CoreV1Interface_PersistentVolumes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PersistentVolumes'

func (*CoreV1Interface_PersistentVolumes_Call) Return added in v1.0.0

func (*CoreV1Interface_PersistentVolumes_Call) Run added in v1.0.0

func (*CoreV1Interface_PersistentVolumes_Call) RunAndReturn added in v1.0.0

type CoreV1Interface_PodTemplates_Call added in v1.0.0

type CoreV1Interface_PodTemplates_Call struct {
	*mock.Call
}

CoreV1Interface_PodTemplates_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PodTemplates'

func (*CoreV1Interface_PodTemplates_Call) Return added in v1.0.0

func (*CoreV1Interface_PodTemplates_Call) Run added in v1.0.0

func (*CoreV1Interface_PodTemplates_Call) RunAndReturn added in v1.0.0

type CoreV1Interface_Pods_Call added in v1.0.0

type CoreV1Interface_Pods_Call struct {
	*mock.Call
}

CoreV1Interface_Pods_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Pods'

func (*CoreV1Interface_Pods_Call) Return added in v1.0.0

func (*CoreV1Interface_Pods_Call) Run added in v1.0.0

func (_c *CoreV1Interface_Pods_Call) Run(run func(namespace string)) *CoreV1Interface_Pods_Call

func (*CoreV1Interface_Pods_Call) RunAndReturn added in v1.0.0

type CoreV1Interface_RESTClient_Call added in v1.0.0

type CoreV1Interface_RESTClient_Call struct {
	*mock.Call
}

CoreV1Interface_RESTClient_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RESTClient'

func (*CoreV1Interface_RESTClient_Call) Return added in v1.0.0

func (*CoreV1Interface_RESTClient_Call) Run added in v1.0.0

func (*CoreV1Interface_RESTClient_Call) RunAndReturn added in v1.0.0

type CoreV1Interface_ReplicationControllers_Call added in v1.0.0

type CoreV1Interface_ReplicationControllers_Call struct {
	*mock.Call
}

CoreV1Interface_ReplicationControllers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReplicationControllers'

func (*CoreV1Interface_ReplicationControllers_Call) Return added in v1.0.0

func (*CoreV1Interface_ReplicationControllers_Call) Run added in v1.0.0

func (*CoreV1Interface_ReplicationControllers_Call) RunAndReturn added in v1.0.0

type CoreV1Interface_ResourceQuotas_Call added in v1.0.0

type CoreV1Interface_ResourceQuotas_Call struct {
	*mock.Call
}

CoreV1Interface_ResourceQuotas_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ResourceQuotas'

func (*CoreV1Interface_ResourceQuotas_Call) Return added in v1.0.0

func (*CoreV1Interface_ResourceQuotas_Call) Run added in v1.0.0

func (*CoreV1Interface_ResourceQuotas_Call) RunAndReturn added in v1.0.0

type CoreV1Interface_Secrets_Call added in v1.0.0

type CoreV1Interface_Secrets_Call struct {
	*mock.Call
}

CoreV1Interface_Secrets_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Secrets'

func (*CoreV1Interface_Secrets_Call) Return added in v1.0.0

func (*CoreV1Interface_Secrets_Call) Run added in v1.0.0

func (*CoreV1Interface_Secrets_Call) RunAndReturn added in v1.0.0

type CoreV1Interface_ServiceAccounts_Call added in v1.0.0

type CoreV1Interface_ServiceAccounts_Call struct {
	*mock.Call
}

CoreV1Interface_ServiceAccounts_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ServiceAccounts'

func (*CoreV1Interface_ServiceAccounts_Call) Return added in v1.0.0

func (*CoreV1Interface_ServiceAccounts_Call) Run added in v1.0.0

func (*CoreV1Interface_ServiceAccounts_Call) RunAndReturn added in v1.0.0

type CoreV1Interface_Services_Call added in v1.0.0

type CoreV1Interface_Services_Call struct {
	*mock.Call
}

CoreV1Interface_Services_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Services'

func (*CoreV1Interface_Services_Call) Return added in v1.0.0

func (*CoreV1Interface_Services_Call) Run added in v1.0.0

func (*CoreV1Interface_Services_Call) RunAndReturn added in v1.0.0

type DeploymentInterface added in v0.40.0

type DeploymentInterface struct {
	mock.Mock
}

DeploymentInterface is an autogenerated mock type for the DeploymentInterface type

func NewDeploymentInterface added in v0.40.0

func NewDeploymentInterface(t mockConstructorTestingTNewDeploymentInterface) *DeploymentInterface

NewDeploymentInterface creates a new instance of DeploymentInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*DeploymentInterface) Apply added in v0.40.0

Apply provides a mock function with given fields: ctx, deployment, opts

func (*DeploymentInterface) ApplyScale added in v0.40.0

ApplyScale provides a mock function with given fields: ctx, deploymentName, scale, opts

func (*DeploymentInterface) ApplyStatus added in v0.40.0

ApplyStatus provides a mock function with given fields: ctx, deployment, opts

func (*DeploymentInterface) Create added in v0.40.0

Create provides a mock function with given fields: ctx, deployment, opts

func (*DeploymentInterface) Delete added in v0.40.0

func (_m *DeploymentInterface) Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error

Delete provides a mock function with given fields: ctx, name, opts

func (*DeploymentInterface) DeleteCollection added in v0.40.0

func (_m *DeploymentInterface) DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error

DeleteCollection provides a mock function with given fields: ctx, opts, listOpts

func (*DeploymentInterface) EXPECT added in v0.40.0

func (*DeploymentInterface) Get added in v0.40.0

Get provides a mock function with given fields: ctx, name, opts

func (*DeploymentInterface) GetScale added in v0.40.0

func (_m *DeploymentInterface) GetScale(ctx context.Context, deploymentName string, options metav1.GetOptions) (*apiautoscalingv1.Scale, error)

GetScale provides a mock function with given fields: ctx, deploymentName, options

func (*DeploymentInterface) List added in v0.40.0

List provides a mock function with given fields: ctx, opts

func (*DeploymentInterface) Patch added in v0.40.0

func (_m *DeploymentInterface) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (*appsv1.Deployment, error)

Patch provides a mock function with given fields: ctx, name, pt, data, opts, subresources

func (*DeploymentInterface) Update added in v0.40.0

Update provides a mock function with given fields: ctx, deployment, opts

func (*DeploymentInterface) UpdateScale added in v0.40.0

func (_m *DeploymentInterface) UpdateScale(ctx context.Context, deploymentName string, scale *apiautoscalingv1.Scale, opts metav1.UpdateOptions) (*apiautoscalingv1.Scale, error)

UpdateScale provides a mock function with given fields: ctx, deploymentName, scale, opts

func (*DeploymentInterface) UpdateStatus added in v0.40.0

func (_m *DeploymentInterface) UpdateStatus(ctx context.Context, deployment *appsv1.Deployment, opts metav1.UpdateOptions) (*appsv1.Deployment, error)

UpdateStatus provides a mock function with given fields: ctx, deployment, opts

func (*DeploymentInterface) Watch added in v0.40.0

Watch provides a mock function with given fields: ctx, opts

type DeploymentInterface_ApplyScale_Call added in v0.40.0

type DeploymentInterface_ApplyScale_Call struct {
	*mock.Call
}

DeploymentInterface_ApplyScale_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ApplyScale'

func (*DeploymentInterface_ApplyScale_Call) Return added in v0.40.0

func (*DeploymentInterface_ApplyScale_Call) Run added in v0.40.0

type DeploymentInterface_ApplyStatus_Call added in v0.40.0

type DeploymentInterface_ApplyStatus_Call struct {
	*mock.Call
}

DeploymentInterface_ApplyStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ApplyStatus'

func (*DeploymentInterface_ApplyStatus_Call) Return added in v0.40.0

func (*DeploymentInterface_ApplyStatus_Call) Run added in v0.40.0

func (*DeploymentInterface_ApplyStatus_Call) RunAndReturn added in v0.40.0

type DeploymentInterface_Apply_Call added in v0.40.0

type DeploymentInterface_Apply_Call struct {
	*mock.Call
}

DeploymentInterface_Apply_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Apply'

func (*DeploymentInterface_Apply_Call) Return added in v0.40.0

func (*DeploymentInterface_Apply_Call) Run added in v0.40.0

func (*DeploymentInterface_Apply_Call) RunAndReturn added in v0.40.0

type DeploymentInterface_Create_Call added in v0.40.0

type DeploymentInterface_Create_Call struct {
	*mock.Call
}

DeploymentInterface_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*DeploymentInterface_Create_Call) Return added in v0.40.0

func (*DeploymentInterface_Create_Call) Run added in v0.40.0

func (*DeploymentInterface_Create_Call) RunAndReturn added in v0.40.0

type DeploymentInterface_DeleteCollection_Call added in v0.40.0

type DeploymentInterface_DeleteCollection_Call struct {
	*mock.Call
}

DeploymentInterface_DeleteCollection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteCollection'

func (*DeploymentInterface_DeleteCollection_Call) Return added in v0.40.0

func (*DeploymentInterface_DeleteCollection_Call) Run added in v0.40.0

func (*DeploymentInterface_DeleteCollection_Call) RunAndReturn added in v0.40.0

type DeploymentInterface_Delete_Call added in v0.40.0

type DeploymentInterface_Delete_Call struct {
	*mock.Call
}

DeploymentInterface_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*DeploymentInterface_Delete_Call) Return added in v0.40.0

func (*DeploymentInterface_Delete_Call) Run added in v0.40.0

func (*DeploymentInterface_Delete_Call) RunAndReturn added in v0.40.0

type DeploymentInterface_Expecter added in v0.40.0

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

func (*DeploymentInterface_Expecter) Apply added in v0.40.0

func (_e *DeploymentInterface_Expecter) Apply(ctx interface{}, deployment interface{}, opts interface{}) *DeploymentInterface_Apply_Call

Apply is a helper method to define mock.On call

  • ctx context.Context
  • deployment *v1.DeploymentApplyConfiguration
  • opts metav1.ApplyOptions

func (*DeploymentInterface_Expecter) ApplyScale added in v0.40.0

func (_e *DeploymentInterface_Expecter) ApplyScale(ctx interface{}, deploymentName interface{}, scale interface{}, opts interface{}) *DeploymentInterface_ApplyScale_Call

ApplyScale is a helper method to define mock.On call

  • ctx context.Context
  • deploymentName string
  • scale *autoscalingv1.ScaleApplyConfiguration
  • opts metav1.ApplyOptions

func (*DeploymentInterface_Expecter) ApplyStatus added in v0.40.0

func (_e *DeploymentInterface_Expecter) ApplyStatus(ctx interface{}, deployment interface{}, opts interface{}) *DeploymentInterface_ApplyStatus_Call

ApplyStatus is a helper method to define mock.On call

  • ctx context.Context
  • deployment *v1.DeploymentApplyConfiguration
  • opts metav1.ApplyOptions

func (*DeploymentInterface_Expecter) Create added in v0.40.0

func (_e *DeploymentInterface_Expecter) Create(ctx interface{}, deployment interface{}, opts interface{}) *DeploymentInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • deployment *appsv1.Deployment
  • opts metav1.CreateOptions

func (*DeploymentInterface_Expecter) Delete added in v0.40.0

func (_e *DeploymentInterface_Expecter) Delete(ctx interface{}, name interface{}, opts interface{}) *DeploymentInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • opts metav1.DeleteOptions

func (*DeploymentInterface_Expecter) DeleteCollection added in v0.40.0

func (_e *DeploymentInterface_Expecter) DeleteCollection(ctx interface{}, opts interface{}, listOpts interface{}) *DeploymentInterface_DeleteCollection_Call

DeleteCollection is a helper method to define mock.On call

  • ctx context.Context
  • opts metav1.DeleteOptions
  • listOpts metav1.ListOptions

func (*DeploymentInterface_Expecter) Get added in v0.40.0

func (_e *DeploymentInterface_Expecter) Get(ctx interface{}, name interface{}, opts interface{}) *DeploymentInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • opts metav1.GetOptions

func (*DeploymentInterface_Expecter) GetScale added in v0.40.0

func (_e *DeploymentInterface_Expecter) GetScale(ctx interface{}, deploymentName interface{}, options interface{}) *DeploymentInterface_GetScale_Call

GetScale is a helper method to define mock.On call

  • ctx context.Context
  • deploymentName string
  • options metav1.GetOptions

func (*DeploymentInterface_Expecter) List added in v0.40.0

func (_e *DeploymentInterface_Expecter) List(ctx interface{}, opts interface{}) *DeploymentInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • opts metav1.ListOptions

func (*DeploymentInterface_Expecter) Patch added in v0.40.0

func (_e *DeploymentInterface_Expecter) Patch(ctx interface{}, name interface{}, pt interface{}, data interface{}, opts interface{}, subresources ...interface{}) *DeploymentInterface_Patch_Call

Patch is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • pt types.PatchType
  • data []byte
  • opts metav1.PatchOptions
  • subresources ...string

func (*DeploymentInterface_Expecter) Update added in v0.40.0

func (_e *DeploymentInterface_Expecter) Update(ctx interface{}, deployment interface{}, opts interface{}) *DeploymentInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • deployment *appsv1.Deployment
  • opts metav1.UpdateOptions

func (*DeploymentInterface_Expecter) UpdateScale added in v0.40.0

func (_e *DeploymentInterface_Expecter) UpdateScale(ctx interface{}, deploymentName interface{}, scale interface{}, opts interface{}) *DeploymentInterface_UpdateScale_Call

UpdateScale is a helper method to define mock.On call

  • ctx context.Context
  • deploymentName string
  • scale *apiautoscalingv1.Scale
  • opts metav1.UpdateOptions

func (*DeploymentInterface_Expecter) UpdateStatus added in v0.40.0

func (_e *DeploymentInterface_Expecter) UpdateStatus(ctx interface{}, deployment interface{}, opts interface{}) *DeploymentInterface_UpdateStatus_Call

UpdateStatus is a helper method to define mock.On call

  • ctx context.Context
  • deployment *appsv1.Deployment
  • opts metav1.UpdateOptions

func (*DeploymentInterface_Expecter) Watch added in v0.40.0

func (_e *DeploymentInterface_Expecter) Watch(ctx interface{}, opts interface{}) *DeploymentInterface_Watch_Call

Watch is a helper method to define mock.On call

  • ctx context.Context
  • opts metav1.ListOptions

type DeploymentInterface_GetScale_Call added in v0.40.0

type DeploymentInterface_GetScale_Call struct {
	*mock.Call
}

DeploymentInterface_GetScale_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetScale'

func (*DeploymentInterface_GetScale_Call) Return added in v0.40.0

func (*DeploymentInterface_GetScale_Call) Run added in v0.40.0

func (*DeploymentInterface_GetScale_Call) RunAndReturn added in v0.40.0

type DeploymentInterface_Get_Call added in v0.40.0

type DeploymentInterface_Get_Call struct {
	*mock.Call
}

DeploymentInterface_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*DeploymentInterface_Get_Call) Return added in v0.40.0

func (*DeploymentInterface_Get_Call) Run added in v0.40.0

func (*DeploymentInterface_Get_Call) RunAndReturn added in v0.40.0

type DeploymentInterface_List_Call added in v0.40.0

type DeploymentInterface_List_Call struct {
	*mock.Call
}

DeploymentInterface_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*DeploymentInterface_List_Call) Return added in v0.40.0

func (*DeploymentInterface_List_Call) Run added in v0.40.0

func (*DeploymentInterface_List_Call) RunAndReturn added in v0.40.0

type DeploymentInterface_Patch_Call added in v0.40.0

type DeploymentInterface_Patch_Call struct {
	*mock.Call
}

DeploymentInterface_Patch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Patch'

func (*DeploymentInterface_Patch_Call) Return added in v0.40.0

func (*DeploymentInterface_Patch_Call) Run added in v0.40.0

func (_c *DeploymentInterface_Patch_Call) Run(run func(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string)) *DeploymentInterface_Patch_Call

func (*DeploymentInterface_Patch_Call) RunAndReturn added in v0.40.0

type DeploymentInterface_UpdateScale_Call added in v0.40.0

type DeploymentInterface_UpdateScale_Call struct {
	*mock.Call
}

DeploymentInterface_UpdateScale_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateScale'

func (*DeploymentInterface_UpdateScale_Call) Return added in v0.40.0

func (*DeploymentInterface_UpdateScale_Call) Run added in v0.40.0

func (*DeploymentInterface_UpdateScale_Call) RunAndReturn added in v0.40.0

type DeploymentInterface_UpdateStatus_Call added in v0.40.0

type DeploymentInterface_UpdateStatus_Call struct {
	*mock.Call
}

DeploymentInterface_UpdateStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateStatus'

func (*DeploymentInterface_UpdateStatus_Call) Return added in v0.40.0

func (*DeploymentInterface_UpdateStatus_Call) Run added in v0.40.0

func (*DeploymentInterface_UpdateStatus_Call) RunAndReturn added in v0.40.0

type DeploymentInterface_Update_Call added in v0.40.0

type DeploymentInterface_Update_Call struct {
	*mock.Call
}

DeploymentInterface_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*DeploymentInterface_Update_Call) Return added in v0.40.0

func (*DeploymentInterface_Update_Call) Run added in v0.40.0

func (*DeploymentInterface_Update_Call) RunAndReturn added in v0.40.0

type DeploymentInterface_Watch_Call added in v0.40.0

type DeploymentInterface_Watch_Call struct {
	*mock.Call
}

DeploymentInterface_Watch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Watch'

func (*DeploymentInterface_Watch_Call) Return added in v0.40.0

func (*DeploymentInterface_Watch_Call) Run added in v0.40.0

func (*DeploymentInterface_Watch_Call) RunAndReturn added in v0.40.0

type DoguRegistry

type DoguRegistry struct {
	mock.Mock
}

DoguRegistry is an autogenerated mock type for the DoguRegistry type

func NewDoguRegistry

func NewDoguRegistry(t mockConstructorTestingTNewDoguRegistry) *DoguRegistry

NewDoguRegistry creates a new instance of DoguRegistry. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*DoguRegistry) EXPECT

func (_m *DoguRegistry) EXPECT() *DoguRegistry_Expecter

func (*DoguRegistry) Enable

func (_m *DoguRegistry) Enable(dogu *core.Dogu) error

Enable provides a mock function with given fields: dogu

func (*DoguRegistry) Get

func (_m *DoguRegistry) Get(name string) (*core.Dogu, error)

Get provides a mock function with given fields: name

func (*DoguRegistry) GetAll

func (_m *DoguRegistry) GetAll() ([]*core.Dogu, error)

GetAll provides a mock function with given fields:

func (*DoguRegistry) IsEnabled

func (_m *DoguRegistry) IsEnabled(name string) (bool, error)

IsEnabled provides a mock function with given fields: name

func (*DoguRegistry) Register

func (_m *DoguRegistry) Register(dogu *core.Dogu) error

Register provides a mock function with given fields: dogu

func (*DoguRegistry) Unregister

func (_m *DoguRegistry) Unregister(name string) error

Unregister provides a mock function with given fields: name

type DoguRegistry_Enable_Call

type DoguRegistry_Enable_Call struct {
	*mock.Call
}

DoguRegistry_Enable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Enable'

func (*DoguRegistry_Enable_Call) Return

func (*DoguRegistry_Enable_Call) Run

func (_c *DoguRegistry_Enable_Call) Run(run func(dogu *core.Dogu)) *DoguRegistry_Enable_Call

func (*DoguRegistry_Enable_Call) RunAndReturn

func (_c *DoguRegistry_Enable_Call) RunAndReturn(run func(*core.Dogu) error) *DoguRegistry_Enable_Call

type DoguRegistry_Expecter

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

func (*DoguRegistry_Expecter) Enable

func (_e *DoguRegistry_Expecter) Enable(dogu interface{}) *DoguRegistry_Enable_Call

Enable is a helper method to define mock.On call

  • dogu *core.Dogu

func (*DoguRegistry_Expecter) Get

func (_e *DoguRegistry_Expecter) Get(name interface{}) *DoguRegistry_Get_Call

Get is a helper method to define mock.On call

  • name string

func (*DoguRegistry_Expecter) GetAll

GetAll is a helper method to define mock.On call

func (*DoguRegistry_Expecter) IsEnabled

func (_e *DoguRegistry_Expecter) IsEnabled(name interface{}) *DoguRegistry_IsEnabled_Call

IsEnabled is a helper method to define mock.On call

  • name string

func (*DoguRegistry_Expecter) Register

func (_e *DoguRegistry_Expecter) Register(dogu interface{}) *DoguRegistry_Register_Call

Register is a helper method to define mock.On call

  • dogu *core.Dogu

func (*DoguRegistry_Expecter) Unregister

func (_e *DoguRegistry_Expecter) Unregister(name interface{}) *DoguRegistry_Unregister_Call

Unregister is a helper method to define mock.On call

  • name string

type DoguRegistry_GetAll_Call

type DoguRegistry_GetAll_Call struct {
	*mock.Call
}

DoguRegistry_GetAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAll'

func (*DoguRegistry_GetAll_Call) Return

func (*DoguRegistry_GetAll_Call) Run

func (*DoguRegistry_GetAll_Call) RunAndReturn

func (_c *DoguRegistry_GetAll_Call) RunAndReturn(run func() ([]*core.Dogu, error)) *DoguRegistry_GetAll_Call

type DoguRegistry_Get_Call

type DoguRegistry_Get_Call struct {
	*mock.Call
}

DoguRegistry_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*DoguRegistry_Get_Call) Return

func (*DoguRegistry_Get_Call) Run

func (_c *DoguRegistry_Get_Call) Run(run func(name string)) *DoguRegistry_Get_Call

func (*DoguRegistry_Get_Call) RunAndReturn

func (_c *DoguRegistry_Get_Call) RunAndReturn(run func(string) (*core.Dogu, error)) *DoguRegistry_Get_Call

type DoguRegistry_IsEnabled_Call

type DoguRegistry_IsEnabled_Call struct {
	*mock.Call
}

DoguRegistry_IsEnabled_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsEnabled'

func (*DoguRegistry_IsEnabled_Call) Return

func (*DoguRegistry_IsEnabled_Call) Run

func (*DoguRegistry_IsEnabled_Call) RunAndReturn

type DoguRegistry_Register_Call

type DoguRegistry_Register_Call struct {
	*mock.Call
}

DoguRegistry_Register_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Register'

func (*DoguRegistry_Register_Call) Return

func (*DoguRegistry_Register_Call) Run

func (*DoguRegistry_Register_Call) RunAndReturn

type DoguRegistry_Unregister_Call

type DoguRegistry_Unregister_Call struct {
	*mock.Call
}

DoguRegistry_Unregister_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Unregister'

func (*DoguRegistry_Unregister_Call) Return

func (*DoguRegistry_Unregister_Call) Run

func (*DoguRegistry_Unregister_Call) RunAndReturn

type EventRecorder

type EventRecorder struct {
	mock.Mock
}

EventRecorder is an autogenerated mock type for the EventRecorder type

func NewEventRecorder

func NewEventRecorder(t mockConstructorTestingTNewEventRecorder) *EventRecorder

NewEventRecorder creates a new instance of EventRecorder. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*EventRecorder) AnnotatedEventf

func (_m *EventRecorder) AnnotatedEventf(object runtime.Object, annotations map[string]string, eventtype string, reason string, messageFmt string, args ...interface{})

AnnotatedEventf provides a mock function with given fields: object, annotations, eventtype, reason, messageFmt, args

func (*EventRecorder) EXPECT

func (_m *EventRecorder) EXPECT() *EventRecorder_Expecter

func (*EventRecorder) Event

func (_m *EventRecorder) Event(object runtime.Object, eventtype string, reason string, message string)

Event provides a mock function with given fields: object, eventtype, reason, message

func (*EventRecorder) Eventf

func (_m *EventRecorder) Eventf(object runtime.Object, eventtype string, reason string, messageFmt string, args ...interface{})

Eventf provides a mock function with given fields: object, eventtype, reason, messageFmt, args

type EventRecorder_AnnotatedEventf_Call

type EventRecorder_AnnotatedEventf_Call struct {
	*mock.Call
}

EventRecorder_AnnotatedEventf_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AnnotatedEventf'

func (*EventRecorder_AnnotatedEventf_Call) Return

func (*EventRecorder_AnnotatedEventf_Call) Run

func (_c *EventRecorder_AnnotatedEventf_Call) Run(run func(object runtime.Object, annotations map[string]string, eventtype string, reason string, messageFmt string, args ...interface{})) *EventRecorder_AnnotatedEventf_Call

func (*EventRecorder_AnnotatedEventf_Call) RunAndReturn

type EventRecorder_Event_Call

type EventRecorder_Event_Call struct {
	*mock.Call
}

EventRecorder_Event_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Event'

func (*EventRecorder_Event_Call) Return

func (*EventRecorder_Event_Call) Run

func (_c *EventRecorder_Event_Call) Run(run func(object runtime.Object, eventtype string, reason string, message string)) *EventRecorder_Event_Call

func (*EventRecorder_Event_Call) RunAndReturn

type EventRecorder_Eventf_Call

type EventRecorder_Eventf_Call struct {
	*mock.Call
}

EventRecorder_Eventf_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Eventf'

func (*EventRecorder_Eventf_Call) Return

func (*EventRecorder_Eventf_Call) Run

func (_c *EventRecorder_Eventf_Call) Run(run func(object runtime.Object, eventtype string, reason string, messageFmt string, args ...interface{})) *EventRecorder_Eventf_Call

func (*EventRecorder_Eventf_Call) RunAndReturn

func (_c *EventRecorder_Eventf_Call) RunAndReturn(run func(runtime.Object, string, string, string, ...interface{})) *EventRecorder_Eventf_Call

type EventRecorder_Expecter

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

func (*EventRecorder_Expecter) AnnotatedEventf

func (_e *EventRecorder_Expecter) AnnotatedEventf(object interface{}, annotations interface{}, eventtype interface{}, reason interface{}, messageFmt interface{}, args ...interface{}) *EventRecorder_AnnotatedEventf_Call

AnnotatedEventf is a helper method to define mock.On call

  • object runtime.Object
  • annotations map[string]string
  • eventtype string
  • reason string
  • messageFmt string
  • args ...interface{}

func (*EventRecorder_Expecter) Event

func (_e *EventRecorder_Expecter) Event(object interface{}, eventtype interface{}, reason interface{}, message interface{}) *EventRecorder_Event_Call

Event is a helper method to define mock.On call

  • object runtime.Object
  • eventtype string
  • reason string
  • message string

func (*EventRecorder_Expecter) Eventf

func (_e *EventRecorder_Expecter) Eventf(object interface{}, eventtype interface{}, reason interface{}, messageFmt interface{}, args ...interface{}) *EventRecorder_Eventf_Call

Eventf is a helper method to define mock.On call

  • object runtime.Object
  • eventtype string
  • reason string
  • messageFmt string
  • args ...interface{}

type HostAliasGenerator added in v0.27.0

type HostAliasGenerator struct {
	mock.Mock
}

HostAliasGenerator is an autogenerated mock type for the HostAliasGenerator type

func NewHostAliasGenerator added in v0.27.0

func NewHostAliasGenerator(t mockConstructorTestingTNewHostAliasGenerator) *HostAliasGenerator

NewHostAliasGenerator creates a new instance of HostAliasGenerator. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*HostAliasGenerator) EXPECT added in v0.27.0

func (*HostAliasGenerator) Generate added in v0.27.0

func (_m *HostAliasGenerator) Generate() ([]v1.HostAlias, error)

Generate provides a mock function with given fields:

type HostAliasGenerator_Expecter added in v0.27.0

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

func (*HostAliasGenerator_Expecter) Generate added in v0.27.0

Generate is a helper method to define mock.On call

type HostAliasGenerator_Generate_Call added in v0.27.0

type HostAliasGenerator_Generate_Call struct {
	*mock.Call
}

HostAliasGenerator_Generate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Generate'

func (*HostAliasGenerator_Generate_Call) Return added in v0.27.0

func (*HostAliasGenerator_Generate_Call) Run added in v0.27.0

func (*HostAliasGenerator_Generate_Call) RunAndReturn added in v0.27.0

type K8sClient

type K8sClient struct {
	mock.Mock
}

K8sClient is an autogenerated mock type for the K8sClient type

func NewK8sClient

func NewK8sClient(t mockConstructorTestingTNewK8sClient) *K8sClient

NewK8sClient creates a new instance of K8sClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*K8sClient) Create

func (_m *K8sClient) Create(ctx context.Context, obj client.Object, opts ...client.CreateOption) error

Create provides a mock function with given fields: ctx, obj, opts

func (*K8sClient) Delete

func (_m *K8sClient) Delete(ctx context.Context, obj client.Object, opts ...client.DeleteOption) error

Delete provides a mock function with given fields: ctx, obj, opts

func (*K8sClient) DeleteAllOf

func (_m *K8sClient) DeleteAllOf(ctx context.Context, obj client.Object, opts ...client.DeleteAllOfOption) error

DeleteAllOf provides a mock function with given fields: ctx, obj, opts

func (*K8sClient) EXPECT

func (_m *K8sClient) EXPECT() *K8sClient_Expecter

func (*K8sClient) Get

func (_m *K8sClient) Get(ctx context.Context, key types.NamespacedName, obj client.Object, opts ...client.GetOption) error

Get provides a mock function with given fields: ctx, key, obj, opts

func (*K8sClient) GroupVersionKindFor added in v0.32.0

func (_m *K8sClient) GroupVersionKindFor(obj runtime.Object) (schema.GroupVersionKind, error)

GroupVersionKindFor provides a mock function with given fields: obj

func (*K8sClient) IsObjectNamespaced added in v0.32.0

func (_m *K8sClient) IsObjectNamespaced(obj runtime.Object) (bool, error)

IsObjectNamespaced provides a mock function with given fields: obj

func (*K8sClient) List

func (_m *K8sClient) List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) error

List provides a mock function with given fields: ctx, list, opts

func (*K8sClient) Patch

func (_m *K8sClient) Patch(ctx context.Context, obj client.Object, patch client.Patch, opts ...client.PatchOption) error

Patch provides a mock function with given fields: ctx, obj, patch, opts

func (*K8sClient) RESTMapper

func (_m *K8sClient) RESTMapper() meta.RESTMapper

RESTMapper provides a mock function with given fields:

func (*K8sClient) Scheme

func (_m *K8sClient) Scheme() *runtime.Scheme

Scheme provides a mock function with given fields:

func (*K8sClient) Status

func (_m *K8sClient) Status() client.SubResourceWriter

Status provides a mock function with given fields:

func (*K8sClient) SubResource

func (_m *K8sClient) SubResource(subResource string) client.SubResourceClient

SubResource provides a mock function with given fields: subResource

func (*K8sClient) Update

func (_m *K8sClient) Update(ctx context.Context, obj client.Object, opts ...client.UpdateOption) error

Update provides a mock function with given fields: ctx, obj, opts

type K8sClient_Create_Call

type K8sClient_Create_Call struct {
	*mock.Call
}

K8sClient_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*K8sClient_Create_Call) Return

func (*K8sClient_Create_Call) Run

func (*K8sClient_Create_Call) RunAndReturn

type K8sClient_DeleteAllOf_Call

type K8sClient_DeleteAllOf_Call struct {
	*mock.Call
}

K8sClient_DeleteAllOf_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAllOf'

func (*K8sClient_DeleteAllOf_Call) Return

func (*K8sClient_DeleteAllOf_Call) Run

func (*K8sClient_DeleteAllOf_Call) RunAndReturn

type K8sClient_Delete_Call

type K8sClient_Delete_Call struct {
	*mock.Call
}

K8sClient_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*K8sClient_Delete_Call) Return

func (*K8sClient_Delete_Call) Run

func (*K8sClient_Delete_Call) RunAndReturn

type K8sClient_Expecter

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

func (*K8sClient_Expecter) Create

func (_e *K8sClient_Expecter) Create(ctx interface{}, obj interface{}, opts ...interface{}) *K8sClient_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • obj client.Object
  • opts ...client.CreateOption

func (*K8sClient_Expecter) Delete

func (_e *K8sClient_Expecter) Delete(ctx interface{}, obj interface{}, opts ...interface{}) *K8sClient_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • obj client.Object
  • opts ...client.DeleteOption

func (*K8sClient_Expecter) DeleteAllOf

func (_e *K8sClient_Expecter) DeleteAllOf(ctx interface{}, obj interface{}, opts ...interface{}) *K8sClient_DeleteAllOf_Call

DeleteAllOf is a helper method to define mock.On call

  • ctx context.Context
  • obj client.Object
  • opts ...client.DeleteAllOfOption

func (*K8sClient_Expecter) Get

func (_e *K8sClient_Expecter) Get(ctx interface{}, key interface{}, obj interface{}, opts ...interface{}) *K8sClient_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • key types.NamespacedName
  • obj client.Object
  • opts ...client.GetOption

func (*K8sClient_Expecter) GroupVersionKindFor added in v0.32.0

func (_e *K8sClient_Expecter) GroupVersionKindFor(obj interface{}) *K8sClient_GroupVersionKindFor_Call

GroupVersionKindFor is a helper method to define mock.On call

  • obj runtime.Object

func (*K8sClient_Expecter) IsObjectNamespaced added in v0.32.0

func (_e *K8sClient_Expecter) IsObjectNamespaced(obj interface{}) *K8sClient_IsObjectNamespaced_Call

IsObjectNamespaced is a helper method to define mock.On call

  • obj runtime.Object

func (*K8sClient_Expecter) List

func (_e *K8sClient_Expecter) List(ctx interface{}, list interface{}, opts ...interface{}) *K8sClient_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • list client.ObjectList
  • opts ...client.ListOption

func (*K8sClient_Expecter) Patch

func (_e *K8sClient_Expecter) Patch(ctx interface{}, obj interface{}, patch interface{}, opts ...interface{}) *K8sClient_Patch_Call

Patch is a helper method to define mock.On call

  • ctx context.Context
  • obj client.Object
  • patch client.Patch
  • opts ...client.PatchOption

func (*K8sClient_Expecter) RESTMapper

RESTMapper is a helper method to define mock.On call

func (*K8sClient_Expecter) Scheme

Scheme is a helper method to define mock.On call

func (*K8sClient_Expecter) Status

Status is a helper method to define mock.On call

func (*K8sClient_Expecter) SubResource

func (_e *K8sClient_Expecter) SubResource(subResource interface{}) *K8sClient_SubResource_Call

SubResource is a helper method to define mock.On call

  • subResource string

func (*K8sClient_Expecter) Update

func (_e *K8sClient_Expecter) Update(ctx interface{}, obj interface{}, opts ...interface{}) *K8sClient_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • obj client.Object
  • opts ...client.UpdateOption

type K8sClient_Get_Call

type K8sClient_Get_Call struct {
	*mock.Call
}

K8sClient_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*K8sClient_Get_Call) Return

func (_c *K8sClient_Get_Call) Return(_a0 error) *K8sClient_Get_Call

func (*K8sClient_Get_Call) Run

func (*K8sClient_Get_Call) RunAndReturn

type K8sClient_GroupVersionKindFor_Call added in v0.32.0

type K8sClient_GroupVersionKindFor_Call struct {
	*mock.Call
}

K8sClient_GroupVersionKindFor_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GroupVersionKindFor'

func (*K8sClient_GroupVersionKindFor_Call) Return added in v0.32.0

func (*K8sClient_GroupVersionKindFor_Call) Run added in v0.32.0

func (*K8sClient_GroupVersionKindFor_Call) RunAndReturn added in v0.32.0

type K8sClient_IsObjectNamespaced_Call added in v0.32.0

type K8sClient_IsObjectNamespaced_Call struct {
	*mock.Call
}

K8sClient_IsObjectNamespaced_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsObjectNamespaced'

func (*K8sClient_IsObjectNamespaced_Call) Return added in v0.32.0

func (*K8sClient_IsObjectNamespaced_Call) Run added in v0.32.0

func (*K8sClient_IsObjectNamespaced_Call) RunAndReturn added in v0.32.0

type K8sClient_List_Call

type K8sClient_List_Call struct {
	*mock.Call
}

K8sClient_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*K8sClient_List_Call) Return

func (*K8sClient_List_Call) Run

func (*K8sClient_List_Call) RunAndReturn

type K8sClient_Patch_Call

type K8sClient_Patch_Call struct {
	*mock.Call
}

K8sClient_Patch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Patch'

func (*K8sClient_Patch_Call) Return

func (*K8sClient_Patch_Call) Run

func (_c *K8sClient_Patch_Call) Run(run func(ctx context.Context, obj client.Object, patch client.Patch, opts ...client.PatchOption)) *K8sClient_Patch_Call

func (*K8sClient_Patch_Call) RunAndReturn

type K8sClient_RESTMapper_Call

type K8sClient_RESTMapper_Call struct {
	*mock.Call
}

K8sClient_RESTMapper_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RESTMapper'

func (*K8sClient_RESTMapper_Call) Return

func (*K8sClient_RESTMapper_Call) Run

func (*K8sClient_RESTMapper_Call) RunAndReturn

type K8sClient_Scheme_Call

type K8sClient_Scheme_Call struct {
	*mock.Call
}

K8sClient_Scheme_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Scheme'

func (*K8sClient_Scheme_Call) Return

func (*K8sClient_Scheme_Call) Run

func (_c *K8sClient_Scheme_Call) Run(run func()) *K8sClient_Scheme_Call

func (*K8sClient_Scheme_Call) RunAndReturn

func (_c *K8sClient_Scheme_Call) RunAndReturn(run func() *runtime.Scheme) *K8sClient_Scheme_Call

type K8sClient_Status_Call

type K8sClient_Status_Call struct {
	*mock.Call
}

K8sClient_Status_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Status'

func (*K8sClient_Status_Call) Return

func (*K8sClient_Status_Call) Run

func (_c *K8sClient_Status_Call) Run(run func()) *K8sClient_Status_Call

func (*K8sClient_Status_Call) RunAndReturn

type K8sClient_SubResource_Call

type K8sClient_SubResource_Call struct {
	*mock.Call
}

K8sClient_SubResource_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SubResource'

func (*K8sClient_SubResource_Call) Return

func (*K8sClient_SubResource_Call) Run

func (_c *K8sClient_SubResource_Call) Run(run func(subResource string)) *K8sClient_SubResource_Call

func (*K8sClient_SubResource_Call) RunAndReturn

type K8sClient_Update_Call

type K8sClient_Update_Call struct {
	*mock.Call
}

K8sClient_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*K8sClient_Update_Call) Return

func (*K8sClient_Update_Call) Run

func (*K8sClient_Update_Call) RunAndReturn

type K8sSubResourceWriter

type K8sSubResourceWriter struct {
	mock.Mock
}

K8sSubResourceWriter is an autogenerated mock type for the K8sSubResourceWriter type

func NewK8sSubResourceWriter

func NewK8sSubResourceWriter(t mockConstructorTestingTNewK8sSubResourceWriter) *K8sSubResourceWriter

NewK8sSubResourceWriter creates a new instance of K8sSubResourceWriter. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*K8sSubResourceWriter) Create

Create provides a mock function with given fields: ctx, obj, subResource, opts

func (*K8sSubResourceWriter) EXPECT

func (*K8sSubResourceWriter) Patch

Patch provides a mock function with given fields: ctx, obj, patch, opts

func (*K8sSubResourceWriter) Update

Update provides a mock function with given fields: ctx, obj, opts

type K8sSubResourceWriter_Create_Call

type K8sSubResourceWriter_Create_Call struct {
	*mock.Call
}

K8sSubResourceWriter_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*K8sSubResourceWriter_Create_Call) Return

func (*K8sSubResourceWriter_Create_Call) Run

type K8sSubResourceWriter_Expecter

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

func (*K8sSubResourceWriter_Expecter) Create

func (_e *K8sSubResourceWriter_Expecter) Create(ctx interface{}, obj interface{}, subResource interface{}, opts ...interface{}) *K8sSubResourceWriter_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • obj client.Object
  • subResource client.Object
  • opts ...client.SubResourceCreateOption

func (*K8sSubResourceWriter_Expecter) Patch

func (_e *K8sSubResourceWriter_Expecter) Patch(ctx interface{}, obj interface{}, patch interface{}, opts ...interface{}) *K8sSubResourceWriter_Patch_Call

Patch is a helper method to define mock.On call

  • ctx context.Context
  • obj client.Object
  • patch client.Patch
  • opts ...client.SubResourcePatchOption

func (*K8sSubResourceWriter_Expecter) Update

func (_e *K8sSubResourceWriter_Expecter) Update(ctx interface{}, obj interface{}, opts ...interface{}) *K8sSubResourceWriter_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • obj client.Object
  • opts ...client.SubResourceUpdateOption

type K8sSubResourceWriter_Patch_Call

type K8sSubResourceWriter_Patch_Call struct {
	*mock.Call
}

K8sSubResourceWriter_Patch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Patch'

func (*K8sSubResourceWriter_Patch_Call) Return

func (*K8sSubResourceWriter_Patch_Call) Run

type K8sSubResourceWriter_Update_Call

type K8sSubResourceWriter_Update_Call struct {
	*mock.Call
}

K8sSubResourceWriter_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*K8sSubResourceWriter_Update_Call) Return

func (*K8sSubResourceWriter_Update_Call) Run

func (*K8sSubResourceWriter_Update_Call) RunAndReturn

type LogSink

type LogSink struct {
	mock.Mock
}

LogSink is an autogenerated mock type for the LogSink type

func NewLogSink

func NewLogSink(t mockConstructorTestingTNewLogSink) *LogSink

NewLogSink creates a new instance of LogSink. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*LogSink) EXPECT

func (_m *LogSink) EXPECT() *LogSink_Expecter

func (*LogSink) Enabled

func (_m *LogSink) Enabled(level int) bool

Enabled provides a mock function with given fields: level

func (*LogSink) Error

func (_m *LogSink) Error(err error, msg string, keysAndValues ...interface{})

Error provides a mock function with given fields: err, msg, keysAndValues

func (*LogSink) Info

func (_m *LogSink) Info(level int, msg string, keysAndValues ...interface{})

Info provides a mock function with given fields: level, msg, keysAndValues

func (*LogSink) Init

func (_m *LogSink) Init(info logr.RuntimeInfo)

Init provides a mock function with given fields: info

func (*LogSink) WithName

func (_m *LogSink) WithName(name string) logr.LogSink

WithName provides a mock function with given fields: name

func (*LogSink) WithValues

func (_m *LogSink) WithValues(keysAndValues ...interface{}) logr.LogSink

WithValues provides a mock function with given fields: keysAndValues

type LogSink_Enabled_Call

type LogSink_Enabled_Call struct {
	*mock.Call
}

LogSink_Enabled_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Enabled'

func (*LogSink_Enabled_Call) Return

func (*LogSink_Enabled_Call) Run

func (_c *LogSink_Enabled_Call) Run(run func(level int)) *LogSink_Enabled_Call

func (*LogSink_Enabled_Call) RunAndReturn

func (_c *LogSink_Enabled_Call) RunAndReturn(run func(int) bool) *LogSink_Enabled_Call

type LogSink_Error_Call

type LogSink_Error_Call struct {
	*mock.Call
}

LogSink_Error_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Error'

func (*LogSink_Error_Call) Return

func (_c *LogSink_Error_Call) Return() *LogSink_Error_Call

func (*LogSink_Error_Call) Run

func (_c *LogSink_Error_Call) Run(run func(err error, msg string, keysAndValues ...interface{})) *LogSink_Error_Call

func (*LogSink_Error_Call) RunAndReturn

func (_c *LogSink_Error_Call) RunAndReturn(run func(error, string, ...interface{})) *LogSink_Error_Call

type LogSink_Expecter

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

func (*LogSink_Expecter) Enabled

func (_e *LogSink_Expecter) Enabled(level interface{}) *LogSink_Enabled_Call

Enabled is a helper method to define mock.On call

  • level int

func (*LogSink_Expecter) Error

func (_e *LogSink_Expecter) Error(err interface{}, msg interface{}, keysAndValues ...interface{}) *LogSink_Error_Call

Error is a helper method to define mock.On call

  • err error
  • msg string
  • keysAndValues ...interface{}

func (*LogSink_Expecter) Info

func (_e *LogSink_Expecter) Info(level interface{}, msg interface{}, keysAndValues ...interface{}) *LogSink_Info_Call

Info is a helper method to define mock.On call

  • level int
  • msg string
  • keysAndValues ...interface{}

func (*LogSink_Expecter) Init

func (_e *LogSink_Expecter) Init(info interface{}) *LogSink_Init_Call

Init is a helper method to define mock.On call

  • info logr.RuntimeInfo

func (*LogSink_Expecter) WithName

func (_e *LogSink_Expecter) WithName(name interface{}) *LogSink_WithName_Call

WithName is a helper method to define mock.On call

  • name string

func (*LogSink_Expecter) WithValues

func (_e *LogSink_Expecter) WithValues(keysAndValues ...interface{}) *LogSink_WithValues_Call

WithValues is a helper method to define mock.On call

  • keysAndValues ...interface{}

type LogSink_Info_Call

type LogSink_Info_Call struct {
	*mock.Call
}

LogSink_Info_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Info'

func (*LogSink_Info_Call) Return

func (_c *LogSink_Info_Call) Return() *LogSink_Info_Call

func (*LogSink_Info_Call) Run

func (_c *LogSink_Info_Call) Run(run func(level int, msg string, keysAndValues ...interface{})) *LogSink_Info_Call

func (*LogSink_Info_Call) RunAndReturn

func (_c *LogSink_Info_Call) RunAndReturn(run func(int, string, ...interface{})) *LogSink_Info_Call

type LogSink_Init_Call

type LogSink_Init_Call struct {
	*mock.Call
}

LogSink_Init_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Init'

func (*LogSink_Init_Call) Return

func (_c *LogSink_Init_Call) Return() *LogSink_Init_Call

func (*LogSink_Init_Call) Run

func (_c *LogSink_Init_Call) Run(run func(info logr.RuntimeInfo)) *LogSink_Init_Call

func (*LogSink_Init_Call) RunAndReturn

func (_c *LogSink_Init_Call) RunAndReturn(run func(logr.RuntimeInfo)) *LogSink_Init_Call

type LogSink_WithName_Call

type LogSink_WithName_Call struct {
	*mock.Call
}

LogSink_WithName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WithName'

func (*LogSink_WithName_Call) Return

func (*LogSink_WithName_Call) Run

func (_c *LogSink_WithName_Call) Run(run func(name string)) *LogSink_WithName_Call

func (*LogSink_WithName_Call) RunAndReturn

func (_c *LogSink_WithName_Call) RunAndReturn(run func(string) logr.LogSink) *LogSink_WithName_Call

type LogSink_WithValues_Call

type LogSink_WithValues_Call struct {
	*mock.Call
}

LogSink_WithValues_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WithValues'

func (*LogSink_WithValues_Call) Return

func (*LogSink_WithValues_Call) Run

func (_c *LogSink_WithValues_Call) Run(run func(keysAndValues ...interface{})) *LogSink_WithValues_Call

func (*LogSink_WithValues_Call) RunAndReturn

func (_c *LogSink_WithValues_Call) RunAndReturn(run func(...interface{}) logr.LogSink) *LogSink_WithValues_Call

type PodInterface added in v1.0.0

type PodInterface struct {
	mock.Mock
}

PodInterface is an autogenerated mock type for the PodInterface type

func NewPodInterface added in v1.0.0

func NewPodInterface(t mockConstructorTestingTNewPodInterface) *PodInterface

NewPodInterface creates a new instance of PodInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*PodInterface) Apply added in v1.0.0

Apply provides a mock function with given fields: ctx, pod, opts

func (*PodInterface) ApplyStatus added in v1.0.0

func (_m *PodInterface) ApplyStatus(ctx context.Context, pod *v1.PodApplyConfiguration, opts metav1.ApplyOptions) (*corev1.Pod, error)

ApplyStatus provides a mock function with given fields: ctx, pod, opts

func (*PodInterface) Bind added in v1.0.0

func (_m *PodInterface) Bind(ctx context.Context, binding *corev1.Binding, opts metav1.CreateOptions) error

Bind provides a mock function with given fields: ctx, binding, opts

func (*PodInterface) Create added in v1.0.0

func (_m *PodInterface) Create(ctx context.Context, pod *corev1.Pod, opts metav1.CreateOptions) (*corev1.Pod, error)

Create provides a mock function with given fields: ctx, pod, opts

func (*PodInterface) Delete added in v1.0.0

func (_m *PodInterface) Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error

Delete provides a mock function with given fields: ctx, name, opts

func (*PodInterface) DeleteCollection added in v1.0.0

func (_m *PodInterface) DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error

DeleteCollection provides a mock function with given fields: ctx, opts, listOpts

func (*PodInterface) EXPECT added in v1.0.0

func (_m *PodInterface) EXPECT() *PodInterface_Expecter

func (*PodInterface) Evict added in v1.0.0

func (_m *PodInterface) Evict(ctx context.Context, eviction *v1beta1.Eviction) error

Evict provides a mock function with given fields: ctx, eviction

func (*PodInterface) EvictV1 added in v1.0.0

func (_m *PodInterface) EvictV1(ctx context.Context, eviction *policyv1.Eviction) error

EvictV1 provides a mock function with given fields: ctx, eviction

func (*PodInterface) EvictV1beta1 added in v1.0.0

func (_m *PodInterface) EvictV1beta1(ctx context.Context, eviction *v1beta1.Eviction) error

EvictV1beta1 provides a mock function with given fields: ctx, eviction

func (*PodInterface) Get added in v1.0.0

func (_m *PodInterface) Get(ctx context.Context, name string, opts metav1.GetOptions) (*corev1.Pod, error)

Get provides a mock function with given fields: ctx, name, opts

func (*PodInterface) GetLogs added in v1.0.0

func (_m *PodInterface) GetLogs(name string, opts *corev1.PodLogOptions) *rest.Request

GetLogs provides a mock function with given fields: name, opts

func (*PodInterface) List added in v1.0.0

List provides a mock function with given fields: ctx, opts

func (*PodInterface) Patch added in v1.0.0

func (_m *PodInterface) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (*corev1.Pod, error)

Patch provides a mock function with given fields: ctx, name, pt, data, opts, subresources

func (*PodInterface) ProxyGet added in v1.0.0

func (_m *PodInterface) ProxyGet(scheme string, name string, port string, path string, params map[string]string) rest.ResponseWrapper

ProxyGet provides a mock function with given fields: scheme, name, port, path, params

func (*PodInterface) Update added in v1.0.0

func (_m *PodInterface) Update(ctx context.Context, pod *corev1.Pod, opts metav1.UpdateOptions) (*corev1.Pod, error)

Update provides a mock function with given fields: ctx, pod, opts

func (*PodInterface) UpdateEphemeralContainers added in v1.0.0

func (_m *PodInterface) UpdateEphemeralContainers(ctx context.Context, podName string, pod *corev1.Pod, opts metav1.UpdateOptions) (*corev1.Pod, error)

UpdateEphemeralContainers provides a mock function with given fields: ctx, podName, pod, opts

func (*PodInterface) UpdateStatus added in v1.0.0

func (_m *PodInterface) UpdateStatus(ctx context.Context, pod *corev1.Pod, opts metav1.UpdateOptions) (*corev1.Pod, error)

UpdateStatus provides a mock function with given fields: ctx, pod, opts

func (*PodInterface) Watch added in v1.0.0

Watch provides a mock function with given fields: ctx, opts

type PodInterface_ApplyStatus_Call added in v1.0.0

type PodInterface_ApplyStatus_Call struct {
	*mock.Call
}

PodInterface_ApplyStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ApplyStatus'

func (*PodInterface_ApplyStatus_Call) Return added in v1.0.0

func (*PodInterface_ApplyStatus_Call) Run added in v1.0.0

func (*PodInterface_ApplyStatus_Call) RunAndReturn added in v1.0.0

type PodInterface_Apply_Call added in v1.0.0

type PodInterface_Apply_Call struct {
	*mock.Call
}

PodInterface_Apply_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Apply'

func (*PodInterface_Apply_Call) Return added in v1.0.0

func (*PodInterface_Apply_Call) Run added in v1.0.0

func (*PodInterface_Apply_Call) RunAndReturn added in v1.0.0

type PodInterface_Bind_Call added in v1.0.0

type PodInterface_Bind_Call struct {
	*mock.Call
}

PodInterface_Bind_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Bind'

func (*PodInterface_Bind_Call) Return added in v1.0.0

func (*PodInterface_Bind_Call) Run added in v1.0.0

func (*PodInterface_Bind_Call) RunAndReturn added in v1.0.0

type PodInterface_Create_Call added in v1.0.0

type PodInterface_Create_Call struct {
	*mock.Call
}

PodInterface_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*PodInterface_Create_Call) Return added in v1.0.0

func (*PodInterface_Create_Call) Run added in v1.0.0

func (*PodInterface_Create_Call) RunAndReturn added in v1.0.0

type PodInterface_DeleteCollection_Call added in v1.0.0

type PodInterface_DeleteCollection_Call struct {
	*mock.Call
}

PodInterface_DeleteCollection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteCollection'

func (*PodInterface_DeleteCollection_Call) Return added in v1.0.0

func (*PodInterface_DeleteCollection_Call) Run added in v1.0.0

func (*PodInterface_DeleteCollection_Call) RunAndReturn added in v1.0.0

type PodInterface_Delete_Call added in v1.0.0

type PodInterface_Delete_Call struct {
	*mock.Call
}

PodInterface_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*PodInterface_Delete_Call) Return added in v1.0.0

func (*PodInterface_Delete_Call) Run added in v1.0.0

func (*PodInterface_Delete_Call) RunAndReturn added in v1.0.0

type PodInterface_EvictV1_Call added in v1.0.0

type PodInterface_EvictV1_Call struct {
	*mock.Call
}

PodInterface_EvictV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EvictV1'

func (*PodInterface_EvictV1_Call) Return added in v1.0.0

func (*PodInterface_EvictV1_Call) Run added in v1.0.0

func (*PodInterface_EvictV1_Call) RunAndReturn added in v1.0.0

type PodInterface_EvictV1beta1_Call added in v1.0.0

type PodInterface_EvictV1beta1_Call struct {
	*mock.Call
}

PodInterface_EvictV1beta1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EvictV1beta1'

func (*PodInterface_EvictV1beta1_Call) Return added in v1.0.0

func (*PodInterface_EvictV1beta1_Call) Run added in v1.0.0

func (*PodInterface_EvictV1beta1_Call) RunAndReturn added in v1.0.0

type PodInterface_Evict_Call added in v1.0.0

type PodInterface_Evict_Call struct {
	*mock.Call
}

PodInterface_Evict_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Evict'

func (*PodInterface_Evict_Call) Return added in v1.0.0

func (*PodInterface_Evict_Call) Run added in v1.0.0

func (*PodInterface_Evict_Call) RunAndReturn added in v1.0.0

type PodInterface_Expecter added in v1.0.0

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

func (*PodInterface_Expecter) Apply added in v1.0.0

func (_e *PodInterface_Expecter) Apply(ctx interface{}, pod interface{}, opts interface{}) *PodInterface_Apply_Call

Apply is a helper method to define mock.On call

  • ctx context.Context
  • pod *v1.PodApplyConfiguration
  • opts metav1.ApplyOptions

func (*PodInterface_Expecter) ApplyStatus added in v1.0.0

func (_e *PodInterface_Expecter) ApplyStatus(ctx interface{}, pod interface{}, opts interface{}) *PodInterface_ApplyStatus_Call

ApplyStatus is a helper method to define mock.On call

  • ctx context.Context
  • pod *v1.PodApplyConfiguration
  • opts metav1.ApplyOptions

func (*PodInterface_Expecter) Bind added in v1.0.0

func (_e *PodInterface_Expecter) Bind(ctx interface{}, binding interface{}, opts interface{}) *PodInterface_Bind_Call

Bind is a helper method to define mock.On call

  • ctx context.Context
  • binding *corev1.Binding
  • opts metav1.CreateOptions

func (*PodInterface_Expecter) Create added in v1.0.0

func (_e *PodInterface_Expecter) Create(ctx interface{}, pod interface{}, opts interface{}) *PodInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • pod *corev1.Pod
  • opts metav1.CreateOptions

func (*PodInterface_Expecter) Delete added in v1.0.0

func (_e *PodInterface_Expecter) Delete(ctx interface{}, name interface{}, opts interface{}) *PodInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • opts metav1.DeleteOptions

func (*PodInterface_Expecter) DeleteCollection added in v1.0.0

func (_e *PodInterface_Expecter) DeleteCollection(ctx interface{}, opts interface{}, listOpts interface{}) *PodInterface_DeleteCollection_Call

DeleteCollection is a helper method to define mock.On call

  • ctx context.Context
  • opts metav1.DeleteOptions
  • listOpts metav1.ListOptions

func (*PodInterface_Expecter) Evict added in v1.0.0

func (_e *PodInterface_Expecter) Evict(ctx interface{}, eviction interface{}) *PodInterface_Evict_Call

Evict is a helper method to define mock.On call

  • ctx context.Context
  • eviction *v1beta1.Eviction

func (*PodInterface_Expecter) EvictV1 added in v1.0.0

func (_e *PodInterface_Expecter) EvictV1(ctx interface{}, eviction interface{}) *PodInterface_EvictV1_Call

EvictV1 is a helper method to define mock.On call

  • ctx context.Context
  • eviction *policyv1.Eviction

func (*PodInterface_Expecter) EvictV1beta1 added in v1.0.0

func (_e *PodInterface_Expecter) EvictV1beta1(ctx interface{}, eviction interface{}) *PodInterface_EvictV1beta1_Call

EvictV1beta1 is a helper method to define mock.On call

  • ctx context.Context
  • eviction *v1beta1.Eviction

func (*PodInterface_Expecter) Get added in v1.0.0

func (_e *PodInterface_Expecter) Get(ctx interface{}, name interface{}, opts interface{}) *PodInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • opts metav1.GetOptions

func (*PodInterface_Expecter) GetLogs added in v1.0.0

func (_e *PodInterface_Expecter) GetLogs(name interface{}, opts interface{}) *PodInterface_GetLogs_Call

GetLogs is a helper method to define mock.On call

  • name string
  • opts *corev1.PodLogOptions

func (*PodInterface_Expecter) List added in v1.0.0

func (_e *PodInterface_Expecter) List(ctx interface{}, opts interface{}) *PodInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • opts metav1.ListOptions

func (*PodInterface_Expecter) Patch added in v1.0.0

func (_e *PodInterface_Expecter) Patch(ctx interface{}, name interface{}, pt interface{}, data interface{}, opts interface{}, subresources ...interface{}) *PodInterface_Patch_Call

Patch is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • pt types.PatchType
  • data []byte
  • opts metav1.PatchOptions
  • subresources ...string

func (*PodInterface_Expecter) ProxyGet added in v1.0.0

func (_e *PodInterface_Expecter) ProxyGet(scheme interface{}, name interface{}, port interface{}, path interface{}, params interface{}) *PodInterface_ProxyGet_Call

ProxyGet is a helper method to define mock.On call

  • scheme string
  • name string
  • port string
  • path string
  • params map[string]string

func (*PodInterface_Expecter) Update added in v1.0.0

func (_e *PodInterface_Expecter) Update(ctx interface{}, pod interface{}, opts interface{}) *PodInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • pod *corev1.Pod
  • opts metav1.UpdateOptions

func (*PodInterface_Expecter) UpdateEphemeralContainers added in v1.0.0

func (_e *PodInterface_Expecter) UpdateEphemeralContainers(ctx interface{}, podName interface{}, pod interface{}, opts interface{}) *PodInterface_UpdateEphemeralContainers_Call

UpdateEphemeralContainers is a helper method to define mock.On call

  • ctx context.Context
  • podName string
  • pod *corev1.Pod
  • opts metav1.UpdateOptions

func (*PodInterface_Expecter) UpdateStatus added in v1.0.0

func (_e *PodInterface_Expecter) UpdateStatus(ctx interface{}, pod interface{}, opts interface{}) *PodInterface_UpdateStatus_Call

UpdateStatus is a helper method to define mock.On call

  • ctx context.Context
  • pod *corev1.Pod
  • opts metav1.UpdateOptions

func (*PodInterface_Expecter) Watch added in v1.0.0

func (_e *PodInterface_Expecter) Watch(ctx interface{}, opts interface{}) *PodInterface_Watch_Call

Watch is a helper method to define mock.On call

  • ctx context.Context
  • opts metav1.ListOptions

type PodInterface_GetLogs_Call added in v1.0.0

type PodInterface_GetLogs_Call struct {
	*mock.Call
}

PodInterface_GetLogs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLogs'

func (*PodInterface_GetLogs_Call) Return added in v1.0.0

func (*PodInterface_GetLogs_Call) Run added in v1.0.0

func (*PodInterface_GetLogs_Call) RunAndReturn added in v1.0.0

type PodInterface_Get_Call added in v1.0.0

type PodInterface_Get_Call struct {
	*mock.Call
}

PodInterface_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*PodInterface_Get_Call) Return added in v1.0.0

func (*PodInterface_Get_Call) Run added in v1.0.0

func (*PodInterface_Get_Call) RunAndReturn added in v1.0.0

type PodInterface_List_Call added in v1.0.0

type PodInterface_List_Call struct {
	*mock.Call
}

PodInterface_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*PodInterface_List_Call) Return added in v1.0.0

func (*PodInterface_List_Call) Run added in v1.0.0

func (*PodInterface_List_Call) RunAndReturn added in v1.0.0

type PodInterface_Patch_Call added in v1.0.0

type PodInterface_Patch_Call struct {
	*mock.Call
}

PodInterface_Patch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Patch'

func (*PodInterface_Patch_Call) Return added in v1.0.0

func (*PodInterface_Patch_Call) Run added in v1.0.0

func (_c *PodInterface_Patch_Call) Run(run func(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string)) *PodInterface_Patch_Call

func (*PodInterface_Patch_Call) RunAndReturn added in v1.0.0

type PodInterface_ProxyGet_Call added in v1.0.0

type PodInterface_ProxyGet_Call struct {
	*mock.Call
}

PodInterface_ProxyGet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ProxyGet'

func (*PodInterface_ProxyGet_Call) Return added in v1.0.0

func (*PodInterface_ProxyGet_Call) Run added in v1.0.0

func (_c *PodInterface_ProxyGet_Call) Run(run func(scheme string, name string, port string, path string, params map[string]string)) *PodInterface_ProxyGet_Call

func (*PodInterface_ProxyGet_Call) RunAndReturn added in v1.0.0

type PodInterface_UpdateEphemeralContainers_Call added in v1.0.0

type PodInterface_UpdateEphemeralContainers_Call struct {
	*mock.Call
}

PodInterface_UpdateEphemeralContainers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateEphemeralContainers'

func (*PodInterface_UpdateEphemeralContainers_Call) Return added in v1.0.0

func (*PodInterface_UpdateEphemeralContainers_Call) Run added in v1.0.0

func (*PodInterface_UpdateEphemeralContainers_Call) RunAndReturn added in v1.0.0

type PodInterface_UpdateStatus_Call added in v1.0.0

type PodInterface_UpdateStatus_Call struct {
	*mock.Call
}

PodInterface_UpdateStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateStatus'

func (*PodInterface_UpdateStatus_Call) Return added in v1.0.0

func (*PodInterface_UpdateStatus_Call) Run added in v1.0.0

func (*PodInterface_UpdateStatus_Call) RunAndReturn added in v1.0.0

type PodInterface_Update_Call added in v1.0.0

type PodInterface_Update_Call struct {
	*mock.Call
}

PodInterface_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'

func (*PodInterface_Update_Call) Return added in v1.0.0

func (*PodInterface_Update_Call) Run added in v1.0.0

func (*PodInterface_Update_Call) RunAndReturn added in v1.0.0

type PodInterface_Watch_Call added in v1.0.0

type PodInterface_Watch_Call struct {
	*mock.Call
}

PodInterface_Watch_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Watch'

func (*PodInterface_Watch_Call) Return added in v1.0.0

func (*PodInterface_Watch_Call) Run added in v1.0.0

func (*PodInterface_Watch_Call) RunAndReturn added in v1.0.0

type RemoteExecutor

type RemoteExecutor struct {
	mock.Mock
}

RemoteExecutor is an autogenerated mock type for the RemoteExecutor type

func NewRemoteExecutor

func NewRemoteExecutor(t mockConstructorTestingTNewRemoteExecutor) *RemoteExecutor

NewRemoteExecutor creates a new instance of RemoteExecutor. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*RemoteExecutor) EXPECT

func (*RemoteExecutor) Stream

func (_m *RemoteExecutor) Stream(options remotecommand.StreamOptions) error

Stream provides a mock function with given fields: options

func (*RemoteExecutor) StreamWithContext

func (_m *RemoteExecutor) StreamWithContext(ctx context.Context, options remotecommand.StreamOptions) error

StreamWithContext provides a mock function with given fields: ctx, options

type RemoteExecutor_Expecter

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

func (*RemoteExecutor_Expecter) Stream

func (_e *RemoteExecutor_Expecter) Stream(options interface{}) *RemoteExecutor_Stream_Call

Stream is a helper method to define mock.On call

  • options remotecommand.StreamOptions

func (*RemoteExecutor_Expecter) StreamWithContext

func (_e *RemoteExecutor_Expecter) StreamWithContext(ctx interface{}, options interface{}) *RemoteExecutor_StreamWithContext_Call

StreamWithContext is a helper method to define mock.On call

  • ctx context.Context
  • options remotecommand.StreamOptions

type RemoteExecutor_StreamWithContext_Call

type RemoteExecutor_StreamWithContext_Call struct {
	*mock.Call
}

RemoteExecutor_StreamWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StreamWithContext'

func (*RemoteExecutor_StreamWithContext_Call) Return

func (*RemoteExecutor_StreamWithContext_Call) Run

func (*RemoteExecutor_StreamWithContext_Call) RunAndReturn

type RemoteExecutor_Stream_Call

type RemoteExecutor_Stream_Call struct {
	*mock.Call
}

RemoteExecutor_Stream_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Stream'

func (*RemoteExecutor_Stream_Call) Return

func (*RemoteExecutor_Stream_Call) Run

func (*RemoteExecutor_Stream_Call) RunAndReturn

type RemoteRegistry

type RemoteRegistry struct {
	mock.Mock
}

RemoteRegistry is an autogenerated mock type for the RemoteRegistry type

func NewRemoteRegistry

func NewRemoteRegistry(t mockConstructorTestingTNewRemoteRegistry) *RemoteRegistry

NewRemoteRegistry creates a new instance of RemoteRegistry. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*RemoteRegistry) Create

func (_m *RemoteRegistry) Create(dogu *core.Dogu) error

Create provides a mock function with given fields: dogu

func (*RemoteRegistry) Delete

func (_m *RemoteRegistry) Delete(dogu *core.Dogu) error

Delete provides a mock function with given fields: dogu

func (*RemoteRegistry) EXPECT

func (*RemoteRegistry) Get

func (_m *RemoteRegistry) Get(name string) (*core.Dogu, error)

Get provides a mock function with given fields: name

func (*RemoteRegistry) GetAll

func (_m *RemoteRegistry) GetAll() ([]*core.Dogu, error)

GetAll provides a mock function with given fields:

func (*RemoteRegistry) GetVersion

func (_m *RemoteRegistry) GetVersion(name string, version string) (*core.Dogu, error)

GetVersion provides a mock function with given fields: name, version

func (*RemoteRegistry) GetVersionsOf

func (_m *RemoteRegistry) GetVersionsOf(name string) ([]core.Version, error)

GetVersionsOf provides a mock function with given fields: name

func (*RemoteRegistry) SetUseCache

func (_m *RemoteRegistry) SetUseCache(useCache bool)

SetUseCache provides a mock function with given fields: useCache

type RemoteRegistry_Create_Call

type RemoteRegistry_Create_Call struct {
	*mock.Call
}

RemoteRegistry_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'

func (*RemoteRegistry_Create_Call) Return

func (*RemoteRegistry_Create_Call) Run

func (*RemoteRegistry_Create_Call) RunAndReturn

type RemoteRegistry_Delete_Call

type RemoteRegistry_Delete_Call struct {
	*mock.Call
}

RemoteRegistry_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'

func (*RemoteRegistry_Delete_Call) Return

func (*RemoteRegistry_Delete_Call) Run

func (*RemoteRegistry_Delete_Call) RunAndReturn

type RemoteRegistry_Expecter

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

func (*RemoteRegistry_Expecter) Create

func (_e *RemoteRegistry_Expecter) Create(dogu interface{}) *RemoteRegistry_Create_Call

Create is a helper method to define mock.On call

  • dogu *core.Dogu

func (*RemoteRegistry_Expecter) Delete

func (_e *RemoteRegistry_Expecter) Delete(dogu interface{}) *RemoteRegistry_Delete_Call

Delete is a helper method to define mock.On call

  • dogu *core.Dogu

func (*RemoteRegistry_Expecter) Get

func (_e *RemoteRegistry_Expecter) Get(name interface{}) *RemoteRegistry_Get_Call

Get is a helper method to define mock.On call

  • name string

func (*RemoteRegistry_Expecter) GetAll

GetAll is a helper method to define mock.On call

func (*RemoteRegistry_Expecter) GetVersion

func (_e *RemoteRegistry_Expecter) GetVersion(name interface{}, version interface{}) *RemoteRegistry_GetVersion_Call

GetVersion is a helper method to define mock.On call

  • name string
  • version string

func (*RemoteRegistry_Expecter) GetVersionsOf

func (_e *RemoteRegistry_Expecter) GetVersionsOf(name interface{}) *RemoteRegistry_GetVersionsOf_Call

GetVersionsOf is a helper method to define mock.On call

  • name string

func (*RemoteRegistry_Expecter) SetUseCache

func (_e *RemoteRegistry_Expecter) SetUseCache(useCache interface{}) *RemoteRegistry_SetUseCache_Call

SetUseCache is a helper method to define mock.On call

  • useCache bool

type RemoteRegistry_GetAll_Call

type RemoteRegistry_GetAll_Call struct {
	*mock.Call
}

RemoteRegistry_GetAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAll'

func (*RemoteRegistry_GetAll_Call) Return

func (*RemoteRegistry_GetAll_Call) Run

func (*RemoteRegistry_GetAll_Call) RunAndReturn

func (_c *RemoteRegistry_GetAll_Call) RunAndReturn(run func() ([]*core.Dogu, error)) *RemoteRegistry_GetAll_Call

type RemoteRegistry_GetVersion_Call

type RemoteRegistry_GetVersion_Call struct {
	*mock.Call
}

RemoteRegistry_GetVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetVersion'

func (*RemoteRegistry_GetVersion_Call) Return

func (*RemoteRegistry_GetVersion_Call) Run

func (*RemoteRegistry_GetVersion_Call) RunAndReturn

type RemoteRegistry_GetVersionsOf_Call

type RemoteRegistry_GetVersionsOf_Call struct {
	*mock.Call
}

RemoteRegistry_GetVersionsOf_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetVersionsOf'

func (*RemoteRegistry_GetVersionsOf_Call) Return

func (*RemoteRegistry_GetVersionsOf_Call) Run

func (*RemoteRegistry_GetVersionsOf_Call) RunAndReturn

type RemoteRegistry_Get_Call

type RemoteRegistry_Get_Call struct {
	*mock.Call
}

RemoteRegistry_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*RemoteRegistry_Get_Call) Return

func (*RemoteRegistry_Get_Call) Run

func (_c *RemoteRegistry_Get_Call) Run(run func(name string)) *RemoteRegistry_Get_Call

func (*RemoteRegistry_Get_Call) RunAndReturn

func (_c *RemoteRegistry_Get_Call) RunAndReturn(run func(string) (*core.Dogu, error)) *RemoteRegistry_Get_Call

type RemoteRegistry_SetUseCache_Call

type RemoteRegistry_SetUseCache_Call struct {
	*mock.Call
}

RemoteRegistry_SetUseCache_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetUseCache'

func (*RemoteRegistry_SetUseCache_Call) Return

func (*RemoteRegistry_SetUseCache_Call) Run

func (*RemoteRegistry_SetUseCache_Call) RunAndReturn

Jump to

Keyboard shortcuts

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