mock_v1sets

package
v0.1.16 Latest Latest
Warning

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

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

Documentation

Overview

Package mock_v1sets is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockMutatingWebhookConfigurationSet added in v0.1.16

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

MockMutatingWebhookConfigurationSet is a mock of MutatingWebhookConfigurationSet interface.

func NewMockMutatingWebhookConfigurationSet added in v0.1.16

func NewMockMutatingWebhookConfigurationSet(ctrl *gomock.Controller) *MockMutatingWebhookConfigurationSet

NewMockMutatingWebhookConfigurationSet creates a new mock instance.

func (*MockMutatingWebhookConfigurationSet) Clone added in v0.1.16

Clone mocks base method.

func (*MockMutatingWebhookConfigurationSet) Delete added in v0.1.16

func (m *MockMutatingWebhookConfigurationSet) Delete(mutatingWebhookConfiguration ezkube.ResourceId)

Delete mocks base method.

func (*MockMutatingWebhookConfigurationSet) Delta added in v0.1.16

Delta mocks base method.

func (*MockMutatingWebhookConfigurationSet) Difference added in v0.1.16

Difference mocks base method.

func (*MockMutatingWebhookConfigurationSet) EXPECT added in v0.1.16

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

func (*MockMutatingWebhookConfigurationSet) Equal added in v0.1.16

func (m *MockMutatingWebhookConfigurationSet) Equal(mutatingWebhookConfigurationSet v1sets.MutatingWebhookConfigurationSet) bool

Equal mocks base method.

func (*MockMutatingWebhookConfigurationSet) Find added in v0.1.16

Find mocks base method.

func (*MockMutatingWebhookConfigurationSet) Generic added in v0.1.16

Generic mocks base method.

func (*MockMutatingWebhookConfigurationSet) Has added in v0.1.16

func (m *MockMutatingWebhookConfigurationSet) Has(mutatingWebhookConfiguration ezkube.ResourceId) bool

Has mocks base method.

func (*MockMutatingWebhookConfigurationSet) Insert added in v0.1.16

func (m *MockMutatingWebhookConfigurationSet) Insert(mutatingWebhookConfiguration ...*v1.MutatingWebhookConfiguration)

Insert mocks base method.

func (*MockMutatingWebhookConfigurationSet) Intersection added in v0.1.16

Intersection mocks base method.

func (*MockMutatingWebhookConfigurationSet) Keys added in v0.1.16

Keys mocks base method.

func (*MockMutatingWebhookConfigurationSet) Length added in v0.1.16

Length mocks base method.

func (*MockMutatingWebhookConfigurationSet) List added in v0.1.16

List mocks base method.

func (*MockMutatingWebhookConfigurationSet) Map added in v0.1.16

Map mocks base method.

func (*MockMutatingWebhookConfigurationSet) Union added in v0.1.16

Union mocks base method.

func (*MockMutatingWebhookConfigurationSet) UnsortedList added in v0.1.16

UnsortedList mocks base method.

type MockMutatingWebhookConfigurationSetMockRecorder added in v0.1.16

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

MockMutatingWebhookConfigurationSetMockRecorder is the mock recorder for MockMutatingWebhookConfigurationSet.

func (*MockMutatingWebhookConfigurationSetMockRecorder) Clone added in v0.1.16

Clone indicates an expected call of Clone.

func (*MockMutatingWebhookConfigurationSetMockRecorder) Delete added in v0.1.16

func (mr *MockMutatingWebhookConfigurationSetMockRecorder) Delete(mutatingWebhookConfiguration interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockMutatingWebhookConfigurationSetMockRecorder) Delta added in v0.1.16

func (mr *MockMutatingWebhookConfigurationSetMockRecorder) Delta(newSet interface{}) *gomock.Call

Delta indicates an expected call of Delta.

func (*MockMutatingWebhookConfigurationSetMockRecorder) Difference added in v0.1.16

func (mr *MockMutatingWebhookConfigurationSetMockRecorder) Difference(set interface{}) *gomock.Call

Difference indicates an expected call of Difference.

func (*MockMutatingWebhookConfigurationSetMockRecorder) Equal added in v0.1.16

func (mr *MockMutatingWebhookConfigurationSetMockRecorder) Equal(mutatingWebhookConfigurationSet interface{}) *gomock.Call

Equal indicates an expected call of Equal.

func (*MockMutatingWebhookConfigurationSetMockRecorder) Find added in v0.1.16

Find indicates an expected call of Find.

func (*MockMutatingWebhookConfigurationSetMockRecorder) Generic added in v0.1.16

Generic indicates an expected call of Generic.

func (*MockMutatingWebhookConfigurationSetMockRecorder) Has added in v0.1.16

func (mr *MockMutatingWebhookConfigurationSetMockRecorder) Has(mutatingWebhookConfiguration interface{}) *gomock.Call

Has indicates an expected call of Has.

func (*MockMutatingWebhookConfigurationSetMockRecorder) Insert added in v0.1.16

func (mr *MockMutatingWebhookConfigurationSetMockRecorder) Insert(mutatingWebhookConfiguration ...interface{}) *gomock.Call

Insert indicates an expected call of Insert.

func (*MockMutatingWebhookConfigurationSetMockRecorder) Intersection added in v0.1.16

func (mr *MockMutatingWebhookConfigurationSetMockRecorder) Intersection(set interface{}) *gomock.Call

Intersection indicates an expected call of Intersection.

func (*MockMutatingWebhookConfigurationSetMockRecorder) Keys added in v0.1.16

Keys indicates an expected call of Keys.

func (*MockMutatingWebhookConfigurationSetMockRecorder) Length added in v0.1.16

Length indicates an expected call of Length.

func (*MockMutatingWebhookConfigurationSetMockRecorder) List added in v0.1.16

func (mr *MockMutatingWebhookConfigurationSetMockRecorder) List(filterResource ...interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockMutatingWebhookConfigurationSetMockRecorder) Map added in v0.1.16

Map indicates an expected call of Map.

func (*MockMutatingWebhookConfigurationSetMockRecorder) Union added in v0.1.16

func (mr *MockMutatingWebhookConfigurationSetMockRecorder) Union(set interface{}) *gomock.Call

Union indicates an expected call of Union.

func (*MockMutatingWebhookConfigurationSetMockRecorder) UnsortedList added in v0.1.16

func (mr *MockMutatingWebhookConfigurationSetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call

UnsortedList indicates an expected call of UnsortedList.

type MockValidatingWebhookConfigurationSet

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

MockValidatingWebhookConfigurationSet is a mock of ValidatingWebhookConfigurationSet interface.

func NewMockValidatingWebhookConfigurationSet

func NewMockValidatingWebhookConfigurationSet(ctrl *gomock.Controller) *MockValidatingWebhookConfigurationSet

NewMockValidatingWebhookConfigurationSet creates a new mock instance.

func (*MockValidatingWebhookConfigurationSet) Clone added in v0.1.6

Clone mocks base method.

func (*MockValidatingWebhookConfigurationSet) Delete

func (m *MockValidatingWebhookConfigurationSet) Delete(validatingWebhookConfiguration ezkube.ResourceId)

Delete mocks base method.

func (*MockValidatingWebhookConfigurationSet) Delta added in v0.1.3

Delta mocks base method.

func (*MockValidatingWebhookConfigurationSet) Difference

Difference mocks base method.

func (*MockValidatingWebhookConfigurationSet) EXPECT

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

func (*MockValidatingWebhookConfigurationSet) Equal

func (m *MockValidatingWebhookConfigurationSet) Equal(validatingWebhookConfigurationSet v1sets.ValidatingWebhookConfigurationSet) bool

Equal mocks base method.

func (*MockValidatingWebhookConfigurationSet) Find

Find mocks base method.

func (*MockValidatingWebhookConfigurationSet) Generic added in v0.1.3

Generic mocks base method.

func (*MockValidatingWebhookConfigurationSet) Has

func (m *MockValidatingWebhookConfigurationSet) Has(validatingWebhookConfiguration ezkube.ResourceId) bool

Has mocks base method.

func (*MockValidatingWebhookConfigurationSet) Insert

func (m *MockValidatingWebhookConfigurationSet) Insert(validatingWebhookConfiguration ...*v1.ValidatingWebhookConfiguration)

Insert mocks base method.

func (*MockValidatingWebhookConfigurationSet) Intersection

Intersection mocks base method.

func (*MockValidatingWebhookConfigurationSet) Keys

Keys mocks base method.

func (*MockValidatingWebhookConfigurationSet) Length

Length mocks base method.

func (*MockValidatingWebhookConfigurationSet) List

List mocks base method.

func (*MockValidatingWebhookConfigurationSet) Map

Map mocks base method.

func (*MockValidatingWebhookConfigurationSet) Union

Union mocks base method.

func (*MockValidatingWebhookConfigurationSet) UnsortedList added in v0.1.6

UnsortedList mocks base method.

type MockValidatingWebhookConfigurationSetMockRecorder

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

MockValidatingWebhookConfigurationSetMockRecorder is the mock recorder for MockValidatingWebhookConfigurationSet.

func (*MockValidatingWebhookConfigurationSetMockRecorder) Clone added in v0.1.6

Clone indicates an expected call of Clone.

func (*MockValidatingWebhookConfigurationSetMockRecorder) Delete

func (mr *MockValidatingWebhookConfigurationSetMockRecorder) Delete(validatingWebhookConfiguration interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockValidatingWebhookConfigurationSetMockRecorder) Delta added in v0.1.3

func (mr *MockValidatingWebhookConfigurationSetMockRecorder) Delta(newSet interface{}) *gomock.Call

Delta indicates an expected call of Delta.

func (*MockValidatingWebhookConfigurationSetMockRecorder) Difference

func (mr *MockValidatingWebhookConfigurationSetMockRecorder) Difference(set interface{}) *gomock.Call

Difference indicates an expected call of Difference.

func (*MockValidatingWebhookConfigurationSetMockRecorder) Equal

func (mr *MockValidatingWebhookConfigurationSetMockRecorder) Equal(validatingWebhookConfigurationSet interface{}) *gomock.Call

Equal indicates an expected call of Equal.

func (*MockValidatingWebhookConfigurationSetMockRecorder) Find

Find indicates an expected call of Find.

func (*MockValidatingWebhookConfigurationSetMockRecorder) Generic added in v0.1.3

Generic indicates an expected call of Generic.

func (*MockValidatingWebhookConfigurationSetMockRecorder) Has

func (mr *MockValidatingWebhookConfigurationSetMockRecorder) Has(validatingWebhookConfiguration interface{}) *gomock.Call

Has indicates an expected call of Has.

func (*MockValidatingWebhookConfigurationSetMockRecorder) Insert

func (mr *MockValidatingWebhookConfigurationSetMockRecorder) Insert(validatingWebhookConfiguration ...interface{}) *gomock.Call

Insert indicates an expected call of Insert.

func (*MockValidatingWebhookConfigurationSetMockRecorder) Intersection

func (mr *MockValidatingWebhookConfigurationSetMockRecorder) Intersection(set interface{}) *gomock.Call

Intersection indicates an expected call of Intersection.

func (*MockValidatingWebhookConfigurationSetMockRecorder) Keys

Keys indicates an expected call of Keys.

func (*MockValidatingWebhookConfigurationSetMockRecorder) Length

Length indicates an expected call of Length.

func (*MockValidatingWebhookConfigurationSetMockRecorder) List

func (mr *MockValidatingWebhookConfigurationSetMockRecorder) List(filterResource ...interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockValidatingWebhookConfigurationSetMockRecorder) Map

Map indicates an expected call of Map.

func (*MockValidatingWebhookConfigurationSetMockRecorder) Union

Union indicates an expected call of Union.

func (*MockValidatingWebhookConfigurationSetMockRecorder) UnsortedList added in v0.1.6

func (mr *MockValidatingWebhookConfigurationSetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call

UnsortedList indicates an expected call of UnsortedList.

Jump to

Keyboard shortcuts

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