dynamic

package
v2.2.14 Latest Latest
Warning

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

Go to latest
Published: May 22, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAPIPathResolverFunc

type MockAPIPathResolverFunc struct {
	mock.Mock
}

MockAPIPathResolverFunc is an autogenerated mock type for the APIPathResolverFunc type

func NewMockAPIPathResolverFunc

func NewMockAPIPathResolverFunc(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockAPIPathResolverFunc

NewMockAPIPathResolverFunc creates a new instance of MockAPIPathResolverFunc. 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 (*MockAPIPathResolverFunc) EXPECT

func (*MockAPIPathResolverFunc) Execute

Execute provides a mock function with given fields: kind

type MockAPIPathResolverFunc_Execute_Call

type MockAPIPathResolverFunc_Execute_Call struct {
	*mock.Call
}

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

func (*MockAPIPathResolverFunc_Execute_Call) Return

func (*MockAPIPathResolverFunc_Execute_Call) Run

func (*MockAPIPathResolverFunc_Execute_Call) RunAndReturn

type MockAPIPathResolverFunc_Expecter

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

func (*MockAPIPathResolverFunc_Expecter) Execute

Execute is a helper method to define mock.On call

  • kind schema.GroupVersionKind

type MockInterface

type MockInterface struct {
	mock.Mock
}

MockInterface is an autogenerated mock type for the Interface type

func NewMockInterface

func NewMockInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockInterface

NewMockInterface creates a new instance of MockInterface. 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 (*MockInterface) EXPECT

func (_m *MockInterface) EXPECT() *MockInterface_Expecter

func (*MockInterface) Resource

Resource provides a mock function with given fields: resource

type MockInterface_Expecter

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

func (*MockInterface_Expecter) Resource

func (_e *MockInterface_Expecter) Resource(resource interface{}) *MockInterface_Resource_Call

Resource is a helper method to define mock.On call

  • resource schema.GroupVersionResource

type MockInterface_Resource_Call

type MockInterface_Resource_Call struct {
	*mock.Call
}

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

func (*MockInterface_Resource_Call) Return

func (*MockInterface_Resource_Call) Run

type MockNamespaceableResourceInterface

type MockNamespaceableResourceInterface struct {
	mock.Mock
}

MockNamespaceableResourceInterface is an autogenerated mock type for the NamespaceableResourceInterface type

func NewMockNamespaceableResourceInterface

func NewMockNamespaceableResourceInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockNamespaceableResourceInterface

NewMockNamespaceableResourceInterface creates a new instance of MockNamespaceableResourceInterface. 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 (*MockNamespaceableResourceInterface) Apply

Apply provides a mock function with given fields: ctx, name, obj, options, subresources

func (*MockNamespaceableResourceInterface) ApplyStatus

ApplyStatus provides a mock function with given fields: ctx, name, obj, options

func (*MockNamespaceableResourceInterface) Create

Create provides a mock function with given fields: ctx, obj, options, subresources

func (*MockNamespaceableResourceInterface) Delete

func (_m *MockNamespaceableResourceInterface) Delete(ctx context.Context, name string, options v1.DeleteOptions, subresources ...string) error

Delete provides a mock function with given fields: ctx, name, options, subresources

func (*MockNamespaceableResourceInterface) DeleteCollection

func (_m *MockNamespaceableResourceInterface) DeleteCollection(ctx context.Context, options v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection provides a mock function with given fields: ctx, options, listOptions

func (*MockNamespaceableResourceInterface) EXPECT

func (*MockNamespaceableResourceInterface) Get

Get provides a mock function with given fields: ctx, name, options, subresources

func (*MockNamespaceableResourceInterface) List

List provides a mock function with given fields: ctx, opts

func (*MockNamespaceableResourceInterface) Namespace

Namespace provides a mock function with given fields: _a0

func (*MockNamespaceableResourceInterface) Patch

func (_m *MockNamespaceableResourceInterface) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, options v1.PatchOptions, subresources ...string) (*unstructured.Unstructured, error)

Patch provides a mock function with given fields: ctx, name, pt, data, options, subresources

func (*MockNamespaceableResourceInterface) Update

Update provides a mock function with given fields: ctx, obj, options, subresources

func (*MockNamespaceableResourceInterface) UpdateStatus

UpdateStatus provides a mock function with given fields: ctx, obj, options

func (*MockNamespaceableResourceInterface) Watch

Watch provides a mock function with given fields: ctx, opts

type MockNamespaceableResourceInterface_ApplyStatus_Call

type MockNamespaceableResourceInterface_ApplyStatus_Call struct {
	*mock.Call
}

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

func (*MockNamespaceableResourceInterface_ApplyStatus_Call) Return

func (*MockNamespaceableResourceInterface_ApplyStatus_Call) Run

type MockNamespaceableResourceInterface_Apply_Call

type MockNamespaceableResourceInterface_Apply_Call struct {
	*mock.Call
}

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

func (*MockNamespaceableResourceInterface_Apply_Call) Return

func (*MockNamespaceableResourceInterface_Apply_Call) Run

type MockNamespaceableResourceInterface_Create_Call

type MockNamespaceableResourceInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockNamespaceableResourceInterface_Create_Call) Return

func (*MockNamespaceableResourceInterface_Create_Call) Run

type MockNamespaceableResourceInterface_DeleteCollection_Call

type MockNamespaceableResourceInterface_DeleteCollection_Call struct {
	*mock.Call
}

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

func (*MockNamespaceableResourceInterface_DeleteCollection_Call) Return

func (*MockNamespaceableResourceInterface_DeleteCollection_Call) Run

type MockNamespaceableResourceInterface_Delete_Call

type MockNamespaceableResourceInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockNamespaceableResourceInterface_Delete_Call) Return

func (*MockNamespaceableResourceInterface_Delete_Call) Run

func (*MockNamespaceableResourceInterface_Delete_Call) RunAndReturn

type MockNamespaceableResourceInterface_Expecter

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

func (*MockNamespaceableResourceInterface_Expecter) Apply

func (_e *MockNamespaceableResourceInterface_Expecter) Apply(ctx interface{}, name interface{}, obj interface{}, options interface{}, subresources ...interface{}) *MockNamespaceableResourceInterface_Apply_Call

Apply is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • obj *unstructured.Unstructured
  • options v1.ApplyOptions
  • subresources ...string

func (*MockNamespaceableResourceInterface_Expecter) ApplyStatus

func (_e *MockNamespaceableResourceInterface_Expecter) ApplyStatus(ctx interface{}, name interface{}, obj interface{}, options interface{}) *MockNamespaceableResourceInterface_ApplyStatus_Call

ApplyStatus is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • obj *unstructured.Unstructured
  • options v1.ApplyOptions

func (*MockNamespaceableResourceInterface_Expecter) Create

func (_e *MockNamespaceableResourceInterface_Expecter) Create(ctx interface{}, obj interface{}, options interface{}, subresources ...interface{}) *MockNamespaceableResourceInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • obj *unstructured.Unstructured
  • options v1.CreateOptions
  • subresources ...string

func (*MockNamespaceableResourceInterface_Expecter) Delete

func (_e *MockNamespaceableResourceInterface_Expecter) Delete(ctx interface{}, name interface{}, options interface{}, subresources ...interface{}) *MockNamespaceableResourceInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • options v1.DeleteOptions
  • subresources ...string

func (*MockNamespaceableResourceInterface_Expecter) DeleteCollection

func (_e *MockNamespaceableResourceInterface_Expecter) DeleteCollection(ctx interface{}, options interface{}, listOptions interface{}) *MockNamespaceableResourceInterface_DeleteCollection_Call

DeleteCollection is a helper method to define mock.On call

  • ctx context.Context
  • options v1.DeleteOptions
  • listOptions v1.ListOptions

func (*MockNamespaceableResourceInterface_Expecter) Get

func (_e *MockNamespaceableResourceInterface_Expecter) Get(ctx interface{}, name interface{}, options interface{}, subresources ...interface{}) *MockNamespaceableResourceInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • options v1.GetOptions
  • subresources ...string

func (*MockNamespaceableResourceInterface_Expecter) List

List is a helper method to define mock.On call

  • ctx context.Context
  • opts v1.ListOptions

func (*MockNamespaceableResourceInterface_Expecter) Namespace

Namespace is a helper method to define mock.On call

  • _a0 string

func (*MockNamespaceableResourceInterface_Expecter) Patch

func (_e *MockNamespaceableResourceInterface_Expecter) Patch(ctx interface{}, name interface{}, pt interface{}, data interface{}, options interface{}, subresources ...interface{}) *MockNamespaceableResourceInterface_Patch_Call

Patch is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • pt types.PatchType
  • data []byte
  • options v1.PatchOptions
  • subresources ...string

func (*MockNamespaceableResourceInterface_Expecter) Update

func (_e *MockNamespaceableResourceInterface_Expecter) Update(ctx interface{}, obj interface{}, options interface{}, subresources ...interface{}) *MockNamespaceableResourceInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • obj *unstructured.Unstructured
  • options v1.UpdateOptions
  • subresources ...string

func (*MockNamespaceableResourceInterface_Expecter) UpdateStatus

func (_e *MockNamespaceableResourceInterface_Expecter) UpdateStatus(ctx interface{}, obj interface{}, options interface{}) *MockNamespaceableResourceInterface_UpdateStatus_Call

UpdateStatus is a helper method to define mock.On call

  • ctx context.Context
  • obj *unstructured.Unstructured
  • options v1.UpdateOptions

func (*MockNamespaceableResourceInterface_Expecter) Watch

Watch is a helper method to define mock.On call

  • ctx context.Context
  • opts v1.ListOptions

type MockNamespaceableResourceInterface_Get_Call

type MockNamespaceableResourceInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockNamespaceableResourceInterface_Get_Call) Return

func (*MockNamespaceableResourceInterface_Get_Call) Run

func (*MockNamespaceableResourceInterface_Get_Call) RunAndReturn

type MockNamespaceableResourceInterface_List_Call

type MockNamespaceableResourceInterface_List_Call struct {
	*mock.Call
}

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

func (*MockNamespaceableResourceInterface_List_Call) Return

func (*MockNamespaceableResourceInterface_List_Call) Run

type MockNamespaceableResourceInterface_Namespace_Call

type MockNamespaceableResourceInterface_Namespace_Call struct {
	*mock.Call
}

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

func (*MockNamespaceableResourceInterface_Namespace_Call) Return

func (*MockNamespaceableResourceInterface_Namespace_Call) Run

func (*MockNamespaceableResourceInterface_Namespace_Call) RunAndReturn

type MockNamespaceableResourceInterface_Patch_Call

type MockNamespaceableResourceInterface_Patch_Call struct {
	*mock.Call
}

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

func (*MockNamespaceableResourceInterface_Patch_Call) Return

func (*MockNamespaceableResourceInterface_Patch_Call) Run

type MockNamespaceableResourceInterface_UpdateStatus_Call

type MockNamespaceableResourceInterface_UpdateStatus_Call struct {
	*mock.Call
}

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

func (*MockNamespaceableResourceInterface_UpdateStatus_Call) Return

func (*MockNamespaceableResourceInterface_UpdateStatus_Call) Run

type MockNamespaceableResourceInterface_Update_Call

type MockNamespaceableResourceInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockNamespaceableResourceInterface_Update_Call) Return

func (*MockNamespaceableResourceInterface_Update_Call) Run

type MockNamespaceableResourceInterface_Watch_Call

type MockNamespaceableResourceInterface_Watch_Call struct {
	*mock.Call
}

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

func (*MockNamespaceableResourceInterface_Watch_Call) Return

func (*MockNamespaceableResourceInterface_Watch_Call) Run

func (*MockNamespaceableResourceInterface_Watch_Call) RunAndReturn

type MockResourceInterface

type MockResourceInterface struct {
	mock.Mock
}

MockResourceInterface is an autogenerated mock type for the ResourceInterface type

func NewMockResourceInterface

func NewMockResourceInterface(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockResourceInterface

NewMockResourceInterface creates a new instance of MockResourceInterface. 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 (*MockResourceInterface) Apply

func (_m *MockResourceInterface) Apply(ctx context.Context, name string, obj *unstructured.Unstructured, options v1.ApplyOptions, subresources ...string) (*unstructured.Unstructured, error)

Apply provides a mock function with given fields: ctx, name, obj, options, subresources

func (*MockResourceInterface) ApplyStatus

ApplyStatus provides a mock function with given fields: ctx, name, obj, options

func (*MockResourceInterface) Create

Create provides a mock function with given fields: ctx, obj, options, subresources

func (*MockResourceInterface) Delete

func (_m *MockResourceInterface) Delete(ctx context.Context, name string, options v1.DeleteOptions, subresources ...string) error

Delete provides a mock function with given fields: ctx, name, options, subresources

func (*MockResourceInterface) DeleteCollection

func (_m *MockResourceInterface) DeleteCollection(ctx context.Context, options v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection provides a mock function with given fields: ctx, options, listOptions

func (*MockResourceInterface) EXPECT

func (*MockResourceInterface) Get

func (_m *MockResourceInterface) Get(ctx context.Context, name string, options v1.GetOptions, subresources ...string) (*unstructured.Unstructured, error)

Get provides a mock function with given fields: ctx, name, options, subresources

func (*MockResourceInterface) List

List provides a mock function with given fields: ctx, opts

func (*MockResourceInterface) Patch

func (_m *MockResourceInterface) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, options v1.PatchOptions, subresources ...string) (*unstructured.Unstructured, error)

Patch provides a mock function with given fields: ctx, name, pt, data, options, subresources

func (*MockResourceInterface) Update

Update provides a mock function with given fields: ctx, obj, options, subresources

func (*MockResourceInterface) UpdateStatus

UpdateStatus provides a mock function with given fields: ctx, obj, options

func (*MockResourceInterface) Watch

Watch provides a mock function with given fields: ctx, opts

type MockResourceInterface_ApplyStatus_Call

type MockResourceInterface_ApplyStatus_Call struct {
	*mock.Call
}

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

func (*MockResourceInterface_ApplyStatus_Call) Return

func (*MockResourceInterface_ApplyStatus_Call) Run

type MockResourceInterface_Apply_Call

type MockResourceInterface_Apply_Call struct {
	*mock.Call
}

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

func (*MockResourceInterface_Apply_Call) Return

func (*MockResourceInterface_Apply_Call) Run

type MockResourceInterface_Create_Call

type MockResourceInterface_Create_Call struct {
	*mock.Call
}

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

func (*MockResourceInterface_Create_Call) Return

func (*MockResourceInterface_Create_Call) Run

type MockResourceInterface_DeleteCollection_Call

type MockResourceInterface_DeleteCollection_Call struct {
	*mock.Call
}

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

func (*MockResourceInterface_DeleteCollection_Call) Return

func (*MockResourceInterface_DeleteCollection_Call) Run

func (*MockResourceInterface_DeleteCollection_Call) RunAndReturn

type MockResourceInterface_Delete_Call

type MockResourceInterface_Delete_Call struct {
	*mock.Call
}

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

func (*MockResourceInterface_Delete_Call) Return

func (*MockResourceInterface_Delete_Call) Run

func (_c *MockResourceInterface_Delete_Call) Run(run func(ctx context.Context, name string, options v1.DeleteOptions, subresources ...string)) *MockResourceInterface_Delete_Call

func (*MockResourceInterface_Delete_Call) RunAndReturn

type MockResourceInterface_Expecter

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

func (*MockResourceInterface_Expecter) Apply

func (_e *MockResourceInterface_Expecter) Apply(ctx interface{}, name interface{}, obj interface{}, options interface{}, subresources ...interface{}) *MockResourceInterface_Apply_Call

Apply is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • obj *unstructured.Unstructured
  • options v1.ApplyOptions
  • subresources ...string

func (*MockResourceInterface_Expecter) ApplyStatus

func (_e *MockResourceInterface_Expecter) ApplyStatus(ctx interface{}, name interface{}, obj interface{}, options interface{}) *MockResourceInterface_ApplyStatus_Call

ApplyStatus is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • obj *unstructured.Unstructured
  • options v1.ApplyOptions

func (*MockResourceInterface_Expecter) Create

func (_e *MockResourceInterface_Expecter) Create(ctx interface{}, obj interface{}, options interface{}, subresources ...interface{}) *MockResourceInterface_Create_Call

Create is a helper method to define mock.On call

  • ctx context.Context
  • obj *unstructured.Unstructured
  • options v1.CreateOptions
  • subresources ...string

func (*MockResourceInterface_Expecter) Delete

func (_e *MockResourceInterface_Expecter) Delete(ctx interface{}, name interface{}, options interface{}, subresources ...interface{}) *MockResourceInterface_Delete_Call

Delete is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • options v1.DeleteOptions
  • subresources ...string

func (*MockResourceInterface_Expecter) DeleteCollection

func (_e *MockResourceInterface_Expecter) DeleteCollection(ctx interface{}, options interface{}, listOptions interface{}) *MockResourceInterface_DeleteCollection_Call

DeleteCollection is a helper method to define mock.On call

  • ctx context.Context
  • options v1.DeleteOptions
  • listOptions v1.ListOptions

func (*MockResourceInterface_Expecter) Get

func (_e *MockResourceInterface_Expecter) Get(ctx interface{}, name interface{}, options interface{}, subresources ...interface{}) *MockResourceInterface_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • options v1.GetOptions
  • subresources ...string

func (*MockResourceInterface_Expecter) List

func (_e *MockResourceInterface_Expecter) List(ctx interface{}, opts interface{}) *MockResourceInterface_List_Call

List is a helper method to define mock.On call

  • ctx context.Context
  • opts v1.ListOptions

func (*MockResourceInterface_Expecter) Patch

func (_e *MockResourceInterface_Expecter) Patch(ctx interface{}, name interface{}, pt interface{}, data interface{}, options interface{}, subresources ...interface{}) *MockResourceInterface_Patch_Call

Patch is a helper method to define mock.On call

  • ctx context.Context
  • name string
  • pt types.PatchType
  • data []byte
  • options v1.PatchOptions
  • subresources ...string

func (*MockResourceInterface_Expecter) Update

func (_e *MockResourceInterface_Expecter) Update(ctx interface{}, obj interface{}, options interface{}, subresources ...interface{}) *MockResourceInterface_Update_Call

Update is a helper method to define mock.On call

  • ctx context.Context
  • obj *unstructured.Unstructured
  • options v1.UpdateOptions
  • subresources ...string

func (*MockResourceInterface_Expecter) UpdateStatus

func (_e *MockResourceInterface_Expecter) UpdateStatus(ctx interface{}, obj interface{}, options interface{}) *MockResourceInterface_UpdateStatus_Call

UpdateStatus is a helper method to define mock.On call

  • ctx context.Context
  • obj *unstructured.Unstructured
  • options v1.UpdateOptions

func (*MockResourceInterface_Expecter) Watch

func (_e *MockResourceInterface_Expecter) Watch(ctx interface{}, opts interface{}) *MockResourceInterface_Watch_Call

Watch is a helper method to define mock.On call

  • ctx context.Context
  • opts v1.ListOptions

type MockResourceInterface_Get_Call

type MockResourceInterface_Get_Call struct {
	*mock.Call
}

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

func (*MockResourceInterface_Get_Call) Return

func (*MockResourceInterface_Get_Call) Run

func (_c *MockResourceInterface_Get_Call) Run(run func(ctx context.Context, name string, options v1.GetOptions, subresources ...string)) *MockResourceInterface_Get_Call

func (*MockResourceInterface_Get_Call) RunAndReturn

type MockResourceInterface_List_Call

type MockResourceInterface_List_Call struct {
	*mock.Call
}

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

func (*MockResourceInterface_List_Call) Return

func (*MockResourceInterface_List_Call) Run

func (*MockResourceInterface_List_Call) RunAndReturn

type MockResourceInterface_Patch_Call

type MockResourceInterface_Patch_Call struct {
	*mock.Call
}

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

func (*MockResourceInterface_Patch_Call) Return

func (*MockResourceInterface_Patch_Call) Run

func (_c *MockResourceInterface_Patch_Call) Run(run func(ctx context.Context, name string, pt types.PatchType, data []byte, options v1.PatchOptions, subresources ...string)) *MockResourceInterface_Patch_Call

type MockResourceInterface_UpdateStatus_Call

type MockResourceInterface_UpdateStatus_Call struct {
	*mock.Call
}

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

func (*MockResourceInterface_UpdateStatus_Call) Return

func (*MockResourceInterface_UpdateStatus_Call) Run

type MockResourceInterface_Update_Call

type MockResourceInterface_Update_Call struct {
	*mock.Call
}

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

func (*MockResourceInterface_Update_Call) Return

func (*MockResourceInterface_Update_Call) Run

type MockResourceInterface_Watch_Call

type MockResourceInterface_Watch_Call struct {
	*mock.Call
}

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

func (*MockResourceInterface_Watch_Call) Return

func (*MockResourceInterface_Watch_Call) Run

func (*MockResourceInterface_Watch_Call) RunAndReturn

Jump to

Keyboard shortcuts

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