mocks

package
v0.0.0-...-cb886e6 Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2023 License: GPL-3.0 Imports: 10 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 mockConstructorTestingTNewClient) *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.

func (*Client) ApplyKPackBuilds

func (_m *Client) ApplyKPackBuilds(ctx context.Context, builds []*v1alpha2.Build) error

ApplyKPackBuilds provides a mock function with given fields: ctx, builds

func (*Client) AreServicesAlive

func (_m *Client) AreServicesAlive(ctx context.Context, namespace string) (bool, error)

AreServicesAlive provides a mock function with given fields: ctx, namespace

func (*Client) CopySecret

func (_m *Client) CopySecret(ctx context.Context, fromNS string, toNS string, name string) (*v1.Secret, error)

CopySecret provides a mock function with given fields: ctx, fromNS, toNS, name

func (*Client) CreateConfigMap

func (_m *Client) CreateConfigMap(ctx context.Context, configMap *v1.ConfigMap) error

CreateConfigMap provides a mock function with given fields: ctx, configMap

func (*Client) CreateDeployment

func (_m *Client) CreateDeployment(ctx context.Context, deployment *appsv1.Deployment) error

CreateDeployment provides a mock function with given fields: ctx, deployment

func (*Client) CreateIngress

func (_m *Client) CreateIngress(ctx context.Context, ingress *networkingv1.Ingress) error

CreateIngress provides a mock function with given fields: ctx, ingress

func (*Client) CreateJob

func (_m *Client) CreateJob(ctx context.Context, job *batchv1.Job) (*batchv1.Job, error)

CreateJob provides a mock function with given fields: ctx, job

func (*Client) CreateNamespace

func (_m *Client) CreateNamespace(ctx context.Context, namespace string) error

CreateNamespace provides a mock function with given fields: ctx, namespace

func (*Client) CreateSecret

func (_m *Client) CreateSecret(ctx context.Context, secret *v1.Secret) error

CreateSecret provides a mock function with given fields: ctx, secret

func (*Client) CreateService

func (_m *Client) CreateService(ctx context.Context, service *v1.Service) error

CreateService provides a mock function with given fields: ctx, service

func (*Client) CreateServiceAccount

func (_m *Client) CreateServiceAccount(ctx context.Context, svcAcc *v1.ServiceAccount) error

CreateServiceAccount provides a mock function with given fields: ctx, svcAcc

func (*Client) DeleteNamespace

func (_m *Client) DeleteNamespace(ctx context.Context, namespace string) error

DeleteNamespace provides a mock function with given fields: ctx, namespace

func (*Client) EXPECT

func (_m *Client) EXPECT() *Client_Expecter

func (*Client) GetDeployment

func (_m *Client) GetDeployment(ctx context.Context, namespace string, deploymentName string) (*appsv1.Deployment, error)

GetDeployment provides a mock function with given fields: ctx, namespace, deploymentName

func (*Client) GetIngress

func (_m *Client) GetIngress(ctx context.Context, namespace string, name string) (*networkingv1.Ingress, error)

GetIngress provides a mock function with given fields: ctx, namespace, name

func (*Client) GetIngressUrl

func (_m *Client) GetIngressUrl(ctx context.Context, namespace string, serviceName string, protocol string) (string, error)

GetIngressUrl provides a mock function with given fields: ctx, namespace, serviceName, protocol

func (*Client) GetJobLogs

func (_m *Client) GetJobLogs(ctx context.Context, job *batchv1.Job, size int64) (string, error)

GetJobLogs provides a mock function with given fields: ctx, job, size

func (*Client) GetPreviewNamespaces

func (_m *Client) GetPreviewNamespaces(ctx context.Context) ([]v1.Namespace, error)

GetPreviewNamespaces provides a mock function with given fields: ctx

func (*Client) ListJobs

func (_m *Client) ListJobs(ctx context.Context, namespace string) ([]*batchv1.Job, error)

ListJobs provides a mock function with given fields: ctx, namespace

func (*Client) ScaleDeployment

func (_m *Client) ScaleDeployment(ctx context.Context, namespace string, deploymentName string, replicas int32) error

ScaleDeployment provides a mock function with given fields: ctx, namespace, deploymentName, replicas

func (*Client) UpdateIngress

func (_m *Client) UpdateIngress(ctx context.Context, ingress *networkingv1.Ingress) error

UpdateIngress provides a mock function with given fields: ctx, ingress

func (*Client) WaitDeployments

func (_m *Client) WaitDeployments(ctx context.Context, namespace string) error

WaitDeployments provides a mock function with given fields: ctx, namespace

func (*Client) WaitJobs

func (_m *Client) WaitJobs(ctx context.Context, jobs []*batchv1.Job) (*cluster.WaitJobsResult, error)

WaitJobs provides a mock function with given fields: ctx, jobs

func (*Client) WatchResource

WatchResource provides a mock function with given fields: ctx, gvr, handler

func (*Client) WatchServiceLogs

func (_m *Client) WatchServiceLogs(ctx context.Context, namespace string, name string, sinceSeconds int64) (<-chan string, <-chan error, error)

WatchServiceLogs provides a mock function with given fields: ctx, namespace, name, sinceSeconds

type Client_ApplyKPackBuilds_Call

type Client_ApplyKPackBuilds_Call struct {
	*mock.Call
}

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

func (*Client_ApplyKPackBuilds_Call) Return

func (*Client_ApplyKPackBuilds_Call) Run

func (*Client_ApplyKPackBuilds_Call) RunAndReturn

type Client_AreServicesAlive_Call

type Client_AreServicesAlive_Call struct {
	*mock.Call
}

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

func (*Client_AreServicesAlive_Call) Return

func (*Client_AreServicesAlive_Call) Run

func (*Client_AreServicesAlive_Call) RunAndReturn

type Client_CopySecret_Call

type Client_CopySecret_Call struct {
	*mock.Call
}

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

func (*Client_CopySecret_Call) Return

func (*Client_CopySecret_Call) Run

func (_c *Client_CopySecret_Call) Run(run func(ctx context.Context, fromNS string, toNS string, name string)) *Client_CopySecret_Call

func (*Client_CopySecret_Call) RunAndReturn

type Client_CreateConfigMap_Call

type Client_CreateConfigMap_Call struct {
	*mock.Call
}

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

func (*Client_CreateConfigMap_Call) Return

func (*Client_CreateConfigMap_Call) Run

func (*Client_CreateConfigMap_Call) RunAndReturn

type Client_CreateDeployment_Call

type Client_CreateDeployment_Call struct {
	*mock.Call
}

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

func (*Client_CreateDeployment_Call) Return

func (*Client_CreateDeployment_Call) Run

func (*Client_CreateDeployment_Call) RunAndReturn

type Client_CreateIngress_Call

type Client_CreateIngress_Call struct {
	*mock.Call
}

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

func (*Client_CreateIngress_Call) Return

func (*Client_CreateIngress_Call) Run

func (*Client_CreateIngress_Call) RunAndReturn

type Client_CreateJob_Call

type Client_CreateJob_Call struct {
	*mock.Call
}

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

func (*Client_CreateJob_Call) Return

func (*Client_CreateJob_Call) Run

func (_c *Client_CreateJob_Call) Run(run func(ctx context.Context, job *batchv1.Job)) *Client_CreateJob_Call

func (*Client_CreateJob_Call) RunAndReturn

type Client_CreateNamespace_Call

type Client_CreateNamespace_Call struct {
	*mock.Call
}

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

func (*Client_CreateNamespace_Call) Return

func (*Client_CreateNamespace_Call) Run

func (*Client_CreateNamespace_Call) RunAndReturn

type Client_CreateSecret_Call

type Client_CreateSecret_Call struct {
	*mock.Call
}

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

func (*Client_CreateSecret_Call) Return

func (*Client_CreateSecret_Call) Run

func (_c *Client_CreateSecret_Call) Run(run func(ctx context.Context, secret *v1.Secret)) *Client_CreateSecret_Call

func (*Client_CreateSecret_Call) RunAndReturn

type Client_CreateServiceAccount_Call

type Client_CreateServiceAccount_Call struct {
	*mock.Call
}

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

func (*Client_CreateServiceAccount_Call) Return

func (*Client_CreateServiceAccount_Call) Run

func (*Client_CreateServiceAccount_Call) RunAndReturn

type Client_CreateService_Call

type Client_CreateService_Call struct {
	*mock.Call
}

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

func (*Client_CreateService_Call) Return

func (*Client_CreateService_Call) Run

func (*Client_CreateService_Call) RunAndReturn

type Client_DeleteNamespace_Call

type Client_DeleteNamespace_Call struct {
	*mock.Call
}

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

func (*Client_DeleteNamespace_Call) Return

func (*Client_DeleteNamespace_Call) Run

func (*Client_DeleteNamespace_Call) RunAndReturn

type Client_Expecter

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

func (*Client_Expecter) ApplyKPackBuilds

func (_e *Client_Expecter) ApplyKPackBuilds(ctx interface{}, builds interface{}) *Client_ApplyKPackBuilds_Call

ApplyKPackBuilds is a helper method to define mock.On call

  • ctx context.Context
  • builds []*v1alpha2.Build

func (*Client_Expecter) AreServicesAlive

func (_e *Client_Expecter) AreServicesAlive(ctx interface{}, namespace interface{}) *Client_AreServicesAlive_Call

AreServicesAlive is a helper method to define mock.On call

  • ctx context.Context
  • namespace string

func (*Client_Expecter) CopySecret

func (_e *Client_Expecter) CopySecret(ctx interface{}, fromNS interface{}, toNS interface{}, name interface{}) *Client_CopySecret_Call

CopySecret is a helper method to define mock.On call

  • ctx context.Context
  • fromNS string
  • toNS string
  • name string

func (*Client_Expecter) CreateConfigMap

func (_e *Client_Expecter) CreateConfigMap(ctx interface{}, configMap interface{}) *Client_CreateConfigMap_Call

CreateConfigMap is a helper method to define mock.On call

  • ctx context.Context
  • configMap *v1.ConfigMap

func (*Client_Expecter) CreateDeployment

func (_e *Client_Expecter) CreateDeployment(ctx interface{}, deployment interface{}) *Client_CreateDeployment_Call

CreateDeployment is a helper method to define mock.On call

  • ctx context.Context
  • deployment *appsv1.Deployment

func (*Client_Expecter) CreateIngress

func (_e *Client_Expecter) CreateIngress(ctx interface{}, ingress interface{}) *Client_CreateIngress_Call

CreateIngress is a helper method to define mock.On call

  • ctx context.Context
  • ingress *networkingv1.Ingress

func (*Client_Expecter) CreateJob

func (_e *Client_Expecter) CreateJob(ctx interface{}, job interface{}) *Client_CreateJob_Call

CreateJob is a helper method to define mock.On call

  • ctx context.Context
  • job *batchv1.Job

func (*Client_Expecter) CreateNamespace

func (_e *Client_Expecter) CreateNamespace(ctx interface{}, namespace interface{}) *Client_CreateNamespace_Call

CreateNamespace is a helper method to define mock.On call

  • ctx context.Context
  • namespace string

func (*Client_Expecter) CreateSecret

func (_e *Client_Expecter) CreateSecret(ctx interface{}, secret interface{}) *Client_CreateSecret_Call

CreateSecret is a helper method to define mock.On call

  • ctx context.Context
  • secret *v1.Secret

func (*Client_Expecter) CreateService

func (_e *Client_Expecter) CreateService(ctx interface{}, service interface{}) *Client_CreateService_Call

CreateService is a helper method to define mock.On call

  • ctx context.Context
  • service *v1.Service

func (*Client_Expecter) CreateServiceAccount

func (_e *Client_Expecter) CreateServiceAccount(ctx interface{}, svcAcc interface{}) *Client_CreateServiceAccount_Call

CreateServiceAccount is a helper method to define mock.On call

  • ctx context.Context
  • svcAcc *v1.ServiceAccount

func (*Client_Expecter) DeleteNamespace

func (_e *Client_Expecter) DeleteNamespace(ctx interface{}, namespace interface{}) *Client_DeleteNamespace_Call

DeleteNamespace is a helper method to define mock.On call

  • ctx context.Context
  • namespace string

func (*Client_Expecter) GetDeployment

func (_e *Client_Expecter) GetDeployment(ctx interface{}, namespace interface{}, deploymentName interface{}) *Client_GetDeployment_Call

GetDeployment is a helper method to define mock.On call

  • ctx context.Context
  • namespace string
  • deploymentName string

func (*Client_Expecter) GetIngress

func (_e *Client_Expecter) GetIngress(ctx interface{}, namespace interface{}, name interface{}) *Client_GetIngress_Call

GetIngress is a helper method to define mock.On call

  • ctx context.Context
  • namespace string
  • name string

func (*Client_Expecter) GetIngressUrl

func (_e *Client_Expecter) GetIngressUrl(ctx interface{}, namespace interface{}, serviceName interface{}, protocol interface{}) *Client_GetIngressUrl_Call

GetIngressUrl is a helper method to define mock.On call

  • ctx context.Context
  • namespace string
  • serviceName string
  • protocol string

func (*Client_Expecter) GetJobLogs

func (_e *Client_Expecter) GetJobLogs(ctx interface{}, job interface{}, size interface{}) *Client_GetJobLogs_Call

GetJobLogs is a helper method to define mock.On call

  • ctx context.Context
  • job *batchv1.Job
  • size int64

func (*Client_Expecter) GetPreviewNamespaces

func (_e *Client_Expecter) GetPreviewNamespaces(ctx interface{}) *Client_GetPreviewNamespaces_Call

GetPreviewNamespaces is a helper method to define mock.On call

  • ctx context.Context

func (*Client_Expecter) ListJobs

func (_e *Client_Expecter) ListJobs(ctx interface{}, namespace interface{}) *Client_ListJobs_Call

ListJobs is a helper method to define mock.On call

  • ctx context.Context
  • namespace string

func (*Client_Expecter) ScaleDeployment

func (_e *Client_Expecter) ScaleDeployment(ctx interface{}, namespace interface{}, deploymentName interface{}, replicas interface{}) *Client_ScaleDeployment_Call

ScaleDeployment is a helper method to define mock.On call

  • ctx context.Context
  • namespace string
  • deploymentName string
  • replicas int32

func (*Client_Expecter) UpdateIngress

func (_e *Client_Expecter) UpdateIngress(ctx interface{}, ingress interface{}) *Client_UpdateIngress_Call

UpdateIngress is a helper method to define mock.On call

  • ctx context.Context
  • ingress *networkingv1.Ingress

func (*Client_Expecter) WaitDeployments

func (_e *Client_Expecter) WaitDeployments(ctx interface{}, namespace interface{}) *Client_WaitDeployments_Call

WaitDeployments is a helper method to define mock.On call

  • ctx context.Context
  • namespace string

func (*Client_Expecter) WaitJobs

func (_e *Client_Expecter) WaitJobs(ctx interface{}, jobs interface{}) *Client_WaitJobs_Call

WaitJobs is a helper method to define mock.On call

  • ctx context.Context
  • jobs []*batchv1.Job

func (*Client_Expecter) WatchResource

func (_e *Client_Expecter) WatchResource(ctx interface{}, gvr interface{}, handler interface{}) *Client_WatchResource_Call

WatchResource is a helper method to define mock.On call

  • ctx context.Context
  • gvr schema.GroupVersionResource
  • handler cache.ResourceEventHandlerFuncs

func (*Client_Expecter) WatchServiceLogs

func (_e *Client_Expecter) WatchServiceLogs(ctx interface{}, namespace interface{}, name interface{}, sinceSeconds interface{}) *Client_WatchServiceLogs_Call

WatchServiceLogs is a helper method to define mock.On call

  • ctx context.Context
  • namespace string
  • name string
  • sinceSeconds int64

type Client_GetDeployment_Call

type Client_GetDeployment_Call struct {
	*mock.Call
}

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

func (*Client_GetDeployment_Call) Return

func (*Client_GetDeployment_Call) Run

func (_c *Client_GetDeployment_Call) Run(run func(ctx context.Context, namespace string, deploymentName string)) *Client_GetDeployment_Call

func (*Client_GetDeployment_Call) RunAndReturn

type Client_GetIngressUrl_Call

type Client_GetIngressUrl_Call struct {
	*mock.Call
}

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

func (*Client_GetIngressUrl_Call) Return

func (*Client_GetIngressUrl_Call) Run

func (_c *Client_GetIngressUrl_Call) Run(run func(ctx context.Context, namespace string, serviceName string, protocol string)) *Client_GetIngressUrl_Call

func (*Client_GetIngressUrl_Call) RunAndReturn

type Client_GetIngress_Call

type Client_GetIngress_Call struct {
	*mock.Call
}

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

func (*Client_GetIngress_Call) Return

func (*Client_GetIngress_Call) Run

func (_c *Client_GetIngress_Call) Run(run func(ctx context.Context, namespace string, name string)) *Client_GetIngress_Call

func (*Client_GetIngress_Call) RunAndReturn

type Client_GetJobLogs_Call

type Client_GetJobLogs_Call struct {
	*mock.Call
}

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

func (*Client_GetJobLogs_Call) Return

func (*Client_GetJobLogs_Call) Run

func (_c *Client_GetJobLogs_Call) Run(run func(ctx context.Context, job *batchv1.Job, size int64)) *Client_GetJobLogs_Call

func (*Client_GetJobLogs_Call) RunAndReturn

type Client_GetPreviewNamespaces_Call

type Client_GetPreviewNamespaces_Call struct {
	*mock.Call
}

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

func (*Client_GetPreviewNamespaces_Call) Return

func (*Client_GetPreviewNamespaces_Call) Run

func (*Client_GetPreviewNamespaces_Call) RunAndReturn

type Client_ListJobs_Call

type Client_ListJobs_Call struct {
	*mock.Call
}

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

func (*Client_ListJobs_Call) Return

func (_c *Client_ListJobs_Call) Return(_a0 []*batchv1.Job, _a1 error) *Client_ListJobs_Call

func (*Client_ListJobs_Call) Run

func (_c *Client_ListJobs_Call) Run(run func(ctx context.Context, namespace string)) *Client_ListJobs_Call

func (*Client_ListJobs_Call) RunAndReturn

func (_c *Client_ListJobs_Call) RunAndReturn(run func(context.Context, string) ([]*batchv1.Job, error)) *Client_ListJobs_Call

type Client_ScaleDeployment_Call

type Client_ScaleDeployment_Call struct {
	*mock.Call
}

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

func (*Client_ScaleDeployment_Call) Return

func (*Client_ScaleDeployment_Call) Run

func (_c *Client_ScaleDeployment_Call) Run(run func(ctx context.Context, namespace string, deploymentName string, replicas int32)) *Client_ScaleDeployment_Call

func (*Client_ScaleDeployment_Call) RunAndReturn

type Client_UpdateIngress_Call

type Client_UpdateIngress_Call struct {
	*mock.Call
}

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

func (*Client_UpdateIngress_Call) Return

func (*Client_UpdateIngress_Call) Run

func (*Client_UpdateIngress_Call) RunAndReturn

type Client_WaitDeployments_Call

type Client_WaitDeployments_Call struct {
	*mock.Call
}

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

func (*Client_WaitDeployments_Call) Return

func (*Client_WaitDeployments_Call) Run

func (*Client_WaitDeployments_Call) RunAndReturn

type Client_WaitJobs_Call

type Client_WaitJobs_Call struct {
	*mock.Call
}

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

func (*Client_WaitJobs_Call) Return

func (*Client_WaitJobs_Call) Run

func (_c *Client_WaitJobs_Call) Run(run func(ctx context.Context, jobs []*batchv1.Job)) *Client_WaitJobs_Call

func (*Client_WaitJobs_Call) RunAndReturn

type Client_WatchResource_Call

type Client_WatchResource_Call struct {
	*mock.Call
}

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

func (*Client_WatchResource_Call) Return

func (*Client_WatchResource_Call) Run

type Client_WatchServiceLogs_Call

type Client_WatchServiceLogs_Call struct {
	*mock.Call
}

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

func (*Client_WatchServiceLogs_Call) Return

func (_c *Client_WatchServiceLogs_Call) Return(_a0 <-chan string, _a1 <-chan error, _a2 error) *Client_WatchServiceLogs_Call

func (*Client_WatchServiceLogs_Call) Run

func (_c *Client_WatchServiceLogs_Call) Run(run func(ctx context.Context, namespace string, name string, sinceSeconds int64)) *Client_WatchServiceLogs_Call

func (*Client_WatchServiceLogs_Call) RunAndReturn

type Starter

type Starter struct {
	mock.Mock
}

Starter is an autogenerated mock type for the Starter type

func NewStarter

func NewStarter(t mockConstructorTestingTNewStarter) *Starter

NewStarter creates a new instance of Starter. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*Starter) EXPECT

func (_m *Starter) EXPECT() *Starter_Expecter

func (*Starter) Start

func (_m *Starter) Start(stopCh <-chan struct{})

Start provides a mock function with given fields: stopCh

type Starter_Expecter

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

func (*Starter_Expecter) Start

func (_e *Starter_Expecter) Start(stopCh interface{}) *Starter_Start_Call

Start is a helper method to define mock.On call

  • stopCh <-chan struct{}

type Starter_Start_Call

type Starter_Start_Call struct {
	*mock.Call
}

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

func (*Starter_Start_Call) Return

func (_c *Starter_Start_Call) Return() *Starter_Start_Call

func (*Starter_Start_Call) Run

func (_c *Starter_Start_Call) Run(run func(stopCh <-chan struct{})) *Starter_Start_Call

func (*Starter_Start_Call) RunAndReturn

func (_c *Starter_Start_Call) RunAndReturn(run func(<-chan struct{})) *Starter_Start_Call

Jump to

Keyboard shortcuts

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