mock_v1sets

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 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 MockDashboardSet added in v1.1.0

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

MockDashboardSet is a mock of DashboardSet interface.

func NewMockDashboardSet added in v1.1.0

func NewMockDashboardSet(ctrl *gomock.Controller) *MockDashboardSet

NewMockDashboardSet creates a new mock instance.

func (*MockDashboardSet) Clone added in v1.1.0

Clone mocks base method.

func (*MockDashboardSet) Delete added in v1.1.0

func (m *MockDashboardSet) Delete(dashboard ezkube.ResourceId)

Delete mocks base method.

func (*MockDashboardSet) Delta added in v1.1.0

Delta mocks base method.

func (*MockDashboardSet) Difference added in v1.1.0

Difference mocks base method.

func (*MockDashboardSet) EXPECT added in v1.1.0

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

func (*MockDashboardSet) Equal added in v1.1.0

func (m *MockDashboardSet) Equal(dashboardSet v1sets.DashboardSet) bool

Equal mocks base method.

func (*MockDashboardSet) Find added in v1.1.0

Find mocks base method.

func (*MockDashboardSet) Generic added in v1.1.0

func (m *MockDashboardSet) Generic() sets.ResourceSet

Generic mocks base method.

func (*MockDashboardSet) Has added in v1.1.0

func (m *MockDashboardSet) Has(dashboard ezkube.ResourceId) bool

Has mocks base method.

func (*MockDashboardSet) Insert added in v1.1.0

func (m *MockDashboardSet) Insert(dashboard ...*v1.Dashboard)

Insert mocks base method.

func (*MockDashboardSet) Intersection added in v1.1.0

Intersection mocks base method.

func (*MockDashboardSet) Keys added in v1.1.0

func (m *MockDashboardSet) Keys() sets0.String

Keys mocks base method.

func (*MockDashboardSet) Length added in v1.1.0

func (m *MockDashboardSet) Length() int

Length mocks base method.

func (*MockDashboardSet) List added in v1.1.0

func (m *MockDashboardSet) List(filterResource ...func(*v1.Dashboard) bool) []*v1.Dashboard

List mocks base method.

func (*MockDashboardSet) Map added in v1.1.0

func (m *MockDashboardSet) Map() map[string]*v1.Dashboard

Map mocks base method.

func (*MockDashboardSet) Union added in v1.1.0

Union mocks base method.

func (*MockDashboardSet) UnsortedList added in v1.1.0

func (m *MockDashboardSet) UnsortedList(filterResource ...func(*v1.Dashboard) bool) []*v1.Dashboard

UnsortedList mocks base method.

type MockDashboardSetMockRecorder added in v1.1.0

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

MockDashboardSetMockRecorder is the mock recorder for MockDashboardSet.

func (*MockDashboardSetMockRecorder) Clone added in v1.1.0

Clone indicates an expected call of Clone.

func (*MockDashboardSetMockRecorder) Delete added in v1.1.0

func (mr *MockDashboardSetMockRecorder) Delete(dashboard interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockDashboardSetMockRecorder) Delta added in v1.1.0

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

Delta indicates an expected call of Delta.

func (*MockDashboardSetMockRecorder) Difference added in v1.1.0

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

Difference indicates an expected call of Difference.

func (*MockDashboardSetMockRecorder) Equal added in v1.1.0

func (mr *MockDashboardSetMockRecorder) Equal(dashboardSet interface{}) *gomock.Call

Equal indicates an expected call of Equal.

func (*MockDashboardSetMockRecorder) Find added in v1.1.0

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

Find indicates an expected call of Find.

func (*MockDashboardSetMockRecorder) Generic added in v1.1.0

func (mr *MockDashboardSetMockRecorder) Generic() *gomock.Call

Generic indicates an expected call of Generic.

func (*MockDashboardSetMockRecorder) Has added in v1.1.0

func (mr *MockDashboardSetMockRecorder) Has(dashboard interface{}) *gomock.Call

Has indicates an expected call of Has.

func (*MockDashboardSetMockRecorder) Insert added in v1.1.0

func (mr *MockDashboardSetMockRecorder) Insert(dashboard ...interface{}) *gomock.Call

Insert indicates an expected call of Insert.

func (*MockDashboardSetMockRecorder) Intersection added in v1.1.0

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

Intersection indicates an expected call of Intersection.

func (*MockDashboardSetMockRecorder) Keys added in v1.1.0

Keys indicates an expected call of Keys.

func (*MockDashboardSetMockRecorder) Length added in v1.1.0

Length indicates an expected call of Length.

func (*MockDashboardSetMockRecorder) List added in v1.1.0

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

List indicates an expected call of List.

func (*MockDashboardSetMockRecorder) Map added in v1.1.0

Map indicates an expected call of Map.

func (*MockDashboardSetMockRecorder) Union added in v1.1.0

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

Union indicates an expected call of Union.

func (*MockDashboardSetMockRecorder) UnsortedList added in v1.1.0

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

UnsortedList indicates an expected call of UnsortedList.

type MockSettingsSet

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

MockSettingsSet is a mock of SettingsSet interface.

func NewMockSettingsSet

func NewMockSettingsSet(ctrl *gomock.Controller) *MockSettingsSet

NewMockSettingsSet creates a new mock instance.

func (*MockSettingsSet) Clone added in v1.1.0

func (m *MockSettingsSet) Clone() v1sets.SettingsSet

Clone mocks base method.

func (*MockSettingsSet) Delete

func (m *MockSettingsSet) Delete(settings ezkube.ResourceId)

Delete mocks base method.

func (*MockSettingsSet) Delta

Delta mocks base method.

func (*MockSettingsSet) Difference

Difference mocks base method.

func (*MockSettingsSet) EXPECT

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

func (*MockSettingsSet) Equal

func (m *MockSettingsSet) Equal(settingsSet v1sets.SettingsSet) bool

Equal mocks base method.

func (*MockSettingsSet) Find

Find mocks base method.

func (*MockSettingsSet) Generic

func (m *MockSettingsSet) Generic() sets.ResourceSet

Generic mocks base method.

func (*MockSettingsSet) Has

func (m *MockSettingsSet) Has(settings ezkube.ResourceId) bool

Has mocks base method.

func (*MockSettingsSet) Insert

func (m *MockSettingsSet) Insert(settings ...*v1.Settings)

Insert mocks base method.

func (*MockSettingsSet) Intersection

func (m *MockSettingsSet) Intersection(set v1sets.SettingsSet) v1sets.SettingsSet

Intersection mocks base method.

func (*MockSettingsSet) Keys

func (m *MockSettingsSet) Keys() sets0.String

Keys mocks base method.

func (*MockSettingsSet) Length

func (m *MockSettingsSet) Length() int

Length mocks base method.

func (*MockSettingsSet) List

func (m *MockSettingsSet) List(filterResource ...func(*v1.Settings) bool) []*v1.Settings

List mocks base method.

func (*MockSettingsSet) Map

func (m *MockSettingsSet) Map() map[string]*v1.Settings

Map mocks base method.

func (*MockSettingsSet) Union

Union mocks base method.

func (*MockSettingsSet) UnsortedList added in v1.0.4

func (m *MockSettingsSet) UnsortedList(filterResource ...func(*v1.Settings) bool) []*v1.Settings

UnsortedList mocks base method.

type MockSettingsSetMockRecorder

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

MockSettingsSetMockRecorder is the mock recorder for MockSettingsSet.

func (*MockSettingsSetMockRecorder) Clone added in v1.1.0

Clone indicates an expected call of Clone.

func (*MockSettingsSetMockRecorder) Delete

func (mr *MockSettingsSetMockRecorder) Delete(settings interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockSettingsSetMockRecorder) Delta

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

Delta indicates an expected call of Delta.

func (*MockSettingsSetMockRecorder) Difference

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

Difference indicates an expected call of Difference.

func (*MockSettingsSetMockRecorder) Equal

func (mr *MockSettingsSetMockRecorder) Equal(settingsSet interface{}) *gomock.Call

Equal indicates an expected call of Equal.

func (*MockSettingsSetMockRecorder) Find

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

Find indicates an expected call of Find.

func (*MockSettingsSetMockRecorder) Generic

func (mr *MockSettingsSetMockRecorder) Generic() *gomock.Call

Generic indicates an expected call of Generic.

func (*MockSettingsSetMockRecorder) Has

func (mr *MockSettingsSetMockRecorder) Has(settings interface{}) *gomock.Call

Has indicates an expected call of Has.

func (*MockSettingsSetMockRecorder) Insert

func (mr *MockSettingsSetMockRecorder) Insert(settings ...interface{}) *gomock.Call

Insert indicates an expected call of Insert.

func (*MockSettingsSetMockRecorder) Intersection

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

Intersection indicates an expected call of Intersection.

func (*MockSettingsSetMockRecorder) Keys

Keys indicates an expected call of Keys.

func (*MockSettingsSetMockRecorder) Length

func (mr *MockSettingsSetMockRecorder) Length() *gomock.Call

Length indicates an expected call of Length.

func (*MockSettingsSetMockRecorder) List

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

List indicates an expected call of List.

func (*MockSettingsSetMockRecorder) Map

Map indicates an expected call of Map.

func (*MockSettingsSetMockRecorder) Union

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

Union indicates an expected call of Union.

func (*MockSettingsSetMockRecorder) UnsortedList added in v1.0.4

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