mocks

package
v0.6.4-rc0 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	mock.Mock
}

Client is an autogenerated mock type for the Client type

func NewClient

func NewClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *Client

NewClient creates a new instance of Client. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*Client) Cluster

func (_m *Client) Cluster() cluster.Client

Cluster provides a mock function with given fields:

func (*Client) ClusterService

func (_m *Client) ClusterService() cluster.Service

ClusterService provides a mock function with given fields:

func (*Client) EXPECT

func (_m *Client) EXPECT() *Client_Expecter

func (*Client) Hostname

func (_m *Client) Hostname() v1beta3.HostnameServiceClient

Hostname provides a mock function with given fields:

func (*Client) Manifest

func (_m *Client) Manifest() manifest.Client

Manifest provides a mock function with given fields:

func (*Client) Status

func (_m *Client) Status(_a0 context.Context) (*provider.Status, error)

Status provides a mock function with given fields: _a0

func (*Client) StatusV1

func (_m *Client) StatusV1(ctx context.Context) (*v1.Status, error)

StatusV1 provides a mock function with given fields: ctx

func (*Client) Validate

Validate provides a mock function with given fields: _a0, _a1, _a2

type Client_ClusterService_Call

type Client_ClusterService_Call struct {
	*mock.Call
}

Client_ClusterService_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ClusterService'

func (*Client_ClusterService_Call) Return

func (*Client_ClusterService_Call) Run

func (*Client_ClusterService_Call) RunAndReturn

type Client_Cluster_Call

type Client_Cluster_Call struct {
	*mock.Call
}

Client_Cluster_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Cluster'

func (*Client_Cluster_Call) Return

func (*Client_Cluster_Call) Run

func (_c *Client_Cluster_Call) Run(run func()) *Client_Cluster_Call

func (*Client_Cluster_Call) RunAndReturn

func (_c *Client_Cluster_Call) RunAndReturn(run func() cluster.Client) *Client_Cluster_Call

type Client_Expecter

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

func (*Client_Expecter) Cluster

func (_e *Client_Expecter) Cluster() *Client_Cluster_Call

Cluster is a helper method to define mock.On call

func (*Client_Expecter) ClusterService

func (_e *Client_Expecter) ClusterService() *Client_ClusterService_Call

ClusterService is a helper method to define mock.On call

func (*Client_Expecter) Hostname

func (_e *Client_Expecter) Hostname() *Client_Hostname_Call

Hostname is a helper method to define mock.On call

func (*Client_Expecter) Manifest

func (_e *Client_Expecter) Manifest() *Client_Manifest_Call

Manifest is a helper method to define mock.On call

func (*Client_Expecter) Status

func (_e *Client_Expecter) Status(_a0 interface{}) *Client_Status_Call

Status is a helper method to define mock.On call

  • _a0 context.Context

func (*Client_Expecter) StatusV1

func (_e *Client_Expecter) StatusV1(ctx interface{}) *Client_StatusV1_Call

StatusV1 is a helper method to define mock.On call

  • ctx context.Context

func (*Client_Expecter) Validate

func (_e *Client_Expecter) Validate(_a0 interface{}, _a1 interface{}, _a2 interface{}) *Client_Validate_Call

Validate is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 types.Address
  • _a2 deploymentv1beta3.GroupSpec

type Client_Hostname_Call

type Client_Hostname_Call struct {
	*mock.Call
}

Client_Hostname_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Hostname'

func (*Client_Hostname_Call) Return

func (*Client_Hostname_Call) Run

func (_c *Client_Hostname_Call) Run(run func()) *Client_Hostname_Call

func (*Client_Hostname_Call) RunAndReturn

type Client_Manifest_Call

type Client_Manifest_Call struct {
	*mock.Call
}

Client_Manifest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Manifest'

func (*Client_Manifest_Call) Return

func (*Client_Manifest_Call) Run

func (_c *Client_Manifest_Call) Run(run func()) *Client_Manifest_Call

func (*Client_Manifest_Call) RunAndReturn

func (_c *Client_Manifest_Call) RunAndReturn(run func() manifest.Client) *Client_Manifest_Call

type Client_StatusV1_Call

type Client_StatusV1_Call struct {
	*mock.Call
}

Client_StatusV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StatusV1'

func (*Client_StatusV1_Call) Return

func (_c *Client_StatusV1_Call) Return(_a0 *v1.Status, _a1 error) *Client_StatusV1_Call

func (*Client_StatusV1_Call) Run

func (_c *Client_StatusV1_Call) Run(run func(ctx context.Context)) *Client_StatusV1_Call

func (*Client_StatusV1_Call) RunAndReturn

func (_c *Client_StatusV1_Call) RunAndReturn(run func(context.Context) (*v1.Status, error)) *Client_StatusV1_Call

type Client_Status_Call

type Client_Status_Call struct {
	*mock.Call
}

Client_Status_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Status'

func (*Client_Status_Call) Return

func (*Client_Status_Call) Run

func (_c *Client_Status_Call) Run(run func(_a0 context.Context)) *Client_Status_Call

func (*Client_Status_Call) RunAndReturn

func (_c *Client_Status_Call) RunAndReturn(run func(context.Context) (*provider.Status, error)) *Client_Status_Call

type Client_Validate_Call

type Client_Validate_Call struct {
	*mock.Call
}

Client_Validate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Validate'

func (*Client_Validate_Call) Return

func (*Client_Validate_Call) Run

type StatusClient

type StatusClient struct {
	mock.Mock
}

StatusClient is an autogenerated mock type for the StatusClient type

func NewStatusClient

func NewStatusClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *StatusClient

NewStatusClient creates a new instance of StatusClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*StatusClient) EXPECT

func (_m *StatusClient) EXPECT() *StatusClient_Expecter

func (*StatusClient) Status

func (_m *StatusClient) Status(_a0 context.Context) (*provider.Status, error)

Status provides a mock function with given fields: _a0

func (*StatusClient) StatusV1

func (_m *StatusClient) StatusV1(ctx context.Context) (*v1.Status, error)

StatusV1 provides a mock function with given fields: ctx

type StatusClient_Expecter

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

func (*StatusClient_Expecter) Status

func (_e *StatusClient_Expecter) Status(_a0 interface{}) *StatusClient_Status_Call

Status is a helper method to define mock.On call

  • _a0 context.Context

func (*StatusClient_Expecter) StatusV1

func (_e *StatusClient_Expecter) StatusV1(ctx interface{}) *StatusClient_StatusV1_Call

StatusV1 is a helper method to define mock.On call

  • ctx context.Context

type StatusClient_StatusV1_Call

type StatusClient_StatusV1_Call struct {
	*mock.Call
}

StatusClient_StatusV1_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'StatusV1'

func (*StatusClient_StatusV1_Call) Return

func (*StatusClient_StatusV1_Call) Run

func (*StatusClient_StatusV1_Call) RunAndReturn

type StatusClient_Status_Call

type StatusClient_Status_Call struct {
	*mock.Call
}

StatusClient_Status_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Status'

func (*StatusClient_Status_Call) Return

func (*StatusClient_Status_Call) Run

func (*StatusClient_Status_Call) RunAndReturn

Jump to

Keyboard shortcuts

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