Documentation ¶
Overview ¶
Package mock_v1sets is a generated GoMock package.
Index ¶
- type MockAuthorizationPolicySet
- func (m *MockAuthorizationPolicySet) Clone() v1sets.AuthorizationPolicySet
- func (m *MockAuthorizationPolicySet) Delete(authorizationPolicy ezkube.ResourceId)
- func (m *MockAuthorizationPolicySet) Delta(newSet v1sets.AuthorizationPolicySet) sets.ResourceDelta
- func (m *MockAuthorizationPolicySet) Difference(set v1sets.AuthorizationPolicySet) v1sets.AuthorizationPolicySet
- func (m *MockAuthorizationPolicySet) EXPECT() *MockAuthorizationPolicySetMockRecorder
- func (m *MockAuthorizationPolicySet) Equal(authorizationPolicySet v1sets.AuthorizationPolicySet) bool
- func (m *MockAuthorizationPolicySet) Find(id ezkube.ResourceId) (*v1.AuthorizationPolicy, error)
- func (m *MockAuthorizationPolicySet) Generic() sets.ResourceSet
- func (m *MockAuthorizationPolicySet) Has(authorizationPolicy ezkube.ResourceId) bool
- func (m *MockAuthorizationPolicySet) Insert(authorizationPolicy ...*v1.AuthorizationPolicy)
- func (m *MockAuthorizationPolicySet) Intersection(set v1sets.AuthorizationPolicySet) v1sets.AuthorizationPolicySet
- func (m *MockAuthorizationPolicySet) Keys() sets0.String
- func (m *MockAuthorizationPolicySet) Length() int
- func (m *MockAuthorizationPolicySet) List(filterResource ...func(*v1.AuthorizationPolicy) bool) []*v1.AuthorizationPolicy
- func (m *MockAuthorizationPolicySet) Map() map[string]*v1.AuthorizationPolicy
- func (m *MockAuthorizationPolicySet) Union(set v1sets.AuthorizationPolicySet) v1sets.AuthorizationPolicySet
- func (m *MockAuthorizationPolicySet) UnsortedList(filterResource ...func(*v1.AuthorizationPolicy) bool) []*v1.AuthorizationPolicy
- type MockAuthorizationPolicySetMockRecorder
- func (mr *MockAuthorizationPolicySetMockRecorder) Clone() *gomock.Call
- func (mr *MockAuthorizationPolicySetMockRecorder) Delete(authorizationPolicy interface{}) *gomock.Call
- func (mr *MockAuthorizationPolicySetMockRecorder) Delta(newSet interface{}) *gomock.Call
- func (mr *MockAuthorizationPolicySetMockRecorder) Difference(set interface{}) *gomock.Call
- func (mr *MockAuthorizationPolicySetMockRecorder) Equal(authorizationPolicySet interface{}) *gomock.Call
- func (mr *MockAuthorizationPolicySetMockRecorder) Find(id interface{}) *gomock.Call
- func (mr *MockAuthorizationPolicySetMockRecorder) Generic() *gomock.Call
- func (mr *MockAuthorizationPolicySetMockRecorder) Has(authorizationPolicy interface{}) *gomock.Call
- func (mr *MockAuthorizationPolicySetMockRecorder) Insert(authorizationPolicy ...interface{}) *gomock.Call
- func (mr *MockAuthorizationPolicySetMockRecorder) Intersection(set interface{}) *gomock.Call
- func (mr *MockAuthorizationPolicySetMockRecorder) Keys() *gomock.Call
- func (mr *MockAuthorizationPolicySetMockRecorder) Length() *gomock.Call
- func (mr *MockAuthorizationPolicySetMockRecorder) List(filterResource ...interface{}) *gomock.Call
- func (mr *MockAuthorizationPolicySetMockRecorder) Map() *gomock.Call
- func (mr *MockAuthorizationPolicySetMockRecorder) Union(set interface{}) *gomock.Call
- func (mr *MockAuthorizationPolicySetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call
- type MockPeerAuthenticationSet
- func (m *MockPeerAuthenticationSet) Clone() v1sets.PeerAuthenticationSet
- func (m *MockPeerAuthenticationSet) Delete(peerAuthentication ezkube.ResourceId)
- func (m *MockPeerAuthenticationSet) Delta(newSet v1sets.PeerAuthenticationSet) sets.ResourceDelta
- func (m *MockPeerAuthenticationSet) Difference(set v1sets.PeerAuthenticationSet) v1sets.PeerAuthenticationSet
- func (m *MockPeerAuthenticationSet) EXPECT() *MockPeerAuthenticationSetMockRecorder
- func (m *MockPeerAuthenticationSet) Equal(peerAuthenticationSet v1sets.PeerAuthenticationSet) bool
- func (m *MockPeerAuthenticationSet) Find(id ezkube.ResourceId) (*v1.PeerAuthentication, error)
- func (m *MockPeerAuthenticationSet) Generic() sets.ResourceSet
- func (m *MockPeerAuthenticationSet) Has(peerAuthentication ezkube.ResourceId) bool
- func (m *MockPeerAuthenticationSet) Insert(peerAuthentication ...*v1.PeerAuthentication)
- func (m *MockPeerAuthenticationSet) Intersection(set v1sets.PeerAuthenticationSet) v1sets.PeerAuthenticationSet
- func (m *MockPeerAuthenticationSet) Keys() sets0.String
- func (m *MockPeerAuthenticationSet) Length() int
- func (m *MockPeerAuthenticationSet) List(filterResource ...func(*v1.PeerAuthentication) bool) []*v1.PeerAuthentication
- func (m *MockPeerAuthenticationSet) Map() map[string]*v1.PeerAuthentication
- func (m *MockPeerAuthenticationSet) Union(set v1sets.PeerAuthenticationSet) v1sets.PeerAuthenticationSet
- func (m *MockPeerAuthenticationSet) UnsortedList(filterResource ...func(*v1.PeerAuthentication) bool) []*v1.PeerAuthentication
- type MockPeerAuthenticationSetMockRecorder
- func (mr *MockPeerAuthenticationSetMockRecorder) Clone() *gomock.Call
- func (mr *MockPeerAuthenticationSetMockRecorder) Delete(peerAuthentication interface{}) *gomock.Call
- func (mr *MockPeerAuthenticationSetMockRecorder) Delta(newSet interface{}) *gomock.Call
- func (mr *MockPeerAuthenticationSetMockRecorder) Difference(set interface{}) *gomock.Call
- func (mr *MockPeerAuthenticationSetMockRecorder) Equal(peerAuthenticationSet interface{}) *gomock.Call
- func (mr *MockPeerAuthenticationSetMockRecorder) Find(id interface{}) *gomock.Call
- func (mr *MockPeerAuthenticationSetMockRecorder) Generic() *gomock.Call
- func (mr *MockPeerAuthenticationSetMockRecorder) Has(peerAuthentication interface{}) *gomock.Call
- func (mr *MockPeerAuthenticationSetMockRecorder) Insert(peerAuthentication ...interface{}) *gomock.Call
- func (mr *MockPeerAuthenticationSetMockRecorder) Intersection(set interface{}) *gomock.Call
- func (mr *MockPeerAuthenticationSetMockRecorder) Keys() *gomock.Call
- func (mr *MockPeerAuthenticationSetMockRecorder) Length() *gomock.Call
- func (mr *MockPeerAuthenticationSetMockRecorder) List(filterResource ...interface{}) *gomock.Call
- func (mr *MockPeerAuthenticationSetMockRecorder) Map() *gomock.Call
- func (mr *MockPeerAuthenticationSetMockRecorder) Union(set interface{}) *gomock.Call
- func (mr *MockPeerAuthenticationSetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call
- type MockRequestAuthenticationSet
- func (m *MockRequestAuthenticationSet) Clone() v1sets.RequestAuthenticationSet
- func (m *MockRequestAuthenticationSet) Delete(requestAuthentication ezkube.ResourceId)
- func (m *MockRequestAuthenticationSet) Delta(newSet v1sets.RequestAuthenticationSet) sets.ResourceDelta
- func (m *MockRequestAuthenticationSet) Difference(set v1sets.RequestAuthenticationSet) v1sets.RequestAuthenticationSet
- func (m *MockRequestAuthenticationSet) EXPECT() *MockRequestAuthenticationSetMockRecorder
- func (m *MockRequestAuthenticationSet) Equal(requestAuthenticationSet v1sets.RequestAuthenticationSet) bool
- func (m *MockRequestAuthenticationSet) Find(id ezkube.ResourceId) (*v1.RequestAuthentication, error)
- func (m *MockRequestAuthenticationSet) Generic() sets.ResourceSet
- func (m *MockRequestAuthenticationSet) Has(requestAuthentication ezkube.ResourceId) bool
- func (m *MockRequestAuthenticationSet) Insert(requestAuthentication ...*v1.RequestAuthentication)
- func (m *MockRequestAuthenticationSet) Intersection(set v1sets.RequestAuthenticationSet) v1sets.RequestAuthenticationSet
- func (m *MockRequestAuthenticationSet) Keys() sets0.String
- func (m *MockRequestAuthenticationSet) Length() int
- func (m *MockRequestAuthenticationSet) List(filterResource ...func(*v1.RequestAuthentication) bool) []*v1.RequestAuthentication
- func (m *MockRequestAuthenticationSet) Map() map[string]*v1.RequestAuthentication
- func (m *MockRequestAuthenticationSet) Union(set v1sets.RequestAuthenticationSet) v1sets.RequestAuthenticationSet
- func (m *MockRequestAuthenticationSet) UnsortedList(filterResource ...func(*v1.RequestAuthentication) bool) []*v1.RequestAuthentication
- type MockRequestAuthenticationSetMockRecorder
- func (mr *MockRequestAuthenticationSetMockRecorder) Clone() *gomock.Call
- func (mr *MockRequestAuthenticationSetMockRecorder) Delete(requestAuthentication interface{}) *gomock.Call
- func (mr *MockRequestAuthenticationSetMockRecorder) Delta(newSet interface{}) *gomock.Call
- func (mr *MockRequestAuthenticationSetMockRecorder) Difference(set interface{}) *gomock.Call
- func (mr *MockRequestAuthenticationSetMockRecorder) Equal(requestAuthenticationSet interface{}) *gomock.Call
- func (mr *MockRequestAuthenticationSetMockRecorder) Find(id interface{}) *gomock.Call
- func (mr *MockRequestAuthenticationSetMockRecorder) Generic() *gomock.Call
- func (mr *MockRequestAuthenticationSetMockRecorder) Has(requestAuthentication interface{}) *gomock.Call
- func (mr *MockRequestAuthenticationSetMockRecorder) Insert(requestAuthentication ...interface{}) *gomock.Call
- func (mr *MockRequestAuthenticationSetMockRecorder) Intersection(set interface{}) *gomock.Call
- func (mr *MockRequestAuthenticationSetMockRecorder) Keys() *gomock.Call
- func (mr *MockRequestAuthenticationSetMockRecorder) Length() *gomock.Call
- func (mr *MockRequestAuthenticationSetMockRecorder) List(filterResource ...interface{}) *gomock.Call
- func (mr *MockRequestAuthenticationSetMockRecorder) Map() *gomock.Call
- func (mr *MockRequestAuthenticationSetMockRecorder) Union(set interface{}) *gomock.Call
- func (mr *MockRequestAuthenticationSetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call
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 ¶
func (m *MockAuthorizationPolicySet) Clone() v1sets.AuthorizationPolicySet
Clone mocks base method.
func (*MockAuthorizationPolicySet) Delete ¶
func (m *MockAuthorizationPolicySet) Delete(authorizationPolicy ezkube.ResourceId)
Delete mocks base method.
func (*MockAuthorizationPolicySet) Delta ¶
func (m *MockAuthorizationPolicySet) Delta(newSet v1sets.AuthorizationPolicySet) sets.ResourceDelta
Delta mocks base method.
func (*MockAuthorizationPolicySet) Difference ¶
func (m *MockAuthorizationPolicySet) Difference(set v1sets.AuthorizationPolicySet) v1sets.AuthorizationPolicySet
Difference mocks base method.
func (*MockAuthorizationPolicySet) EXPECT ¶
func (m *MockAuthorizationPolicySet) EXPECT() *MockAuthorizationPolicySetMockRecorder
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 ¶
func (m *MockAuthorizationPolicySet) Find(id ezkube.ResourceId) (*v1.AuthorizationPolicy, error)
Find mocks base method.
func (*MockAuthorizationPolicySet) Generic ¶
func (m *MockAuthorizationPolicySet) Generic() sets.ResourceSet
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 ¶
func (m *MockAuthorizationPolicySet) Intersection(set v1sets.AuthorizationPolicySet) v1sets.AuthorizationPolicySet
Intersection mocks base method.
func (*MockAuthorizationPolicySet) Keys ¶
func (m *MockAuthorizationPolicySet) Keys() sets0.String
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 ¶
func (m *MockAuthorizationPolicySet) Map() map[string]*v1.AuthorizationPolicy
Map mocks base method.
func (*MockAuthorizationPolicySet) Union ¶
func (m *MockAuthorizationPolicySet) Union(set v1sets.AuthorizationPolicySet) v1sets.AuthorizationPolicySet
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 ¶
func (mr *MockAuthorizationPolicySetMockRecorder) Clone() *gomock.Call
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 ¶
func (mr *MockAuthorizationPolicySetMockRecorder) Generic() *gomock.Call
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 ¶
func (mr *MockAuthorizationPolicySetMockRecorder) Keys() *gomock.Call
Keys indicates an expected call of Keys.
func (*MockAuthorizationPolicySetMockRecorder) Length ¶
func (mr *MockAuthorizationPolicySetMockRecorder) Length() *gomock.Call
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 ¶
func (mr *MockAuthorizationPolicySetMockRecorder) Map() *gomock.Call
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 ¶
func (m *MockPeerAuthenticationSet) Clone() v1sets.PeerAuthenticationSet
Clone mocks base method.
func (*MockPeerAuthenticationSet) Delete ¶
func (m *MockPeerAuthenticationSet) Delete(peerAuthentication ezkube.ResourceId)
Delete mocks base method.
func (*MockPeerAuthenticationSet) Delta ¶
func (m *MockPeerAuthenticationSet) Delta(newSet v1sets.PeerAuthenticationSet) sets.ResourceDelta
Delta mocks base method.
func (*MockPeerAuthenticationSet) Difference ¶
func (m *MockPeerAuthenticationSet) Difference(set v1sets.PeerAuthenticationSet) v1sets.PeerAuthenticationSet
Difference mocks base method.
func (*MockPeerAuthenticationSet) EXPECT ¶
func (m *MockPeerAuthenticationSet) EXPECT() *MockPeerAuthenticationSetMockRecorder
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 ¶
func (m *MockPeerAuthenticationSet) Find(id ezkube.ResourceId) (*v1.PeerAuthentication, error)
Find mocks base method.
func (*MockPeerAuthenticationSet) Generic ¶
func (m *MockPeerAuthenticationSet) Generic() sets.ResourceSet
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 ¶
func (m *MockPeerAuthenticationSet) Intersection(set v1sets.PeerAuthenticationSet) v1sets.PeerAuthenticationSet
Intersection mocks base method.
func (*MockPeerAuthenticationSet) Keys ¶
func (m *MockPeerAuthenticationSet) Keys() sets0.String
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 ¶
func (m *MockPeerAuthenticationSet) Map() map[string]*v1.PeerAuthentication
Map mocks base method.
func (*MockPeerAuthenticationSet) Union ¶
func (m *MockPeerAuthenticationSet) Union(set v1sets.PeerAuthenticationSet) v1sets.PeerAuthenticationSet
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 ¶
func (mr *MockPeerAuthenticationSetMockRecorder) Clone() *gomock.Call
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 ¶
func (mr *MockPeerAuthenticationSetMockRecorder) Generic() *gomock.Call
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 ¶
func (mr *MockPeerAuthenticationSetMockRecorder) Keys() *gomock.Call
Keys indicates an expected call of Keys.
func (*MockPeerAuthenticationSetMockRecorder) Length ¶
func (mr *MockPeerAuthenticationSetMockRecorder) Length() *gomock.Call
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 ¶
func (mr *MockPeerAuthenticationSetMockRecorder) Map() *gomock.Call
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 ¶
func (m *MockRequestAuthenticationSet) Clone() v1sets.RequestAuthenticationSet
Clone mocks base method.
func (*MockRequestAuthenticationSet) Delete ¶
func (m *MockRequestAuthenticationSet) Delete(requestAuthentication ezkube.ResourceId)
Delete mocks base method.
func (*MockRequestAuthenticationSet) Delta ¶
func (m *MockRequestAuthenticationSet) Delta(newSet v1sets.RequestAuthenticationSet) sets.ResourceDelta
Delta mocks base method.
func (*MockRequestAuthenticationSet) Difference ¶
func (m *MockRequestAuthenticationSet) Difference(set v1sets.RequestAuthenticationSet) v1sets.RequestAuthenticationSet
Difference mocks base method.
func (*MockRequestAuthenticationSet) EXPECT ¶
func (m *MockRequestAuthenticationSet) EXPECT() *MockRequestAuthenticationSetMockRecorder
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 ¶
func (m *MockRequestAuthenticationSet) Find(id ezkube.ResourceId) (*v1.RequestAuthentication, error)
Find mocks base method.
func (*MockRequestAuthenticationSet) Generic ¶
func (m *MockRequestAuthenticationSet) Generic() sets.ResourceSet
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 ¶
func (m *MockRequestAuthenticationSet) Intersection(set v1sets.RequestAuthenticationSet) v1sets.RequestAuthenticationSet
Intersection mocks base method.
func (*MockRequestAuthenticationSet) Keys ¶
func (m *MockRequestAuthenticationSet) Keys() sets0.String
Keys mocks base method.
func (*MockRequestAuthenticationSet) Length ¶
func (m *MockRequestAuthenticationSet) Length() int
Length mocks base method.
func (*MockRequestAuthenticationSet) List ¶
func (m *MockRequestAuthenticationSet) List(filterResource ...func(*v1.RequestAuthentication) bool) []*v1.RequestAuthentication
List mocks base method.
func (*MockRequestAuthenticationSet) Map ¶
func (m *MockRequestAuthenticationSet) Map() map[string]*v1.RequestAuthentication
Map mocks base method.
func (*MockRequestAuthenticationSet) Union ¶
func (m *MockRequestAuthenticationSet) Union(set v1sets.RequestAuthenticationSet) v1sets.RequestAuthenticationSet
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 ¶
func (mr *MockRequestAuthenticationSetMockRecorder) Clone() *gomock.Call
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 ¶
func (mr *MockRequestAuthenticationSetMockRecorder) Generic() *gomock.Call
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 ¶
func (mr *MockRequestAuthenticationSetMockRecorder) Keys() *gomock.Call
Keys indicates an expected call of Keys.
func (*MockRequestAuthenticationSetMockRecorder) Length ¶
func (mr *MockRequestAuthenticationSetMockRecorder) Length() *gomock.Call
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 ¶
func (mr *MockRequestAuthenticationSetMockRecorder) Map() *gomock.Call
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.