mock_v1sets

package
v1.0.11 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2021 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 MockCertificateRequestSet

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

MockCertificateRequestSet is a mock of CertificateRequestSet interface

func NewMockCertificateRequestSet

func NewMockCertificateRequestSet(ctrl *gomock.Controller) *MockCertificateRequestSet

NewMockCertificateRequestSet creates a new mock instance

func (*MockCertificateRequestSet) Delete

func (m *MockCertificateRequestSet) Delete(certificateRequest ezkube.ResourceId)

Delete mocks base method

func (*MockCertificateRequestSet) Delta

Delta mocks base method

func (*MockCertificateRequestSet) Difference

Difference mocks base method

func (*MockCertificateRequestSet) EXPECT

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

func (*MockCertificateRequestSet) Equal

func (m *MockCertificateRequestSet) Equal(certificateRequestSet v1sets.CertificateRequestSet) bool

Equal mocks base method

func (*MockCertificateRequestSet) Find

Find mocks base method

func (*MockCertificateRequestSet) Generic

Generic mocks base method

func (*MockCertificateRequestSet) Has

func (m *MockCertificateRequestSet) Has(certificateRequest ezkube.ResourceId) bool

Has mocks base method

func (*MockCertificateRequestSet) Insert

func (m *MockCertificateRequestSet) Insert(certificateRequest ...*v1.CertificateRequest)

Insert mocks base method

func (*MockCertificateRequestSet) Intersection

Intersection mocks base method

func (*MockCertificateRequestSet) Keys

Keys mocks base method

func (*MockCertificateRequestSet) Length

func (m *MockCertificateRequestSet) Length() int

Length mocks base method

func (*MockCertificateRequestSet) List

func (m *MockCertificateRequestSet) List(filterResource ...func(*v1.CertificateRequest) bool) []*v1.CertificateRequest

List mocks base method

func (*MockCertificateRequestSet) Map

Map mocks base method

func (*MockCertificateRequestSet) Union

Union mocks base method

func (*MockCertificateRequestSet) UnsortedList added in v1.0.4

func (m *MockCertificateRequestSet) UnsortedList(filterResource ...func(*v1.CertificateRequest) bool) []*v1.CertificateRequest

UnsortedList mocks base method

type MockCertificateRequestSetMockRecorder

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

MockCertificateRequestSetMockRecorder is the mock recorder for MockCertificateRequestSet

func (*MockCertificateRequestSetMockRecorder) Delete

func (mr *MockCertificateRequestSetMockRecorder) Delete(certificateRequest interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockCertificateRequestSetMockRecorder) Delta

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

Delta indicates an expected call of Delta

func (*MockCertificateRequestSetMockRecorder) Difference

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

Difference indicates an expected call of Difference

func (*MockCertificateRequestSetMockRecorder) Equal

func (mr *MockCertificateRequestSetMockRecorder) Equal(certificateRequestSet interface{}) *gomock.Call

Equal indicates an expected call of Equal

func (*MockCertificateRequestSetMockRecorder) Find

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

Find indicates an expected call of Find

func (*MockCertificateRequestSetMockRecorder) Generic

Generic indicates an expected call of Generic

func (*MockCertificateRequestSetMockRecorder) Has

func (mr *MockCertificateRequestSetMockRecorder) Has(certificateRequest interface{}) *gomock.Call

Has indicates an expected call of Has

func (*MockCertificateRequestSetMockRecorder) Insert

func (mr *MockCertificateRequestSetMockRecorder) Insert(certificateRequest ...interface{}) *gomock.Call

Insert indicates an expected call of Insert

func (*MockCertificateRequestSetMockRecorder) Intersection

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

Intersection indicates an expected call of Intersection

func (*MockCertificateRequestSetMockRecorder) Keys

Keys indicates an expected call of Keys

func (*MockCertificateRequestSetMockRecorder) Length

Length indicates an expected call of Length

func (*MockCertificateRequestSetMockRecorder) List

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

List indicates an expected call of List

func (*MockCertificateRequestSetMockRecorder) Map

Map indicates an expected call of Map

func (*MockCertificateRequestSetMockRecorder) Union

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

Union indicates an expected call of Union

func (*MockCertificateRequestSetMockRecorder) UnsortedList added in v1.0.4

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

UnsortedList indicates an expected call of UnsortedList

type MockIssuedCertificateSet

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

MockIssuedCertificateSet is a mock of IssuedCertificateSet interface

func NewMockIssuedCertificateSet

func NewMockIssuedCertificateSet(ctrl *gomock.Controller) *MockIssuedCertificateSet

NewMockIssuedCertificateSet creates a new mock instance

func (*MockIssuedCertificateSet) Delete

func (m *MockIssuedCertificateSet) Delete(issuedCertificate ezkube.ResourceId)

Delete mocks base method

func (*MockIssuedCertificateSet) Delta

Delta mocks base method

func (*MockIssuedCertificateSet) Difference

Difference mocks base method

func (*MockIssuedCertificateSet) EXPECT

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

func (*MockIssuedCertificateSet) Equal

func (m *MockIssuedCertificateSet) Equal(issuedCertificateSet v1sets.IssuedCertificateSet) bool

Equal mocks base method

func (*MockIssuedCertificateSet) Find

Find mocks base method

func (*MockIssuedCertificateSet) Generic

Generic mocks base method

func (*MockIssuedCertificateSet) Has

func (m *MockIssuedCertificateSet) Has(issuedCertificate ezkube.ResourceId) bool

Has mocks base method

func (*MockIssuedCertificateSet) Insert

func (m *MockIssuedCertificateSet) Insert(issuedCertificate ...*v1.IssuedCertificate)

Insert mocks base method

func (*MockIssuedCertificateSet) Intersection

Intersection mocks base method

func (*MockIssuedCertificateSet) Keys

Keys mocks base method

func (*MockIssuedCertificateSet) Length

func (m *MockIssuedCertificateSet) Length() int

Length mocks base method

func (*MockIssuedCertificateSet) List

func (m *MockIssuedCertificateSet) List(filterResource ...func(*v1.IssuedCertificate) bool) []*v1.IssuedCertificate

List mocks base method

func (*MockIssuedCertificateSet) Map

Map mocks base method

func (*MockIssuedCertificateSet) Union

Union mocks base method

func (*MockIssuedCertificateSet) UnsortedList added in v1.0.4

func (m *MockIssuedCertificateSet) UnsortedList(filterResource ...func(*v1.IssuedCertificate) bool) []*v1.IssuedCertificate

UnsortedList mocks base method

type MockIssuedCertificateSetMockRecorder

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

MockIssuedCertificateSetMockRecorder is the mock recorder for MockIssuedCertificateSet

func (*MockIssuedCertificateSetMockRecorder) Delete

func (mr *MockIssuedCertificateSetMockRecorder) Delete(issuedCertificate interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockIssuedCertificateSetMockRecorder) Delta

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

Delta indicates an expected call of Delta

func (*MockIssuedCertificateSetMockRecorder) Difference

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

Difference indicates an expected call of Difference

func (*MockIssuedCertificateSetMockRecorder) Equal

func (mr *MockIssuedCertificateSetMockRecorder) Equal(issuedCertificateSet interface{}) *gomock.Call

Equal indicates an expected call of Equal

func (*MockIssuedCertificateSetMockRecorder) Find

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

Find indicates an expected call of Find

func (*MockIssuedCertificateSetMockRecorder) Generic

Generic indicates an expected call of Generic

func (*MockIssuedCertificateSetMockRecorder) Has

func (mr *MockIssuedCertificateSetMockRecorder) Has(issuedCertificate interface{}) *gomock.Call

Has indicates an expected call of Has

func (*MockIssuedCertificateSetMockRecorder) Insert

func (mr *MockIssuedCertificateSetMockRecorder) Insert(issuedCertificate ...interface{}) *gomock.Call

Insert indicates an expected call of Insert

func (*MockIssuedCertificateSetMockRecorder) Intersection

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

Intersection indicates an expected call of Intersection

func (*MockIssuedCertificateSetMockRecorder) Keys

Keys indicates an expected call of Keys

func (*MockIssuedCertificateSetMockRecorder) Length

Length indicates an expected call of Length

func (*MockIssuedCertificateSetMockRecorder) List

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

List indicates an expected call of List

func (*MockIssuedCertificateSetMockRecorder) Map

Map indicates an expected call of Map

func (*MockIssuedCertificateSetMockRecorder) Union

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

Union indicates an expected call of Union

func (*MockIssuedCertificateSetMockRecorder) UnsortedList added in v1.0.4

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

UnsortedList indicates an expected call of UnsortedList

type MockPodBounceDirectiveSet

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

MockPodBounceDirectiveSet is a mock of PodBounceDirectiveSet interface

func NewMockPodBounceDirectiveSet

func NewMockPodBounceDirectiveSet(ctrl *gomock.Controller) *MockPodBounceDirectiveSet

NewMockPodBounceDirectiveSet creates a new mock instance

func (*MockPodBounceDirectiveSet) Delete

func (m *MockPodBounceDirectiveSet) Delete(podBounceDirective ezkube.ResourceId)

Delete mocks base method

func (*MockPodBounceDirectiveSet) Delta

Delta mocks base method

func (*MockPodBounceDirectiveSet) Difference

Difference mocks base method

func (*MockPodBounceDirectiveSet) EXPECT

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

func (*MockPodBounceDirectiveSet) Equal

func (m *MockPodBounceDirectiveSet) Equal(podBounceDirectiveSet v1sets.PodBounceDirectiveSet) bool

Equal mocks base method

func (*MockPodBounceDirectiveSet) Find

Find mocks base method

func (*MockPodBounceDirectiveSet) Generic

Generic mocks base method

func (*MockPodBounceDirectiveSet) Has

func (m *MockPodBounceDirectiveSet) Has(podBounceDirective ezkube.ResourceId) bool

Has mocks base method

func (*MockPodBounceDirectiveSet) Insert

func (m *MockPodBounceDirectiveSet) Insert(podBounceDirective ...*v1.PodBounceDirective)

Insert mocks base method

func (*MockPodBounceDirectiveSet) Intersection

Intersection mocks base method

func (*MockPodBounceDirectiveSet) Keys

Keys mocks base method

func (*MockPodBounceDirectiveSet) Length

func (m *MockPodBounceDirectiveSet) Length() int

Length mocks base method

func (*MockPodBounceDirectiveSet) List

func (m *MockPodBounceDirectiveSet) List(filterResource ...func(*v1.PodBounceDirective) bool) []*v1.PodBounceDirective

List mocks base method

func (*MockPodBounceDirectiveSet) Map

Map mocks base method

func (*MockPodBounceDirectiveSet) Union

Union mocks base method

func (*MockPodBounceDirectiveSet) UnsortedList added in v1.0.4

func (m *MockPodBounceDirectiveSet) UnsortedList(filterResource ...func(*v1.PodBounceDirective) bool) []*v1.PodBounceDirective

UnsortedList mocks base method

type MockPodBounceDirectiveSetMockRecorder

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

MockPodBounceDirectiveSetMockRecorder is the mock recorder for MockPodBounceDirectiveSet

func (*MockPodBounceDirectiveSetMockRecorder) Delete

func (mr *MockPodBounceDirectiveSetMockRecorder) Delete(podBounceDirective interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockPodBounceDirectiveSetMockRecorder) Delta

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

Delta indicates an expected call of Delta

func (*MockPodBounceDirectiveSetMockRecorder) Difference

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

Difference indicates an expected call of Difference

func (*MockPodBounceDirectiveSetMockRecorder) Equal

func (mr *MockPodBounceDirectiveSetMockRecorder) Equal(podBounceDirectiveSet interface{}) *gomock.Call

Equal indicates an expected call of Equal

func (*MockPodBounceDirectiveSetMockRecorder) Find

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

Find indicates an expected call of Find

func (*MockPodBounceDirectiveSetMockRecorder) Generic

Generic indicates an expected call of Generic

func (*MockPodBounceDirectiveSetMockRecorder) Has

func (mr *MockPodBounceDirectiveSetMockRecorder) Has(podBounceDirective interface{}) *gomock.Call

Has indicates an expected call of Has

func (*MockPodBounceDirectiveSetMockRecorder) Insert

func (mr *MockPodBounceDirectiveSetMockRecorder) Insert(podBounceDirective ...interface{}) *gomock.Call

Insert indicates an expected call of Insert

func (*MockPodBounceDirectiveSetMockRecorder) Intersection

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

Intersection indicates an expected call of Intersection

func (*MockPodBounceDirectiveSetMockRecorder) Keys

Keys indicates an expected call of Keys

func (*MockPodBounceDirectiveSetMockRecorder) Length

Length indicates an expected call of Length

func (*MockPodBounceDirectiveSetMockRecorder) List

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

List indicates an expected call of List

func (*MockPodBounceDirectiveSetMockRecorder) Map

Map indicates an expected call of Map

func (*MockPodBounceDirectiveSetMockRecorder) Union

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

Union indicates an expected call of Union

func (*MockPodBounceDirectiveSetMockRecorder) UnsortedList added in v1.0.4

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