mocks

package
v0.4.2 Latest Latest
Warning

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

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

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSecretClient

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

MockSecretClient is a mock of SecretClient interface.

func NewMockSecretClient

func NewMockSecretClient(ctrl *gomock.Controller) *MockSecretClient

NewMockSecretClient creates a new mock instance.

func (*MockSecretClient) EXPECT

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

func (*MockSecretClient) GetSecretData

func (m *MockSecretClient) GetSecretData(arg0 context.Context, arg1 *v1.SecretReference) (map[string][]byte, error)

GetSecretData mocks base method.

func (*MockSecretClient) GetSecretValue

func (m *MockSecretClient) GetSecretValue(arg0 context.Context, arg1 v1.SecretKeySelector) ([]byte, error)

GetSecretValue mocks base method.

type MockSecretClientMockRecorder

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

MockSecretClientMockRecorder is the mock recorder for MockSecretClient.

func (*MockSecretClientMockRecorder) GetSecretData

func (mr *MockSecretClientMockRecorder) GetSecretData(arg0, arg1 interface{}) *gomock.Call

GetSecretData indicates an expected call of GetSecretData.

func (*MockSecretClientMockRecorder) GetSecretValue

func (mr *MockSecretClientMockRecorder) GetSecretValue(arg0, arg1 interface{}) *gomock.Call

GetSecretValue indicates an expected call of GetSecretValue.

Jump to

Keyboard shortcuts

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