mock_v1sets

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2024 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 MockAuthorizationPolicySet

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

MockAuthorizationPolicySet is a mock of AuthorizationPolicySet interface.

func NewMockAuthorizationPolicySet

func NewMockAuthorizationPolicySet(ctrl *gomock.Controller) *MockAuthorizationPolicySet

NewMockAuthorizationPolicySet creates a new mock instance.

func (*MockAuthorizationPolicySet) Clone

Clone mocks base method.

func (*MockAuthorizationPolicySet) Delete

func (m *MockAuthorizationPolicySet) Delete(authorizationPolicy ezkube.ResourceId)

Delete mocks base method.

func (*MockAuthorizationPolicySet) Delta

Delta mocks base method.

func (*MockAuthorizationPolicySet) Difference

Difference mocks base method.

func (*MockAuthorizationPolicySet) EXPECT

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

func (*MockAuthorizationPolicySet) Equal

func (m *MockAuthorizationPolicySet) Equal(authorizationPolicySet v1sets.AuthorizationPolicySet) bool

Equal mocks base method.

func (*MockAuthorizationPolicySet) Find

Find mocks base method.

func (*MockAuthorizationPolicySet) Generic

Generic mocks base method.

func (*MockAuthorizationPolicySet) Has

func (m *MockAuthorizationPolicySet) Has(authorizationPolicy ezkube.ResourceId) bool

Has mocks base method.

func (*MockAuthorizationPolicySet) Insert

func (m *MockAuthorizationPolicySet) Insert(authorizationPolicy ...*v1.AuthorizationPolicy)

Insert mocks base method.

func (*MockAuthorizationPolicySet) Intersection

Intersection mocks base method.

func (*MockAuthorizationPolicySet) Keys

Keys mocks base method.

func (*MockAuthorizationPolicySet) Length

func (m *MockAuthorizationPolicySet) Length() int

Length mocks base method.

func (*MockAuthorizationPolicySet) List

func (m *MockAuthorizationPolicySet) List(filterResource ...func(*v1.AuthorizationPolicy) bool) []*v1.AuthorizationPolicy

List mocks base method.

func (*MockAuthorizationPolicySet) Map

Map mocks base method.

func (*MockAuthorizationPolicySet) Union

Union mocks base method.

func (*MockAuthorizationPolicySet) UnsortedList

func (m *MockAuthorizationPolicySet) UnsortedList(filterResource ...func(*v1.AuthorizationPolicy) bool) []*v1.AuthorizationPolicy

UnsortedList mocks base method.

type MockAuthorizationPolicySetMockRecorder

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

MockAuthorizationPolicySetMockRecorder is the mock recorder for MockAuthorizationPolicySet.

func (*MockAuthorizationPolicySetMockRecorder) Clone

Clone indicates an expected call of Clone.

func (*MockAuthorizationPolicySetMockRecorder) Delete

func (mr *MockAuthorizationPolicySetMockRecorder) Delete(authorizationPolicy interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockAuthorizationPolicySetMockRecorder) Delta

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

Delta indicates an expected call of Delta.

func (*MockAuthorizationPolicySetMockRecorder) Difference

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

Difference indicates an expected call of Difference.

func (*MockAuthorizationPolicySetMockRecorder) Equal

func (mr *MockAuthorizationPolicySetMockRecorder) Equal(authorizationPolicySet interface{}) *gomock.Call

Equal indicates an expected call of Equal.

func (*MockAuthorizationPolicySetMockRecorder) Find

func (mr *MockAuthorizationPolicySetMockRecorder) Find(id interface{}) *gomock.Call

Find indicates an expected call of Find.

func (*MockAuthorizationPolicySetMockRecorder) Generic

Generic indicates an expected call of Generic.

func (*MockAuthorizationPolicySetMockRecorder) Has

func (mr *MockAuthorizationPolicySetMockRecorder) Has(authorizationPolicy interface{}) *gomock.Call

Has indicates an expected call of Has.

func (*MockAuthorizationPolicySetMockRecorder) Insert

func (mr *MockAuthorizationPolicySetMockRecorder) Insert(authorizationPolicy ...interface{}) *gomock.Call

Insert indicates an expected call of Insert.

func (*MockAuthorizationPolicySetMockRecorder) Intersection

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

Intersection indicates an expected call of Intersection.

func (*MockAuthorizationPolicySetMockRecorder) Keys

Keys indicates an expected call of Keys.

func (*MockAuthorizationPolicySetMockRecorder) Length

Length indicates an expected call of Length.

func (*MockAuthorizationPolicySetMockRecorder) List

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

List indicates an expected call of List.

func (*MockAuthorizationPolicySetMockRecorder) Map

Map indicates an expected call of Map.

func (*MockAuthorizationPolicySetMockRecorder) Union

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

Union indicates an expected call of Union.

func (*MockAuthorizationPolicySetMockRecorder) UnsortedList

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

UnsortedList indicates an expected call of UnsortedList.

type MockPeerAuthenticationSet

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

MockPeerAuthenticationSet is a mock of PeerAuthenticationSet interface.

func NewMockPeerAuthenticationSet

func NewMockPeerAuthenticationSet(ctrl *gomock.Controller) *MockPeerAuthenticationSet

NewMockPeerAuthenticationSet creates a new mock instance.

func (*MockPeerAuthenticationSet) Clone

Clone mocks base method.

func (*MockPeerAuthenticationSet) Delete

func (m *MockPeerAuthenticationSet) Delete(peerAuthentication ezkube.ResourceId)

Delete mocks base method.

func (*MockPeerAuthenticationSet) Delta

Delta mocks base method.

func (*MockPeerAuthenticationSet) Difference

Difference mocks base method.

func (*MockPeerAuthenticationSet) EXPECT

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

func (*MockPeerAuthenticationSet) Equal

func (m *MockPeerAuthenticationSet) Equal(peerAuthenticationSet v1sets.PeerAuthenticationSet) bool

Equal mocks base method.

func (*MockPeerAuthenticationSet) Find

Find mocks base method.

func (*MockPeerAuthenticationSet) Generic

Generic mocks base method.

func (*MockPeerAuthenticationSet) Has

func (m *MockPeerAuthenticationSet) Has(peerAuthentication ezkube.ResourceId) bool

Has mocks base method.

func (*MockPeerAuthenticationSet) Insert

func (m *MockPeerAuthenticationSet) Insert(peerAuthentication ...*v1.PeerAuthentication)

Insert mocks base method.

func (*MockPeerAuthenticationSet) Intersection

Intersection mocks base method.

func (*MockPeerAuthenticationSet) Keys

Keys mocks base method.

func (*MockPeerAuthenticationSet) Length

func (m *MockPeerAuthenticationSet) Length() int

Length mocks base method.

func (*MockPeerAuthenticationSet) List

func (m *MockPeerAuthenticationSet) List(filterResource ...func(*v1.PeerAuthentication) bool) []*v1.PeerAuthentication

List mocks base method.

func (*MockPeerAuthenticationSet) Map

Map mocks base method.

func (*MockPeerAuthenticationSet) Union

Union mocks base method.

func (*MockPeerAuthenticationSet) UnsortedList

func (m *MockPeerAuthenticationSet) UnsortedList(filterResource ...func(*v1.PeerAuthentication) bool) []*v1.PeerAuthentication

UnsortedList mocks base method.

type MockPeerAuthenticationSetMockRecorder

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

MockPeerAuthenticationSetMockRecorder is the mock recorder for MockPeerAuthenticationSet.

func (*MockPeerAuthenticationSetMockRecorder) Clone

Clone indicates an expected call of Clone.

func (*MockPeerAuthenticationSetMockRecorder) Delete

func (mr *MockPeerAuthenticationSetMockRecorder) Delete(peerAuthentication interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockPeerAuthenticationSetMockRecorder) Delta

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

Delta indicates an expected call of Delta.

func (*MockPeerAuthenticationSetMockRecorder) Difference

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

Difference indicates an expected call of Difference.

func (*MockPeerAuthenticationSetMockRecorder) Equal

func (mr *MockPeerAuthenticationSetMockRecorder) Equal(peerAuthenticationSet interface{}) *gomock.Call

Equal indicates an expected call of Equal.

func (*MockPeerAuthenticationSetMockRecorder) Find

func (mr *MockPeerAuthenticationSetMockRecorder) Find(id interface{}) *gomock.Call

Find indicates an expected call of Find.

func (*MockPeerAuthenticationSetMockRecorder) Generic

Generic indicates an expected call of Generic.

func (*MockPeerAuthenticationSetMockRecorder) Has

func (mr *MockPeerAuthenticationSetMockRecorder) Has(peerAuthentication interface{}) *gomock.Call

Has indicates an expected call of Has.

func (*MockPeerAuthenticationSetMockRecorder) Insert

func (mr *MockPeerAuthenticationSetMockRecorder) Insert(peerAuthentication ...interface{}) *gomock.Call

Insert indicates an expected call of Insert.

func (*MockPeerAuthenticationSetMockRecorder) Intersection

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

Intersection indicates an expected call of Intersection.

func (*MockPeerAuthenticationSetMockRecorder) Keys

Keys indicates an expected call of Keys.

func (*MockPeerAuthenticationSetMockRecorder) Length

Length indicates an expected call of Length.

func (*MockPeerAuthenticationSetMockRecorder) List

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

List indicates an expected call of List.

func (*MockPeerAuthenticationSetMockRecorder) Map

Map indicates an expected call of Map.

func (*MockPeerAuthenticationSetMockRecorder) Union

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

Union indicates an expected call of Union.

func (*MockPeerAuthenticationSetMockRecorder) UnsortedList

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

UnsortedList indicates an expected call of UnsortedList.

type MockRequestAuthenticationSet

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

MockRequestAuthenticationSet is a mock of RequestAuthenticationSet interface.

func NewMockRequestAuthenticationSet

func NewMockRequestAuthenticationSet(ctrl *gomock.Controller) *MockRequestAuthenticationSet

NewMockRequestAuthenticationSet creates a new mock instance.

func (*MockRequestAuthenticationSet) Clone

Clone mocks base method.

func (*MockRequestAuthenticationSet) Delete

func (m *MockRequestAuthenticationSet) Delete(requestAuthentication ezkube.ResourceId)

Delete mocks base method.

func (*MockRequestAuthenticationSet) Delta

Delta mocks base method.

func (*MockRequestAuthenticationSet) Difference

Difference mocks base method.

func (*MockRequestAuthenticationSet) EXPECT

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

func (*MockRequestAuthenticationSet) Equal

func (m *MockRequestAuthenticationSet) Equal(requestAuthenticationSet v1sets.RequestAuthenticationSet) bool

Equal mocks base method.

func (*MockRequestAuthenticationSet) Find

Find mocks base method.

func (*MockRequestAuthenticationSet) Generic

Generic mocks base method.

func (*MockRequestAuthenticationSet) Has

func (m *MockRequestAuthenticationSet) Has(requestAuthentication ezkube.ResourceId) bool

Has mocks base method.

func (*MockRequestAuthenticationSet) Insert

func (m *MockRequestAuthenticationSet) Insert(requestAuthentication ...*v1.RequestAuthentication)

Insert mocks base method.

func (*MockRequestAuthenticationSet) Intersection

Intersection mocks base method.

func (*MockRequestAuthenticationSet) Keys

Keys mocks base method.

func (*MockRequestAuthenticationSet) Length

func (m *MockRequestAuthenticationSet) Length() int

Length mocks base method.

func (*MockRequestAuthenticationSet) List

List mocks base method.

func (*MockRequestAuthenticationSet) Map

Map mocks base method.

func (*MockRequestAuthenticationSet) Union

Union mocks base method.

func (*MockRequestAuthenticationSet) UnsortedList

func (m *MockRequestAuthenticationSet) UnsortedList(filterResource ...func(*v1.RequestAuthentication) bool) []*v1.RequestAuthentication

UnsortedList mocks base method.

type MockRequestAuthenticationSetMockRecorder

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

MockRequestAuthenticationSetMockRecorder is the mock recorder for MockRequestAuthenticationSet.

func (*MockRequestAuthenticationSetMockRecorder) Clone

Clone indicates an expected call of Clone.

func (*MockRequestAuthenticationSetMockRecorder) Delete

func (mr *MockRequestAuthenticationSetMockRecorder) Delete(requestAuthentication interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockRequestAuthenticationSetMockRecorder) Delta

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

Delta indicates an expected call of Delta.

func (*MockRequestAuthenticationSetMockRecorder) Difference

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

Difference indicates an expected call of Difference.

func (*MockRequestAuthenticationSetMockRecorder) Equal

func (mr *MockRequestAuthenticationSetMockRecorder) Equal(requestAuthenticationSet interface{}) *gomock.Call

Equal indicates an expected call of Equal.

func (*MockRequestAuthenticationSetMockRecorder) Find

func (mr *MockRequestAuthenticationSetMockRecorder) Find(id interface{}) *gomock.Call

Find indicates an expected call of Find.

func (*MockRequestAuthenticationSetMockRecorder) Generic

Generic indicates an expected call of Generic.

func (*MockRequestAuthenticationSetMockRecorder) Has

func (mr *MockRequestAuthenticationSetMockRecorder) Has(requestAuthentication interface{}) *gomock.Call

Has indicates an expected call of Has.

func (*MockRequestAuthenticationSetMockRecorder) Insert

func (mr *MockRequestAuthenticationSetMockRecorder) Insert(requestAuthentication ...interface{}) *gomock.Call

Insert indicates an expected call of Insert.

func (*MockRequestAuthenticationSetMockRecorder) Intersection

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

Intersection indicates an expected call of Intersection.

func (*MockRequestAuthenticationSetMockRecorder) Keys

Keys indicates an expected call of Keys.

func (*MockRequestAuthenticationSetMockRecorder) Length

Length indicates an expected call of Length.

func (*MockRequestAuthenticationSetMockRecorder) List

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

List indicates an expected call of List.

func (*MockRequestAuthenticationSetMockRecorder) Map

Map indicates an expected call of Map.

func (*MockRequestAuthenticationSetMockRecorder) Union

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

Union indicates an expected call of Union.

func (*MockRequestAuthenticationSetMockRecorder) UnsortedList

func (mr *MockRequestAuthenticationSetMockRecorder) 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