mocks

package
v1.0.14 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2020 License: MIT Imports: 46 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppsV1Interface

type AppsV1Interface struct {
	mock.Mock
}

AppsV1Interface is an autogenerated mock type for the AppsV1Interface type

func (*AppsV1Interface) ControllerRevisions

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

ControllerRevisions provides a mock function with given fields: namespace

func (*AppsV1Interface) DaemonSets

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

DaemonSets provides a mock function with given fields: namespace

func (*AppsV1Interface) Deployments

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

Deployments provides a mock function with given fields: namespace

func (*AppsV1Interface) RESTClient

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

RESTClient provides a mock function with given fields:

func (*AppsV1Interface) ReplicaSets

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

ReplicaSets provides a mock function with given fields: namespace

func (*AppsV1Interface) StatefulSets

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

StatefulSets provides a mock function with given fields: namespace

type CoreV1Interface

type CoreV1Interface struct {
	mock.Mock
}

CoreV1Interface is an autogenerated mock type for the CoreV1Interface type

func (*CoreV1Interface) ComponentStatuses

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

ComponentStatuses provides a mock function with given fields:

func (*CoreV1Interface) ConfigMaps

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

ConfigMaps provides a mock function with given fields: namespace

func (*CoreV1Interface) Endpoints

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

Endpoints provides a mock function with given fields: namespace

func (*CoreV1Interface) Events

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

Events provides a mock function with given fields: namespace

func (*CoreV1Interface) LimitRanges

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

LimitRanges provides a mock function with given fields: namespace

func (*CoreV1Interface) Namespaces

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

Namespaces provides a mock function with given fields:

func (*CoreV1Interface) Nodes

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

Nodes provides a mock function with given fields:

func (*CoreV1Interface) PersistentVolumeClaims

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

PersistentVolumeClaims provides a mock function with given fields: namespace

func (*CoreV1Interface) PersistentVolumes

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

PersistentVolumes provides a mock function with given fields:

func (*CoreV1Interface) PodTemplates

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

PodTemplates provides a mock function with given fields: namespace

func (*CoreV1Interface) Pods

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

Pods provides a mock function with given fields: namespace

func (*CoreV1Interface) RESTClient

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

RESTClient provides a mock function with given fields:

func (*CoreV1Interface) ReplicationControllers

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

ReplicationControllers provides a mock function with given fields: namespace

func (*CoreV1Interface) ResourceQuotas

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

ResourceQuotas provides a mock function with given fields: namespace

func (*CoreV1Interface) Secrets

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

Secrets provides a mock function with given fields: namespace

func (*CoreV1Interface) ServiceAccounts

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

ServiceAccounts provides a mock function with given fields: namespace

func (*CoreV1Interface) Services

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

Services provides a mock function with given fields: namespace

type DeploymentInterface

type DeploymentInterface struct {
	mock.Mock
}

DeploymentInterface is an autogenerated mock type for the DeploymentInterface type

func (*DeploymentInterface) Create

func (_m *DeploymentInterface) Create(_a0 *v1.Deployment) (*v1.Deployment, error)

Create provides a mock function with given fields: _a0

func (*DeploymentInterface) Delete

func (_m *DeploymentInterface) Delete(name string, options *metav1.DeleteOptions) error

Delete provides a mock function with given fields: name, options

func (*DeploymentInterface) DeleteCollection

func (_m *DeploymentInterface) DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error

DeleteCollection provides a mock function with given fields: options, listOptions

func (*DeploymentInterface) Get

func (_m *DeploymentInterface) Get(name string, options metav1.GetOptions) (*v1.Deployment, error)

Get provides a mock function with given fields: name, options

func (*DeploymentInterface) GetScale

func (_m *DeploymentInterface) GetScale(deploymentName string, options metav1.GetOptions) (*autoscalingv1.Scale, error)

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

func (*DeploymentInterface) List

List provides a mock function with given fields: opts

func (*DeploymentInterface) Patch

func (_m *DeploymentInterface) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (*v1.Deployment, error)

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

func (*DeploymentInterface) Update

func (_m *DeploymentInterface) Update(_a0 *v1.Deployment) (*v1.Deployment, error)

Update provides a mock function with given fields: _a0

func (*DeploymentInterface) UpdateScale

func (_m *DeploymentInterface) UpdateScale(deploymentName string, scale *autoscalingv1.Scale) (*autoscalingv1.Scale, error)

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

func (*DeploymentInterface) UpdateStatus

func (_m *DeploymentInterface) UpdateStatus(_a0 *v1.Deployment) (*v1.Deployment, error)

UpdateStatus provides a mock function with given fields: _a0

func (*DeploymentInterface) Watch

Watch provides a mock function with given fields: opts

type DeploymentsGetter

type DeploymentsGetter struct {
	mock.Mock
}

DeploymentsGetter is an autogenerated mock type for the DeploymentsGetter type

func (*DeploymentsGetter) Deployments

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

Deployments provides a mock function with given fields: namespace

type Interface

type Interface struct {
	mock.Mock
}

Interface is an autogenerated mock type for the Interface type

func (*Interface) AdmissionregistrationV1beta1

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

AdmissionregistrationV1beta1 provides a mock function with given fields:

func (*Interface) AppsV1

func (_m *Interface) AppsV1() v1.AppsV1Interface

AppsV1 provides a mock function with given fields:

func (*Interface) AppsV1beta1

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

AppsV1beta1 provides a mock function with given fields:

func (*Interface) AppsV1beta2

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

AppsV1beta2 provides a mock function with given fields:

func (*Interface) AuditregistrationV1alpha1

func (_m *Interface) AuditregistrationV1alpha1() v1alpha1.AuditregistrationV1alpha1Interface

AuditregistrationV1alpha1 provides a mock function with given fields:

func (*Interface) AuthenticationV1

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

AuthenticationV1 provides a mock function with given fields:

func (*Interface) AuthenticationV1beta1

AuthenticationV1beta1 provides a mock function with given fields:

func (*Interface) AuthorizationV1

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

AuthorizationV1 provides a mock function with given fields:

func (*Interface) AuthorizationV1beta1

AuthorizationV1beta1 provides a mock function with given fields:

func (*Interface) AutoscalingV1

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

AutoscalingV1 provides a mock function with given fields:

func (*Interface) AutoscalingV2beta1

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

AutoscalingV2beta1 provides a mock function with given fields:

func (*Interface) AutoscalingV2beta2

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

AutoscalingV2beta2 provides a mock function with given fields:

func (*Interface) BatchV1

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

BatchV1 provides a mock function with given fields:

func (*Interface) BatchV1beta1

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

BatchV1beta1 provides a mock function with given fields:

func (*Interface) BatchV2alpha1

func (_m *Interface) BatchV2alpha1() v2alpha1.BatchV2alpha1Interface

BatchV2alpha1 provides a mock function with given fields:

func (*Interface) CertificatesV1beta1

CertificatesV1beta1 provides a mock function with given fields:

func (*Interface) CoordinationV1

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

CoordinationV1 provides a mock function with given fields:

func (*Interface) CoordinationV1beta1

CoordinationV1beta1 provides a mock function with given fields:

func (*Interface) CoreV1

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

CoreV1 provides a mock function with given fields:

func (*Interface) Discovery

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

Discovery provides a mock function with given fields:

func (*Interface) EventsV1beta1

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

EventsV1beta1 provides a mock function with given fields:

func (*Interface) ExtensionsV1beta1

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

ExtensionsV1beta1 provides a mock function with given fields:

func (*Interface) NetworkingV1

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

NetworkingV1 provides a mock function with given fields:

func (*Interface) NetworkingV1beta1

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

NetworkingV1beta1 provides a mock function with given fields:

func (*Interface) NodeV1alpha1

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

NodeV1alpha1 provides a mock function with given fields:

func (*Interface) NodeV1beta1

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

NodeV1beta1 provides a mock function with given fields:

func (*Interface) PolicyV1beta1

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

PolicyV1beta1 provides a mock function with given fields:

func (*Interface) RbacV1

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

RbacV1 provides a mock function with given fields:

func (*Interface) RbacV1alpha1

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

RbacV1alpha1 provides a mock function with given fields:

func (*Interface) RbacV1beta1

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

RbacV1beta1 provides a mock function with given fields:

func (*Interface) SchedulingV1

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

SchedulingV1 provides a mock function with given fields:

func (*Interface) SchedulingV1alpha1

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

SchedulingV1alpha1 provides a mock function with given fields:

func (*Interface) SchedulingV1beta1

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

SchedulingV1beta1 provides a mock function with given fields:

func (*Interface) SettingsV1alpha1

func (_m *Interface) SettingsV1alpha1() settingsv1alpha1.SettingsV1alpha1Interface

SettingsV1alpha1 provides a mock function with given fields:

func (*Interface) StorageV1

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

StorageV1 provides a mock function with given fields:

func (*Interface) StorageV1alpha1

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

StorageV1alpha1 provides a mock function with given fields:

func (*Interface) StorageV1beta1

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

StorageV1beta1 provides a mock function with given fields:

type PodInterface

type PodInterface struct {
	mock.Mock
}

PodInterface is an autogenerated mock type for the PodInterface type

func (*PodInterface) Bind

func (_m *PodInterface) Bind(binding *v1.Binding) error

Bind provides a mock function with given fields: binding

func (*PodInterface) Create

func (_m *PodInterface) Create(_a0 *v1.Pod) (*v1.Pod, error)

Create provides a mock function with given fields: _a0

func (*PodInterface) Delete

func (_m *PodInterface) Delete(name string, options *metav1.DeleteOptions) error

Delete provides a mock function with given fields: name, options

func (*PodInterface) DeleteCollection

func (_m *PodInterface) DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error

DeleteCollection provides a mock function with given fields: options, listOptions

func (*PodInterface) Evict

func (_m *PodInterface) Evict(eviction *v1beta1.Eviction) error

Evict provides a mock function with given fields: eviction

func (*PodInterface) Get

func (_m *PodInterface) Get(name string, options metav1.GetOptions) (*v1.Pod, error)

Get provides a mock function with given fields: name, options

func (*PodInterface) GetLogs

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

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

func (*PodInterface) List

func (_m *PodInterface) List(opts metav1.ListOptions) (*v1.PodList, error)

List provides a mock function with given fields: opts

func (*PodInterface) Patch

func (_m *PodInterface) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (*v1.Pod, error)

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

func (*PodInterface) Update

func (_m *PodInterface) Update(_a0 *v1.Pod) (*v1.Pod, error)

Update provides a mock function with given fields: _a0

func (*PodInterface) UpdateStatus

func (_m *PodInterface) UpdateStatus(_a0 *v1.Pod) (*v1.Pod, error)

UpdateStatus provides a mock function with given fields: _a0

func (*PodInterface) Watch

func (_m *PodInterface) Watch(opts metav1.ListOptions) (watch.Interface, error)

Watch provides a mock function with given fields: opts

Jump to

Keyboard shortcuts

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