mocks

package
v0.0.0-...-fdd9b93 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IBPOperatorClient

type IBPOperatorClient struct {
	CreateCRStub func(string, string, interface{}) error

	DeleteCRStub func(string, string, string) error

	GetAllCRStub func(string, string, runtime.Object) error

	GetCRStub func(string, string, string, runtime.Object) error

	PatchCRStub func(string, string, string, []byte) error

	UpdateCRStub func(string, string, string, []byte) error
	// contains filtered or unexported fields
}

func (*IBPOperatorClient) CreateCR

func (fake *IBPOperatorClient) CreateCR(arg1 string, arg2 string, arg3 interface{}) error

func (*IBPOperatorClient) CreateCRArgsForCall

func (fake *IBPOperatorClient) CreateCRArgsForCall(i int) (string, string, interface{})

func (*IBPOperatorClient) CreateCRCallCount

func (fake *IBPOperatorClient) CreateCRCallCount() int

func (*IBPOperatorClient) CreateCRCalls

func (fake *IBPOperatorClient) CreateCRCalls(stub func(string, string, interface{}) error)

func (*IBPOperatorClient) CreateCRReturns

func (fake *IBPOperatorClient) CreateCRReturns(result1 error)

func (*IBPOperatorClient) CreateCRReturnsOnCall

func (fake *IBPOperatorClient) CreateCRReturnsOnCall(i int, result1 error)

func (*IBPOperatorClient) DeleteCR

func (fake *IBPOperatorClient) DeleteCR(arg1 string, arg2 string, arg3 string) error

func (*IBPOperatorClient) DeleteCRArgsForCall

func (fake *IBPOperatorClient) DeleteCRArgsForCall(i int) (string, string, string)

func (*IBPOperatorClient) DeleteCRCallCount

func (fake *IBPOperatorClient) DeleteCRCallCount() int

func (*IBPOperatorClient) DeleteCRCalls

func (fake *IBPOperatorClient) DeleteCRCalls(stub func(string, string, string) error)

func (*IBPOperatorClient) DeleteCRReturns

func (fake *IBPOperatorClient) DeleteCRReturns(result1 error)

func (*IBPOperatorClient) DeleteCRReturnsOnCall

func (fake *IBPOperatorClient) DeleteCRReturnsOnCall(i int, result1 error)

func (*IBPOperatorClient) GetAllCR

func (fake *IBPOperatorClient) GetAllCR(arg1 string, arg2 string, arg3 runtime.Object) error

func (*IBPOperatorClient) GetAllCRArgsForCall

func (fake *IBPOperatorClient) GetAllCRArgsForCall(i int) (string, string, runtime.Object)

func (*IBPOperatorClient) GetAllCRCallCount

func (fake *IBPOperatorClient) GetAllCRCallCount() int

func (*IBPOperatorClient) GetAllCRCalls

func (fake *IBPOperatorClient) GetAllCRCalls(stub func(string, string, runtime.Object) error)

func (*IBPOperatorClient) GetAllCRReturns

func (fake *IBPOperatorClient) GetAllCRReturns(result1 error)

func (*IBPOperatorClient) GetAllCRReturnsOnCall

func (fake *IBPOperatorClient) GetAllCRReturnsOnCall(i int, result1 error)

func (*IBPOperatorClient) GetCR

func (fake *IBPOperatorClient) GetCR(arg1 string, arg2 string, arg3 string, arg4 runtime.Object) error

func (*IBPOperatorClient) GetCRArgsForCall

func (fake *IBPOperatorClient) GetCRArgsForCall(i int) (string, string, string, runtime.Object)

func (*IBPOperatorClient) GetCRCallCount

func (fake *IBPOperatorClient) GetCRCallCount() int

func (*IBPOperatorClient) GetCRCalls

func (fake *IBPOperatorClient) GetCRCalls(stub func(string, string, string, runtime.Object) error)

func (*IBPOperatorClient) GetCRReturns

func (fake *IBPOperatorClient) GetCRReturns(result1 error)

func (*IBPOperatorClient) GetCRReturnsOnCall

func (fake *IBPOperatorClient) GetCRReturnsOnCall(i int, result1 error)

func (*IBPOperatorClient) Invocations

func (fake *IBPOperatorClient) Invocations() map[string][][]interface{}

func (*IBPOperatorClient) PatchCR

func (fake *IBPOperatorClient) PatchCR(arg1 string, arg2 string, arg3 string, arg4 []byte) error

func (*IBPOperatorClient) PatchCRArgsForCall

func (fake *IBPOperatorClient) PatchCRArgsForCall(i int) (string, string, string, []byte)

func (*IBPOperatorClient) PatchCRCallCount

func (fake *IBPOperatorClient) PatchCRCallCount() int

func (*IBPOperatorClient) PatchCRCalls

func (fake *IBPOperatorClient) PatchCRCalls(stub func(string, string, string, []byte) error)

func (*IBPOperatorClient) PatchCRReturns

func (fake *IBPOperatorClient) PatchCRReturns(result1 error)

func (*IBPOperatorClient) PatchCRReturnsOnCall

func (fake *IBPOperatorClient) PatchCRReturnsOnCall(i int, result1 error)

func (*IBPOperatorClient) UpdateCR

func (fake *IBPOperatorClient) UpdateCR(arg1 string, arg2 string, arg3 string, arg4 []byte) error

func (*IBPOperatorClient) UpdateCRArgsForCall

func (fake *IBPOperatorClient) UpdateCRArgsForCall(i int) (string, string, string, []byte)

func (*IBPOperatorClient) UpdateCRCallCount

func (fake *IBPOperatorClient) UpdateCRCallCount() int

func (*IBPOperatorClient) UpdateCRCalls

func (fake *IBPOperatorClient) UpdateCRCalls(stub func(string, string, string, []byte) error)

func (*IBPOperatorClient) UpdateCRReturns

func (fake *IBPOperatorClient) UpdateCRReturns(result1 error)

func (*IBPOperatorClient) UpdateCRReturnsOnCall

func (fake *IBPOperatorClient) UpdateCRReturnsOnCall(i int, result1 error)

type Kube

type Kube struct {
	GetConfigMapStub func(string, string) (*v1.ConfigMap, error)

	GetPortStub func(string, string) (int32, error)

	GetPortsStub func(string, string) ([]v1.ServicePort, error)

	GetServiceStub func(string, string) (*v1.Service, error)
	// contains filtered or unexported fields
}

func (*Kube) GetConfigMap

func (fake *Kube) GetConfigMap(arg1 string, arg2 string) (*v1.ConfigMap, error)

func (*Kube) GetConfigMapArgsForCall

func (fake *Kube) GetConfigMapArgsForCall(i int) (string, string)

func (*Kube) GetConfigMapCallCount

func (fake *Kube) GetConfigMapCallCount() int

func (*Kube) GetConfigMapCalls

func (fake *Kube) GetConfigMapCalls(stub func(string, string) (*v1.ConfigMap, error))

func (*Kube) GetConfigMapReturns

func (fake *Kube) GetConfigMapReturns(result1 *v1.ConfigMap, result2 error)

func (*Kube) GetConfigMapReturnsOnCall

func (fake *Kube) GetConfigMapReturnsOnCall(i int, result1 *v1.ConfigMap, result2 error)

func (*Kube) GetPort

func (fake *Kube) GetPort(arg1 string, arg2 string) (int32, error)

func (*Kube) GetPortArgsForCall

func (fake *Kube) GetPortArgsForCall(i int) (string, string)

func (*Kube) GetPortCallCount

func (fake *Kube) GetPortCallCount() int

func (*Kube) GetPortCalls

func (fake *Kube) GetPortCalls(stub func(string, string) (int32, error))

func (*Kube) GetPortReturns

func (fake *Kube) GetPortReturns(result1 int32, result2 error)

func (*Kube) GetPortReturnsOnCall

func (fake *Kube) GetPortReturnsOnCall(i int, result1 int32, result2 error)

func (*Kube) GetPorts

func (fake *Kube) GetPorts(arg1 string, arg2 string) ([]v1.ServicePort, error)

func (*Kube) GetPortsArgsForCall

func (fake *Kube) GetPortsArgsForCall(i int) (string, string)

func (*Kube) GetPortsCallCount

func (fake *Kube) GetPortsCallCount() int

func (*Kube) GetPortsCalls

func (fake *Kube) GetPortsCalls(stub func(string, string) ([]v1.ServicePort, error))

func (*Kube) GetPortsReturns

func (fake *Kube) GetPortsReturns(result1 []v1.ServicePort, result2 error)

func (*Kube) GetPortsReturnsOnCall

func (fake *Kube) GetPortsReturnsOnCall(i int, result1 []v1.ServicePort, result2 error)

func (*Kube) GetService

func (fake *Kube) GetService(arg1 string, arg2 string) (*v1.Service, error)

func (*Kube) GetServiceArgsForCall

func (fake *Kube) GetServiceArgsForCall(i int) (string, string)

func (*Kube) GetServiceCallCount

func (fake *Kube) GetServiceCallCount() int

func (*Kube) GetServiceCalls

func (fake *Kube) GetServiceCalls(stub func(string, string) (*v1.Service, error))

func (*Kube) GetServiceReturns

func (fake *Kube) GetServiceReturns(result1 *v1.Service, result2 error)

func (*Kube) GetServiceReturnsOnCall

func (fake *Kube) GetServiceReturnsOnCall(i int, result1 *v1.Service, result2 error)

func (*Kube) Invocations

func (fake *Kube) Invocations() map[string][][]interface{}

Jump to

Keyboard shortcuts

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