fake

package
v0.0.0-...-8f52349 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package fake is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientInterface

type ClientInterface interface {
	secrets.ClientInterface
}

ClientInterface is implementd by secrets.Client.

type FakeClientInterface

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

FakeClientInterface is a mock of ClientInterface interface

func NewFakeClientInterface

func NewFakeClientInterface(ctrl *gomock.Controller) *FakeClientInterface

NewFakeClientInterface creates a new mock instance

func (*FakeClientInterface) AddLabels

func (m *FakeClientInterface) AddLabels(arg0 string, arg1 map[string]string, arg2 ...secrets.AddLabelsOption) error

AddLabels mocks base method

func (*FakeClientInterface) Create

func (m *FakeClientInterface) Create(arg0 string, arg1 ...secrets.CreateOption) error

Create mocks base method

func (*FakeClientInterface) Delete

func (m *FakeClientInterface) Delete(arg0 string, arg1 ...secrets.DeleteOption) error

Delete mocks base method

func (*FakeClientInterface) EXPECT

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

func (*FakeClientInterface) Get

func (m *FakeClientInterface) Get(arg0 string, arg1 ...secrets.GetOption) (*v1.Secret, error)

Get mocks base method

func (*FakeClientInterface) List

func (m *FakeClientInterface) List(arg0 ...secrets.ListOption) ([]v1.Secret, error)

List mocks base method

type FakeClientInterfaceMockRecorder

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

FakeClientInterfaceMockRecorder is the mock recorder for FakeClientInterface

func (*FakeClientInterfaceMockRecorder) AddLabels

func (mr *FakeClientInterfaceMockRecorder) AddLabels(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddLabels indicates an expected call of AddLabels

func (*FakeClientInterfaceMockRecorder) Create

func (mr *FakeClientInterfaceMockRecorder) Create(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Create indicates an expected call of Create

func (*FakeClientInterfaceMockRecorder) Delete

func (mr *FakeClientInterfaceMockRecorder) Delete(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*FakeClientInterfaceMockRecorder) Get

func (mr *FakeClientInterfaceMockRecorder) Get(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Get indicates an expected call of Get

func (*FakeClientInterfaceMockRecorder) List

func (mr *FakeClientInterfaceMockRecorder) List(arg0 ...interface{}) *gomock.Call

List indicates an expected call of List

Jump to

Keyboard shortcuts

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