mocks

package
v1.5.2 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

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 MockArtifactClient

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

MockArtifactClient is a mock of ArtifactClient interface

func NewMockArtifactClient

func NewMockArtifactClient(ctrl *gomock.Controller) *MockArtifactClient

NewMockArtifactClient creates a new mock instance

func (*MockArtifactClient) BaseClient

func (m *MockArtifactClient) BaseClient() clients.ResourceClient

BaseClient mocks base method

func (*MockArtifactClient) Delete

func (m *MockArtifactClient) Delete(arg0, arg1 string, arg2 clients.DeleteOpts) error

Delete mocks base method

func (*MockArtifactClient) EXPECT

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

func (*MockArtifactClient) List

List mocks base method

func (*MockArtifactClient) Read

func (m *MockArtifactClient) Read(arg0, arg1 string, arg2 clients.ReadOpts) (*v1.Artifact, error)

Read mocks base method

func (*MockArtifactClient) Register

func (m *MockArtifactClient) Register() error

Register mocks base method

func (*MockArtifactClient) Watch

func (m *MockArtifactClient) Watch(arg0 string, arg1 clients.WatchOpts) (<-chan v1.ArtifactList, <-chan error, error)

Watch mocks base method

func (*MockArtifactClient) Write

func (m *MockArtifactClient) Write(arg0 *v1.Artifact, arg1 clients.WriteOpts) (*v1.Artifact, error)

Write mocks base method

type MockArtifactClientMockRecorder

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

MockArtifactClientMockRecorder is the mock recorder for MockArtifactClient

func (*MockArtifactClientMockRecorder) BaseClient

func (mr *MockArtifactClientMockRecorder) BaseClient() *gomock.Call

BaseClient indicates an expected call of BaseClient

func (*MockArtifactClientMockRecorder) Delete

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

Delete indicates an expected call of Delete

func (*MockArtifactClientMockRecorder) List

func (mr *MockArtifactClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List

func (*MockArtifactClientMockRecorder) Read

func (mr *MockArtifactClientMockRecorder) Read(arg0, arg1, arg2 interface{}) *gomock.Call

Read indicates an expected call of Read

func (*MockArtifactClientMockRecorder) Register

func (mr *MockArtifactClientMockRecorder) Register() *gomock.Call

Register indicates an expected call of Register

func (*MockArtifactClientMockRecorder) Watch

func (mr *MockArtifactClientMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call

Watch indicates an expected call of Watch

func (*MockArtifactClientMockRecorder) Write

func (mr *MockArtifactClientMockRecorder) Write(arg0, arg1 interface{}) *gomock.Call

Write indicates an expected call of Write

type MockEndpointClient

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

MockEndpointClient is a mock of EndpointClient interface

func NewMockEndpointClient

func NewMockEndpointClient(ctrl *gomock.Controller) *MockEndpointClient

NewMockEndpointClient creates a new mock instance

func (*MockEndpointClient) BaseClient

func (m *MockEndpointClient) BaseClient() clients.ResourceClient

BaseClient mocks base method

func (*MockEndpointClient) Delete

func (m *MockEndpointClient) Delete(arg0, arg1 string, arg2 clients.DeleteOpts) error

Delete mocks base method

func (*MockEndpointClient) EXPECT

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

func (*MockEndpointClient) List

List mocks base method

func (*MockEndpointClient) Read

func (m *MockEndpointClient) Read(arg0, arg1 string, arg2 clients.ReadOpts) (*v1.Endpoint, error)

Read mocks base method

func (*MockEndpointClient) Register

func (m *MockEndpointClient) Register() error

Register mocks base method

func (*MockEndpointClient) Watch

func (m *MockEndpointClient) Watch(arg0 string, arg1 clients.WatchOpts) (<-chan v1.EndpointList, <-chan error, error)

Watch mocks base method

func (*MockEndpointClient) Write

func (m *MockEndpointClient) Write(arg0 *v1.Endpoint, arg1 clients.WriteOpts) (*v1.Endpoint, error)

Write mocks base method

type MockEndpointClientMockRecorder

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

MockEndpointClientMockRecorder is the mock recorder for MockEndpointClient

func (*MockEndpointClientMockRecorder) BaseClient

func (mr *MockEndpointClientMockRecorder) BaseClient() *gomock.Call

BaseClient indicates an expected call of BaseClient

func (*MockEndpointClientMockRecorder) Delete

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

Delete indicates an expected call of Delete

func (*MockEndpointClientMockRecorder) List

func (mr *MockEndpointClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List

func (*MockEndpointClientMockRecorder) Read

func (mr *MockEndpointClientMockRecorder) Read(arg0, arg1, arg2 interface{}) *gomock.Call

Read indicates an expected call of Read

func (*MockEndpointClientMockRecorder) Register

func (mr *MockEndpointClientMockRecorder) Register() *gomock.Call

Register indicates an expected call of Register

func (*MockEndpointClientMockRecorder) Watch

func (mr *MockEndpointClientMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call

Watch indicates an expected call of Watch

func (*MockEndpointClientMockRecorder) Write

func (mr *MockEndpointClientMockRecorder) Write(arg0, arg1 interface{}) *gomock.Call

Write indicates an expected call of Write

type MockProxyClient

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

MockProxyClient is a mock of ProxyClient interface

func NewMockProxyClient

func NewMockProxyClient(ctrl *gomock.Controller) *MockProxyClient

NewMockProxyClient creates a new mock instance

func (*MockProxyClient) BaseClient

func (m *MockProxyClient) BaseClient() clients.ResourceClient

BaseClient mocks base method

func (*MockProxyClient) Delete

func (m *MockProxyClient) Delete(arg0, arg1 string, arg2 clients.DeleteOpts) error

Delete mocks base method

func (*MockProxyClient) EXPECT

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

func (*MockProxyClient) List

func (m *MockProxyClient) List(arg0 string, arg1 clients.ListOpts) (v1.ProxyList, error)

List mocks base method

func (*MockProxyClient) Read

func (m *MockProxyClient) Read(arg0, arg1 string, arg2 clients.ReadOpts) (*v1.Proxy, error)

Read mocks base method

func (*MockProxyClient) Register

func (m *MockProxyClient) Register() error

Register mocks base method

func (*MockProxyClient) Watch

func (m *MockProxyClient) Watch(arg0 string, arg1 clients.WatchOpts) (<-chan v1.ProxyList, <-chan error, error)

Watch mocks base method

func (*MockProxyClient) Write

func (m *MockProxyClient) Write(arg0 *v1.Proxy, arg1 clients.WriteOpts) (*v1.Proxy, error)

Write mocks base method

type MockProxyClientMockRecorder

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

MockProxyClientMockRecorder is the mock recorder for MockProxyClient

func (*MockProxyClientMockRecorder) BaseClient

func (mr *MockProxyClientMockRecorder) BaseClient() *gomock.Call

BaseClient indicates an expected call of BaseClient

func (*MockProxyClientMockRecorder) Delete

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

Delete indicates an expected call of Delete

func (*MockProxyClientMockRecorder) List

func (mr *MockProxyClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List

func (*MockProxyClientMockRecorder) Read

func (mr *MockProxyClientMockRecorder) Read(arg0, arg1, arg2 interface{}) *gomock.Call

Read indicates an expected call of Read

func (*MockProxyClientMockRecorder) Register

func (mr *MockProxyClientMockRecorder) Register() *gomock.Call

Register indicates an expected call of Register

func (*MockProxyClientMockRecorder) Watch

func (mr *MockProxyClientMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call

Watch indicates an expected call of Watch

func (*MockProxyClientMockRecorder) Write

func (mr *MockProxyClientMockRecorder) Write(arg0, arg1 interface{}) *gomock.Call

Write indicates an expected call of Write

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) BaseClient

func (m *MockSecretClient) BaseClient() clients.ResourceClient

BaseClient mocks base method

func (*MockSecretClient) Delete

func (m *MockSecretClient) Delete(arg0, arg1 string, arg2 clients.DeleteOpts) error

Delete mocks base method

func (*MockSecretClient) EXPECT

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

func (*MockSecretClient) List

func (m *MockSecretClient) List(arg0 string, arg1 clients.ListOpts) (v1.SecretList, error)

List mocks base method

func (*MockSecretClient) Read

func (m *MockSecretClient) Read(arg0, arg1 string, arg2 clients.ReadOpts) (*v1.Secret, error)

Read mocks base method

func (*MockSecretClient) Register

func (m *MockSecretClient) Register() error

Register mocks base method

func (*MockSecretClient) Watch

func (m *MockSecretClient) Watch(arg0 string, arg1 clients.WatchOpts) (<-chan v1.SecretList, <-chan error, error)

Watch mocks base method

func (*MockSecretClient) Write

func (m *MockSecretClient) Write(arg0 *v1.Secret, arg1 clients.WriteOpts) (*v1.Secret, error)

Write mocks base method

type MockSecretClientMockRecorder

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

MockSecretClientMockRecorder is the mock recorder for MockSecretClient

func (*MockSecretClientMockRecorder) BaseClient

func (mr *MockSecretClientMockRecorder) BaseClient() *gomock.Call

BaseClient indicates an expected call of BaseClient

func (*MockSecretClientMockRecorder) Delete

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

Delete indicates an expected call of Delete

func (*MockSecretClientMockRecorder) List

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

List indicates an expected call of List

func (*MockSecretClientMockRecorder) Read

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

Read indicates an expected call of Read

func (*MockSecretClientMockRecorder) Register

func (mr *MockSecretClientMockRecorder) Register() *gomock.Call

Register indicates an expected call of Register

func (*MockSecretClientMockRecorder) Watch

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

Watch indicates an expected call of Watch

func (*MockSecretClientMockRecorder) Write

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

Write indicates an expected call of Write

type MockSettingsClient

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

MockSettingsClient is a mock of SettingsClient interface

func NewMockSettingsClient

func NewMockSettingsClient(ctrl *gomock.Controller) *MockSettingsClient

NewMockSettingsClient creates a new mock instance

func (*MockSettingsClient) BaseClient

func (m *MockSettingsClient) BaseClient() clients.ResourceClient

BaseClient mocks base method

func (*MockSettingsClient) Delete

func (m *MockSettingsClient) Delete(arg0, arg1 string, arg2 clients.DeleteOpts) error

Delete mocks base method

func (*MockSettingsClient) EXPECT

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

func (*MockSettingsClient) List

List mocks base method

func (*MockSettingsClient) Read

func (m *MockSettingsClient) Read(arg0, arg1 string, arg2 clients.ReadOpts) (*v1.Settings, error)

Read mocks base method

func (*MockSettingsClient) Register

func (m *MockSettingsClient) Register() error

Register mocks base method

func (*MockSettingsClient) Watch

func (m *MockSettingsClient) Watch(arg0 string, arg1 clients.WatchOpts) (<-chan v1.SettingsList, <-chan error, error)

Watch mocks base method

func (*MockSettingsClient) Write

func (m *MockSettingsClient) Write(arg0 *v1.Settings, arg1 clients.WriteOpts) (*v1.Settings, error)

Write mocks base method

type MockSettingsClientMockRecorder

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

MockSettingsClientMockRecorder is the mock recorder for MockSettingsClient

func (*MockSettingsClientMockRecorder) BaseClient

func (mr *MockSettingsClientMockRecorder) BaseClient() *gomock.Call

BaseClient indicates an expected call of BaseClient

func (*MockSettingsClientMockRecorder) Delete

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

Delete indicates an expected call of Delete

func (*MockSettingsClientMockRecorder) List

func (mr *MockSettingsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List

func (*MockSettingsClientMockRecorder) Read

func (mr *MockSettingsClientMockRecorder) Read(arg0, arg1, arg2 interface{}) *gomock.Call

Read indicates an expected call of Read

func (*MockSettingsClientMockRecorder) Register

func (mr *MockSettingsClientMockRecorder) Register() *gomock.Call

Register indicates an expected call of Register

func (*MockSettingsClientMockRecorder) Watch

func (mr *MockSettingsClientMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call

Watch indicates an expected call of Watch

func (*MockSettingsClientMockRecorder) Write

func (mr *MockSettingsClientMockRecorder) Write(arg0, arg1 interface{}) *gomock.Call

Write indicates an expected call of Write

type MockUpstreamClient

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

MockUpstreamClient is a mock of UpstreamClient interface

func NewMockUpstreamClient

func NewMockUpstreamClient(ctrl *gomock.Controller) *MockUpstreamClient

NewMockUpstreamClient creates a new mock instance

func (*MockUpstreamClient) BaseClient

func (m *MockUpstreamClient) BaseClient() clients.ResourceClient

BaseClient mocks base method

func (*MockUpstreamClient) Delete

func (m *MockUpstreamClient) Delete(arg0, arg1 string, arg2 clients.DeleteOpts) error

Delete mocks base method

func (*MockUpstreamClient) EXPECT

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

func (*MockUpstreamClient) List

List mocks base method

func (*MockUpstreamClient) Read

func (m *MockUpstreamClient) Read(arg0, arg1 string, arg2 clients.ReadOpts) (*v1.Upstream, error)

Read mocks base method

func (*MockUpstreamClient) Register

func (m *MockUpstreamClient) Register() error

Register mocks base method

func (*MockUpstreamClient) Watch

func (m *MockUpstreamClient) Watch(arg0 string, arg1 clients.WatchOpts) (<-chan v1.UpstreamList, <-chan error, error)

Watch mocks base method

func (*MockUpstreamClient) Write

func (m *MockUpstreamClient) Write(arg0 *v1.Upstream, arg1 clients.WriteOpts) (*v1.Upstream, error)

Write mocks base method

type MockUpstreamClientMockRecorder

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

MockUpstreamClientMockRecorder is the mock recorder for MockUpstreamClient

func (*MockUpstreamClientMockRecorder) BaseClient

func (mr *MockUpstreamClientMockRecorder) BaseClient() *gomock.Call

BaseClient indicates an expected call of BaseClient

func (*MockUpstreamClientMockRecorder) Delete

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

Delete indicates an expected call of Delete

func (*MockUpstreamClientMockRecorder) List

func (mr *MockUpstreamClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List

func (*MockUpstreamClientMockRecorder) Read

func (mr *MockUpstreamClientMockRecorder) Read(arg0, arg1, arg2 interface{}) *gomock.Call

Read indicates an expected call of Read

func (*MockUpstreamClientMockRecorder) Register

func (mr *MockUpstreamClientMockRecorder) Register() *gomock.Call

Register indicates an expected call of Register

func (*MockUpstreamClientMockRecorder) Watch

func (mr *MockUpstreamClientMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call

Watch indicates an expected call of Watch

func (*MockUpstreamClientMockRecorder) Write

func (mr *MockUpstreamClientMockRecorder) Write(arg0, arg1 interface{}) *gomock.Call

Write indicates an expected call of Write

Jump to

Keyboard shortcuts

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