mock_v1beta1sets

package
v0.2.7 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mock_v1beta1sets 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 added in v0.1.6

Clone mocks base method.

func (*MockAuthorizationPolicySet) Delete

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

Delete mocks base method.

func (*MockAuthorizationPolicySet) Delta added in v0.1.3

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 v1beta1sets.AuthorizationPolicySet) bool

Equal mocks base method.

func (*MockAuthorizationPolicySet) Find

Find mocks base method.

func (*MockAuthorizationPolicySet) Generic added in v0.1.3

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 ...*v1beta1.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

List mocks base method.

func (*MockAuthorizationPolicySet) Map

Map mocks base method.

func (*MockAuthorizationPolicySet) Union

Union mocks base method.

func (*MockAuthorizationPolicySet) UnsortedList added in v0.1.6

func (m *MockAuthorizationPolicySet) UnsortedList(filterResource ...func(*v1beta1.AuthorizationPolicy) bool) []*v1beta1.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 added in v0.1.6

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 added in v0.1.3

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 added in v0.1.3

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 added in v0.1.6

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

UnsortedList indicates an expected call of UnsortedList.

type MockPeerAuthenticationSet added in v0.1.7

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

MockPeerAuthenticationSet is a mock of PeerAuthenticationSet interface.

func NewMockPeerAuthenticationSet added in v0.1.7

func NewMockPeerAuthenticationSet(ctrl *gomock.Controller) *MockPeerAuthenticationSet

NewMockPeerAuthenticationSet creates a new mock instance.

func (*MockPeerAuthenticationSet) Clone added in v0.1.7

Clone mocks base method.

func (*MockPeerAuthenticationSet) Delete added in v0.1.7

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

Delete mocks base method.

func (*MockPeerAuthenticationSet) Delta added in v0.1.7

Delta mocks base method.

func (*MockPeerAuthenticationSet) Difference added in v0.1.7

Difference mocks base method.

func (*MockPeerAuthenticationSet) EXPECT added in v0.1.7

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

func (*MockPeerAuthenticationSet) Equal added in v0.1.7

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

Equal mocks base method.

func (*MockPeerAuthenticationSet) Find added in v0.1.7

Find mocks base method.

func (*MockPeerAuthenticationSet) Generic added in v0.1.7

Generic mocks base method.

func (*MockPeerAuthenticationSet) Has added in v0.1.7

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

Has mocks base method.

func (*MockPeerAuthenticationSet) Insert added in v0.1.7

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

Insert mocks base method.

func (*MockPeerAuthenticationSet) Intersection added in v0.1.7

Intersection mocks base method.

func (*MockPeerAuthenticationSet) Keys added in v0.1.7

Keys mocks base method.

func (*MockPeerAuthenticationSet) Length added in v0.1.7

func (m *MockPeerAuthenticationSet) Length() int

Length mocks base method.

func (*MockPeerAuthenticationSet) List added in v0.1.7

List mocks base method.

func (*MockPeerAuthenticationSet) Map added in v0.1.7

Map mocks base method.

func (*MockPeerAuthenticationSet) Union added in v0.1.7

Union mocks base method.

func (*MockPeerAuthenticationSet) UnsortedList added in v0.1.7

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

UnsortedList mocks base method.

type MockPeerAuthenticationSetMockRecorder added in v0.1.7

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

MockPeerAuthenticationSetMockRecorder is the mock recorder for MockPeerAuthenticationSet.

func (*MockPeerAuthenticationSetMockRecorder) Clone added in v0.1.7

Clone indicates an expected call of Clone.

func (*MockPeerAuthenticationSetMockRecorder) Delete added in v0.1.7

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

Delete indicates an expected call of Delete.

func (*MockPeerAuthenticationSetMockRecorder) Delta added in v0.1.7

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

Delta indicates an expected call of Delta.

func (*MockPeerAuthenticationSetMockRecorder) Difference added in v0.1.7

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

Difference indicates an expected call of Difference.

func (*MockPeerAuthenticationSetMockRecorder) Equal added in v0.1.7

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

Equal indicates an expected call of Equal.

func (*MockPeerAuthenticationSetMockRecorder) Find added in v0.1.7

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

Find indicates an expected call of Find.

func (*MockPeerAuthenticationSetMockRecorder) Generic added in v0.1.7

Generic indicates an expected call of Generic.

func (*MockPeerAuthenticationSetMockRecorder) Has added in v0.1.7

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

Has indicates an expected call of Has.

func (*MockPeerAuthenticationSetMockRecorder) Insert added in v0.1.7

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

Insert indicates an expected call of Insert.

func (*MockPeerAuthenticationSetMockRecorder) Intersection added in v0.1.7

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

Intersection indicates an expected call of Intersection.

func (*MockPeerAuthenticationSetMockRecorder) Keys added in v0.1.7

Keys indicates an expected call of Keys.

func (*MockPeerAuthenticationSetMockRecorder) Length added in v0.1.7

Length indicates an expected call of Length.

func (*MockPeerAuthenticationSetMockRecorder) List added in v0.1.7

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

List indicates an expected call of List.

func (*MockPeerAuthenticationSetMockRecorder) Map added in v0.1.7

Map indicates an expected call of Map.

func (*MockPeerAuthenticationSetMockRecorder) Union added in v0.1.7

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

Union indicates an expected call of Union.

func (*MockPeerAuthenticationSetMockRecorder) UnsortedList added in v0.1.7

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

UnsortedList indicates an expected call of UnsortedList.

type MockRequestAuthenticationSet added in v0.2.7

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

MockRequestAuthenticationSet is a mock of RequestAuthenticationSet interface.

func NewMockRequestAuthenticationSet added in v0.2.7

func NewMockRequestAuthenticationSet(ctrl *gomock.Controller) *MockRequestAuthenticationSet

NewMockRequestAuthenticationSet creates a new mock instance.

func (*MockRequestAuthenticationSet) Clone added in v0.2.7

Clone mocks base method.

func (*MockRequestAuthenticationSet) Delete added in v0.2.7

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

Delete mocks base method.

func (*MockRequestAuthenticationSet) Delta added in v0.2.7

Delta mocks base method.

func (*MockRequestAuthenticationSet) Difference added in v0.2.7

Difference mocks base method.

func (*MockRequestAuthenticationSet) EXPECT added in v0.2.7

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

func (*MockRequestAuthenticationSet) Equal added in v0.2.7

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

Equal mocks base method.

func (*MockRequestAuthenticationSet) Find added in v0.2.7

Find mocks base method.

func (*MockRequestAuthenticationSet) Generic added in v0.2.7

Generic mocks base method.

func (*MockRequestAuthenticationSet) Has added in v0.2.7

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

Has mocks base method.

func (*MockRequestAuthenticationSet) Insert added in v0.2.7

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

Insert mocks base method.

func (*MockRequestAuthenticationSet) Intersection added in v0.2.7

Intersection mocks base method.

func (*MockRequestAuthenticationSet) Keys added in v0.2.7

Keys mocks base method.

func (*MockRequestAuthenticationSet) Length added in v0.2.7

func (m *MockRequestAuthenticationSet) Length() int

Length mocks base method.

func (*MockRequestAuthenticationSet) List added in v0.2.7

List mocks base method.

func (*MockRequestAuthenticationSet) Map added in v0.2.7

Map mocks base method.

func (*MockRequestAuthenticationSet) Union added in v0.2.7

Union mocks base method.

func (*MockRequestAuthenticationSet) UnsortedList added in v0.2.7

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

UnsortedList mocks base method.

type MockRequestAuthenticationSetMockRecorder added in v0.2.7

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

MockRequestAuthenticationSetMockRecorder is the mock recorder for MockRequestAuthenticationSet.

func (*MockRequestAuthenticationSetMockRecorder) Clone added in v0.2.7

Clone indicates an expected call of Clone.

func (*MockRequestAuthenticationSetMockRecorder) Delete added in v0.2.7

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

Delete indicates an expected call of Delete.

func (*MockRequestAuthenticationSetMockRecorder) Delta added in v0.2.7

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

Delta indicates an expected call of Delta.

func (*MockRequestAuthenticationSetMockRecorder) Difference added in v0.2.7

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

Difference indicates an expected call of Difference.

func (*MockRequestAuthenticationSetMockRecorder) Equal added in v0.2.7

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

Equal indicates an expected call of Equal.

func (*MockRequestAuthenticationSetMockRecorder) Find added in v0.2.7

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

Find indicates an expected call of Find.

func (*MockRequestAuthenticationSetMockRecorder) Generic added in v0.2.7

Generic indicates an expected call of Generic.

func (*MockRequestAuthenticationSetMockRecorder) Has added in v0.2.7

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

Has indicates an expected call of Has.

func (*MockRequestAuthenticationSetMockRecorder) Insert added in v0.2.7

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

Insert indicates an expected call of Insert.

func (*MockRequestAuthenticationSetMockRecorder) Intersection added in v0.2.7

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

Intersection indicates an expected call of Intersection.

func (*MockRequestAuthenticationSetMockRecorder) Keys added in v0.2.7

Keys indicates an expected call of Keys.

func (*MockRequestAuthenticationSetMockRecorder) Length added in v0.2.7

Length indicates an expected call of Length.

func (*MockRequestAuthenticationSetMockRecorder) List added in v0.2.7

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

List indicates an expected call of List.

func (*MockRequestAuthenticationSetMockRecorder) Map added in v0.2.7

Map indicates an expected call of Map.

func (*MockRequestAuthenticationSetMockRecorder) Union added in v0.2.7

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

Union indicates an expected call of Union.

func (*MockRequestAuthenticationSetMockRecorder) UnsortedList added in v0.2.7

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