mocks

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2023 License: MPL-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InstanceClientService

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

InstanceClientService is a mock of ClientService interface.

func NewInstanceClientService

func NewInstanceClientService(ctrl *gomock.Controller) *InstanceClientService

NewInstanceClientService creates a new mock instance.

func (*InstanceClientService) EXPECT

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

func (*InstanceClientService) GetWorkloadInstance

GetWorkloadInstance mocks base method.

func (*InstanceClientService) GetWorkloadInstanceInitialPassword

GetWorkloadInstanceInitialPassword mocks base method.

func (*InstanceClientService) GetWorkloadInstances

GetWorkloadInstances mocks base method.

func (*InstanceClientService) RestartInstance

RestartInstance mocks base method.

func (*InstanceClientService) SetTransport

func (m *InstanceClientService) SetTransport(arg0 runtime.ClientTransport)

SetTransport mocks base method.

type InstanceClientServiceMockRecorder

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

InstanceClientServiceMockRecorder is the mock recorder for InstanceClientService.

func (*InstanceClientServiceMockRecorder) GetWorkloadInstance

func (mr *InstanceClientServiceMockRecorder) GetWorkloadInstance(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWorkloadInstance indicates an expected call of GetWorkloadInstance.

func (*InstanceClientServiceMockRecorder) GetWorkloadInstanceInitialPassword

func (mr *InstanceClientServiceMockRecorder) GetWorkloadInstanceInitialPassword(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWorkloadInstanceInitialPassword indicates an expected call of GetWorkloadInstanceInitialPassword.

func (*InstanceClientServiceMockRecorder) GetWorkloadInstances

func (mr *InstanceClientServiceMockRecorder) GetWorkloadInstances(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWorkloadInstances indicates an expected call of GetWorkloadInstances.

func (*InstanceClientServiceMockRecorder) RestartInstance

func (mr *InstanceClientServiceMockRecorder) RestartInstance(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestartInstance indicates an expected call of RestartInstance.

func (*InstanceClientServiceMockRecorder) SetTransport

func (mr *InstanceClientServiceMockRecorder) SetTransport(arg0 interface{}) *gomock.Call

SetTransport indicates an expected call of SetTransport.

type InstanceLogsClientService

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

InstanceLogsClientService is a mock of ClientService interface.

func NewInstanceLogsClientService

func NewInstanceLogsClientService(ctrl *gomock.Controller) *InstanceLogsClientService

NewInstanceLogsClientService creates a new mock instance.

func (*InstanceLogsClientService) EXPECT

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

func (*InstanceLogsClientService) GetLogs

GetLogs mocks base method.

func (*InstanceLogsClientService) SetTransport

func (m *InstanceLogsClientService) SetTransport(arg0 runtime.ClientTransport)

SetTransport mocks base method.

type InstanceLogsClientServiceMockRecorder

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

InstanceLogsClientServiceMockRecorder is the mock recorder for InstanceLogsClientService.

func (*InstanceLogsClientServiceMockRecorder) GetLogs

func (mr *InstanceLogsClientServiceMockRecorder) GetLogs(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetLogs indicates an expected call of GetLogs.

func (*InstanceLogsClientServiceMockRecorder) SetTransport

func (mr *InstanceLogsClientServiceMockRecorder) SetTransport(arg0 interface{}) *gomock.Call

SetTransport indicates an expected call of SetTransport.

type InstancesClientService

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

InstancesClientService is a mock of ClientService interface.

func NewInstancesClientService

func NewInstancesClientService(ctrl *gomock.Controller) *InstancesClientService

NewInstancesClientService creates a new mock instance.

func (*InstancesClientService) EXPECT

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

func (*InstancesClientService) GetWorkloadInstances

GetWorkloadInstances mocks base method.

func (*InstancesClientService) SetTransport

func (m *InstancesClientService) SetTransport(arg0 runtime.ClientTransport)

SetTransport mocks base method.

type InstancesClientServiceMockRecorder

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

InstancesClientServiceMockRecorder is the mock recorder for InstancesClientService.

func (*InstancesClientServiceMockRecorder) GetWorkloadInstances

func (mr *InstancesClientServiceMockRecorder) GetWorkloadInstances(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWorkloadInstances indicates an expected call of GetWorkloadInstances.

func (*InstancesClientServiceMockRecorder) SetTransport

func (mr *InstancesClientServiceMockRecorder) SetTransport(arg0 interface{}) *gomock.Call

SetTransport indicates an expected call of SetTransport.

type MockComponentStatusLister

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

MockComponentStatusLister is a mock of ComponentStatusLister interface.

func NewMockComponentStatusLister

func NewMockComponentStatusLister(ctrl *gomock.Controller) *MockComponentStatusLister

NewMockComponentStatusLister creates a new mock instance.

func (*MockComponentStatusLister) EXPECT

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

func (*MockComponentStatusLister) Get

Get mocks base method.

func (*MockComponentStatusLister) List

List mocks base method.

type MockComponentStatusListerMockRecorder

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

MockComponentStatusListerMockRecorder is the mock recorder for MockComponentStatusLister.

func (*MockComponentStatusListerMockRecorder) Get

func (mr *MockComponentStatusListerMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockComponentStatusListerMockRecorder) List

func (mr *MockComponentStatusListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockConfigMapLister

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

MockConfigMapLister is a mock of ConfigMapLister interface.

func NewMockConfigMapLister

func NewMockConfigMapLister(ctrl *gomock.Controller) *MockConfigMapLister

NewMockConfigMapLister creates a new mock instance.

func (*MockConfigMapLister) ConfigMaps

ConfigMaps mocks base method.

func (*MockConfigMapLister) EXPECT

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

func (*MockConfigMapLister) List

func (m *MockConfigMapLister) List(arg0 labels.Selector) ([]*v1.ConfigMap, error)

List mocks base method.

type MockConfigMapListerMockRecorder

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

MockConfigMapListerMockRecorder is the mock recorder for MockConfigMapLister.

func (*MockConfigMapListerMockRecorder) ConfigMaps

func (mr *MockConfigMapListerMockRecorder) ConfigMaps(arg0 interface{}) *gomock.Call

ConfigMaps indicates an expected call of ConfigMaps.

func (*MockConfigMapListerMockRecorder) List

func (mr *MockConfigMapListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockConfigMapNamespaceLister

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

MockConfigMapNamespaceLister is a mock of ConfigMapNamespaceLister interface.

func NewMockConfigMapNamespaceLister

func NewMockConfigMapNamespaceLister(ctrl *gomock.Controller) *MockConfigMapNamespaceLister

NewMockConfigMapNamespaceLister creates a new mock instance.

func (*MockConfigMapNamespaceLister) EXPECT

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

func (*MockConfigMapNamespaceLister) Get

Get mocks base method.

func (*MockConfigMapNamespaceLister) List

List mocks base method.

type MockConfigMapNamespaceListerMockRecorder

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

MockConfigMapNamespaceListerMockRecorder is the mock recorder for MockConfigMapNamespaceLister.

func (*MockConfigMapNamespaceListerMockRecorder) Get

func (mr *MockConfigMapNamespaceListerMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockConfigMapNamespaceListerMockRecorder) List

func (mr *MockConfigMapNamespaceListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockEndpointsLister

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

MockEndpointsLister is a mock of EndpointsLister interface.

func NewMockEndpointsLister

func NewMockEndpointsLister(ctrl *gomock.Controller) *MockEndpointsLister

NewMockEndpointsLister creates a new mock instance.

func (*MockEndpointsLister) EXPECT

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

func (*MockEndpointsLister) Endpoints

Endpoints mocks base method.

func (*MockEndpointsLister) List

func (m *MockEndpointsLister) List(arg0 labels.Selector) ([]*v1.Endpoints, error)

List mocks base method.

type MockEndpointsListerMockRecorder

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

MockEndpointsListerMockRecorder is the mock recorder for MockEndpointsLister.

func (*MockEndpointsListerMockRecorder) Endpoints

func (mr *MockEndpointsListerMockRecorder) Endpoints(arg0 interface{}) *gomock.Call

Endpoints indicates an expected call of Endpoints.

func (*MockEndpointsListerMockRecorder) List

func (mr *MockEndpointsListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockEndpointsNamespaceLister

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

MockEndpointsNamespaceLister is a mock of EndpointsNamespaceLister interface.

func NewMockEndpointsNamespaceLister

func NewMockEndpointsNamespaceLister(ctrl *gomock.Controller) *MockEndpointsNamespaceLister

NewMockEndpointsNamespaceLister creates a new mock instance.

func (*MockEndpointsNamespaceLister) EXPECT

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

func (*MockEndpointsNamespaceLister) Get

Get mocks base method.

func (*MockEndpointsNamespaceLister) List

List mocks base method.

type MockEndpointsNamespaceListerMockRecorder

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

MockEndpointsNamespaceListerMockRecorder is the mock recorder for MockEndpointsNamespaceLister.

func (*MockEndpointsNamespaceListerMockRecorder) Get

func (mr *MockEndpointsNamespaceListerMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockEndpointsNamespaceListerMockRecorder) List

func (mr *MockEndpointsNamespaceListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockEventLister

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

MockEventLister is a mock of EventLister interface.

func NewMockEventLister

func NewMockEventLister(ctrl *gomock.Controller) *MockEventLister

NewMockEventLister creates a new mock instance.

func (*MockEventLister) EXPECT

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

func (*MockEventLister) Events

Events mocks base method.

func (*MockEventLister) List

func (m *MockEventLister) List(arg0 labels.Selector) ([]*v1.Event, error)

List mocks base method.

type MockEventListerMockRecorder

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

MockEventListerMockRecorder is the mock recorder for MockEventLister.

func (*MockEventListerMockRecorder) Events

func (mr *MockEventListerMockRecorder) Events(arg0 interface{}) *gomock.Call

Events indicates an expected call of Events.

func (*MockEventListerMockRecorder) List

func (mr *MockEventListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockEventNamespaceLister

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

MockEventNamespaceLister is a mock of EventNamespaceLister interface.

func NewMockEventNamespaceLister

func NewMockEventNamespaceLister(ctrl *gomock.Controller) *MockEventNamespaceLister

NewMockEventNamespaceLister creates a new mock instance.

func (*MockEventNamespaceLister) EXPECT

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

func (*MockEventNamespaceLister) Get

func (m *MockEventNamespaceLister) Get(arg0 string) (*v1.Event, error)

Get mocks base method.

func (*MockEventNamespaceLister) List

func (m *MockEventNamespaceLister) List(arg0 labels.Selector) ([]*v1.Event, error)

List mocks base method.

type MockEventNamespaceListerMockRecorder

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

MockEventNamespaceListerMockRecorder is the mock recorder for MockEventNamespaceLister.

func (*MockEventNamespaceListerMockRecorder) Get

func (mr *MockEventNamespaceListerMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockEventNamespaceListerMockRecorder) List

func (mr *MockEventNamespaceListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockExecIO

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

func NewMockExecIO

func NewMockExecIO(tty bool, input io.Reader, output io.WriteCloser, err io.WriteCloser, chResize chan api.TermSize) *MockExecIO

func (*MockExecIO) Resize

func (e *MockExecIO) Resize() <-chan api.TermSize

func (*MockExecIO) Stderr

func (e *MockExecIO) Stderr() io.WriteCloser

func (*MockExecIO) Stdin

func (e *MockExecIO) Stdin() io.Reader

func (*MockExecIO) Stdout

func (e *MockExecIO) Stdout() io.WriteCloser

func (*MockExecIO) TTY

func (e *MockExecIO) TTY() bool

type MockLimitRangeLister

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

MockLimitRangeLister is a mock of LimitRangeLister interface.

func NewMockLimitRangeLister

func NewMockLimitRangeLister(ctrl *gomock.Controller) *MockLimitRangeLister

NewMockLimitRangeLister creates a new mock instance.

func (*MockLimitRangeLister) EXPECT

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

func (*MockLimitRangeLister) LimitRanges

LimitRanges mocks base method.

func (*MockLimitRangeLister) List

func (m *MockLimitRangeLister) List(arg0 labels.Selector) ([]*v1.LimitRange, error)

List mocks base method.

type MockLimitRangeListerMockRecorder

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

MockLimitRangeListerMockRecorder is the mock recorder for MockLimitRangeLister.

func (*MockLimitRangeListerMockRecorder) LimitRanges

func (mr *MockLimitRangeListerMockRecorder) LimitRanges(arg0 interface{}) *gomock.Call

LimitRanges indicates an expected call of LimitRanges.

func (*MockLimitRangeListerMockRecorder) List

func (mr *MockLimitRangeListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockLimitRangeNamespaceLister

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

MockLimitRangeNamespaceLister is a mock of LimitRangeNamespaceLister interface.

func NewMockLimitRangeNamespaceLister

func NewMockLimitRangeNamespaceLister(ctrl *gomock.Controller) *MockLimitRangeNamespaceLister

NewMockLimitRangeNamespaceLister creates a new mock instance.

func (*MockLimitRangeNamespaceLister) EXPECT

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

func (*MockLimitRangeNamespaceLister) Get

Get mocks base method.

func (*MockLimitRangeNamespaceLister) List

List mocks base method.

type MockLimitRangeNamespaceListerMockRecorder

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

MockLimitRangeNamespaceListerMockRecorder is the mock recorder for MockLimitRangeNamespaceLister.

func (*MockLimitRangeNamespaceListerMockRecorder) Get

func (mr *MockLimitRangeNamespaceListerMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockLimitRangeNamespaceListerMockRecorder) List

func (mr *MockLimitRangeNamespaceListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockNamespaceLister

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

MockNamespaceLister is a mock of NamespaceLister interface.

func NewMockNamespaceLister

func NewMockNamespaceLister(ctrl *gomock.Controller) *MockNamespaceLister

NewMockNamespaceLister creates a new mock instance.

func (*MockNamespaceLister) EXPECT

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

func (*MockNamespaceLister) Get

func (m *MockNamespaceLister) Get(arg0 string) (*v1.Namespace, error)

Get mocks base method.

func (*MockNamespaceLister) List

func (m *MockNamespaceLister) List(arg0 labels.Selector) ([]*v1.Namespace, error)

List mocks base method.

type MockNamespaceListerMockRecorder

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

MockNamespaceListerMockRecorder is the mock recorder for MockNamespaceLister.

func (*MockNamespaceListerMockRecorder) Get

func (mr *MockNamespaceListerMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockNamespaceListerMockRecorder) List

func (mr *MockNamespaceListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockNodeLister

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

MockNodeLister is a mock of NodeLister interface.

func NewMockNodeLister

func NewMockNodeLister(ctrl *gomock.Controller) *MockNodeLister

NewMockNodeLister creates a new mock instance.

func (*MockNodeLister) EXPECT

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

func (*MockNodeLister) Get

func (m *MockNodeLister) Get(arg0 string) (*v1.Node, error)

Get mocks base method.

func (*MockNodeLister) List

func (m *MockNodeLister) List(arg0 labels.Selector) ([]*v1.Node, error)

List mocks base method.

type MockNodeListerMockRecorder

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

MockNodeListerMockRecorder is the mock recorder for MockNodeLister.

func (*MockNodeListerMockRecorder) Get

func (mr *MockNodeListerMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockNodeListerMockRecorder) List

func (mr *MockNodeListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockPersistentVolumeClaimLister

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

MockPersistentVolumeClaimLister is a mock of PersistentVolumeClaimLister interface.

func NewMockPersistentVolumeClaimLister

func NewMockPersistentVolumeClaimLister(ctrl *gomock.Controller) *MockPersistentVolumeClaimLister

NewMockPersistentVolumeClaimLister creates a new mock instance.

func (*MockPersistentVolumeClaimLister) EXPECT

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

func (*MockPersistentVolumeClaimLister) List

List mocks base method.

func (*MockPersistentVolumeClaimLister) PersistentVolumeClaims

PersistentVolumeClaims mocks base method.

type MockPersistentVolumeClaimListerMockRecorder

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

MockPersistentVolumeClaimListerMockRecorder is the mock recorder for MockPersistentVolumeClaimLister.

func (*MockPersistentVolumeClaimListerMockRecorder) List

func (mr *MockPersistentVolumeClaimListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockPersistentVolumeClaimListerMockRecorder) PersistentVolumeClaims

func (mr *MockPersistentVolumeClaimListerMockRecorder) PersistentVolumeClaims(arg0 interface{}) *gomock.Call

PersistentVolumeClaims indicates an expected call of PersistentVolumeClaims.

type MockPersistentVolumeClaimNamespaceLister

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

MockPersistentVolumeClaimNamespaceLister is a mock of PersistentVolumeClaimNamespaceLister interface.

func NewMockPersistentVolumeClaimNamespaceLister

func NewMockPersistentVolumeClaimNamespaceLister(ctrl *gomock.Controller) *MockPersistentVolumeClaimNamespaceLister

NewMockPersistentVolumeClaimNamespaceLister creates a new mock instance.

func (*MockPersistentVolumeClaimNamespaceLister) EXPECT

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

func (*MockPersistentVolumeClaimNamespaceLister) Get

Get mocks base method.

func (*MockPersistentVolumeClaimNamespaceLister) List

List mocks base method.

type MockPersistentVolumeClaimNamespaceListerMockRecorder

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

MockPersistentVolumeClaimNamespaceListerMockRecorder is the mock recorder for MockPersistentVolumeClaimNamespaceLister.

func (*MockPersistentVolumeClaimNamespaceListerMockRecorder) Get

Get indicates an expected call of Get.

func (*MockPersistentVolumeClaimNamespaceListerMockRecorder) List

List indicates an expected call of List.

type MockPersistentVolumeLister

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

MockPersistentVolumeLister is a mock of PersistentVolumeLister interface.

func NewMockPersistentVolumeLister

func NewMockPersistentVolumeLister(ctrl *gomock.Controller) *MockPersistentVolumeLister

NewMockPersistentVolumeLister creates a new mock instance.

func (*MockPersistentVolumeLister) EXPECT

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

func (*MockPersistentVolumeLister) Get

Get mocks base method.

func (*MockPersistentVolumeLister) List

List mocks base method.

type MockPersistentVolumeListerMockRecorder

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

MockPersistentVolumeListerMockRecorder is the mock recorder for MockPersistentVolumeLister.

func (*MockPersistentVolumeListerMockRecorder) Get

func (mr *MockPersistentVolumeListerMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockPersistentVolumeListerMockRecorder) List

func (mr *MockPersistentVolumeListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockPodLister

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

MockPodLister is a mock of PodLister interface.

func NewMockPodLister

func NewMockPodLister(ctrl *gomock.Controller) *MockPodLister

NewMockPodLister creates a new mock instance.

func (*MockPodLister) EXPECT

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

func (*MockPodLister) List

func (m *MockPodLister) List(arg0 labels.Selector) ([]*v1.Pod, error)

List mocks base method.

func (*MockPodLister) Pods

Pods mocks base method.

type MockPodListerMockRecorder

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

MockPodListerMockRecorder is the mock recorder for MockPodLister.

func (*MockPodListerMockRecorder) List

func (mr *MockPodListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockPodListerMockRecorder) Pods

func (mr *MockPodListerMockRecorder) Pods(arg0 interface{}) *gomock.Call

Pods indicates an expected call of Pods.

type MockPodNamespaceLister

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

MockPodNamespaceLister is a mock of PodNamespaceLister interface.

func NewMockPodNamespaceLister

func NewMockPodNamespaceLister(ctrl *gomock.Controller) *MockPodNamespaceLister

NewMockPodNamespaceLister creates a new mock instance.

func (*MockPodNamespaceLister) EXPECT

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

func (*MockPodNamespaceLister) Get

func (m *MockPodNamespaceLister) Get(arg0 string) (*v1.Pod, error)

Get mocks base method.

func (*MockPodNamespaceLister) List

func (m *MockPodNamespaceLister) List(arg0 labels.Selector) ([]*v1.Pod, error)

List mocks base method.

type MockPodNamespaceListerMockRecorder

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

MockPodNamespaceListerMockRecorder is the mock recorder for MockPodNamespaceLister.

func (*MockPodNamespaceListerMockRecorder) Get

func (mr *MockPodNamespaceListerMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockPodNamespaceListerMockRecorder) List

func (mr *MockPodNamespaceListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockPodTemplateLister

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

MockPodTemplateLister is a mock of PodTemplateLister interface.

func NewMockPodTemplateLister

func NewMockPodTemplateLister(ctrl *gomock.Controller) *MockPodTemplateLister

NewMockPodTemplateLister creates a new mock instance.

func (*MockPodTemplateLister) EXPECT

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

func (*MockPodTemplateLister) List

List mocks base method.

func (*MockPodTemplateLister) PodTemplates

PodTemplates mocks base method.

type MockPodTemplateListerMockRecorder

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

MockPodTemplateListerMockRecorder is the mock recorder for MockPodTemplateLister.

func (*MockPodTemplateListerMockRecorder) List

func (mr *MockPodTemplateListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockPodTemplateListerMockRecorder) PodTemplates

func (mr *MockPodTemplateListerMockRecorder) PodTemplates(arg0 interface{}) *gomock.Call

PodTemplates indicates an expected call of PodTemplates.

type MockPodTemplateNamespaceLister

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

MockPodTemplateNamespaceLister is a mock of PodTemplateNamespaceLister interface.

func NewMockPodTemplateNamespaceLister

func NewMockPodTemplateNamespaceLister(ctrl *gomock.Controller) *MockPodTemplateNamespaceLister

NewMockPodTemplateNamespaceLister creates a new mock instance.

func (*MockPodTemplateNamespaceLister) EXPECT

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

func (*MockPodTemplateNamespaceLister) Get

Get mocks base method.

func (*MockPodTemplateNamespaceLister) List

List mocks base method.

type MockPodTemplateNamespaceListerMockRecorder

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

MockPodTemplateNamespaceListerMockRecorder is the mock recorder for MockPodTemplateNamespaceLister.

func (*MockPodTemplateNamespaceListerMockRecorder) Get

func (mr *MockPodTemplateNamespaceListerMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockPodTemplateNamespaceListerMockRecorder) List

func (mr *MockPodTemplateNamespaceListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockReplicationControllerLister

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

MockReplicationControllerLister is a mock of ReplicationControllerLister interface.

func NewMockReplicationControllerLister

func NewMockReplicationControllerLister(ctrl *gomock.Controller) *MockReplicationControllerLister

NewMockReplicationControllerLister creates a new mock instance.

func (*MockReplicationControllerLister) EXPECT

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

func (*MockReplicationControllerLister) GetPodControllers

func (m *MockReplicationControllerLister) GetPodControllers(arg0 *v1.Pod) ([]*v1.ReplicationController, error)

GetPodControllers mocks base method.

func (*MockReplicationControllerLister) List

List mocks base method.

func (*MockReplicationControllerLister) ReplicationControllers

ReplicationControllers mocks base method.

type MockReplicationControllerListerMockRecorder

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

MockReplicationControllerListerMockRecorder is the mock recorder for MockReplicationControllerLister.

func (*MockReplicationControllerListerMockRecorder) GetPodControllers

func (mr *MockReplicationControllerListerMockRecorder) GetPodControllers(arg0 interface{}) *gomock.Call

GetPodControllers indicates an expected call of GetPodControllers.

func (*MockReplicationControllerListerMockRecorder) List

func (mr *MockReplicationControllerListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockReplicationControllerListerMockRecorder) ReplicationControllers

func (mr *MockReplicationControllerListerMockRecorder) ReplicationControllers(arg0 interface{}) *gomock.Call

ReplicationControllers indicates an expected call of ReplicationControllers.

type MockReplicationControllerNamespaceLister

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

MockReplicationControllerNamespaceLister is a mock of ReplicationControllerNamespaceLister interface.

func NewMockReplicationControllerNamespaceLister

func NewMockReplicationControllerNamespaceLister(ctrl *gomock.Controller) *MockReplicationControllerNamespaceLister

NewMockReplicationControllerNamespaceLister creates a new mock instance.

func (*MockReplicationControllerNamespaceLister) EXPECT

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

func (*MockReplicationControllerNamespaceLister) Get

Get mocks base method.

func (*MockReplicationControllerNamespaceLister) List

List mocks base method.

type MockReplicationControllerNamespaceListerMockRecorder

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

MockReplicationControllerNamespaceListerMockRecorder is the mock recorder for MockReplicationControllerNamespaceLister.

func (*MockReplicationControllerNamespaceListerMockRecorder) Get

Get indicates an expected call of Get.

func (*MockReplicationControllerNamespaceListerMockRecorder) List

List indicates an expected call of List.

type MockResourceQuotaLister

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

MockResourceQuotaLister is a mock of ResourceQuotaLister interface.

func NewMockResourceQuotaLister

func NewMockResourceQuotaLister(ctrl *gomock.Controller) *MockResourceQuotaLister

NewMockResourceQuotaLister creates a new mock instance.

func (*MockResourceQuotaLister) EXPECT

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

func (*MockResourceQuotaLister) List

List mocks base method.

func (*MockResourceQuotaLister) ResourceQuotas

ResourceQuotas mocks base method.

type MockResourceQuotaListerMockRecorder

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

MockResourceQuotaListerMockRecorder is the mock recorder for MockResourceQuotaLister.

func (*MockResourceQuotaListerMockRecorder) List

func (mr *MockResourceQuotaListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockResourceQuotaListerMockRecorder) ResourceQuotas

func (mr *MockResourceQuotaListerMockRecorder) ResourceQuotas(arg0 interface{}) *gomock.Call

ResourceQuotas indicates an expected call of ResourceQuotas.

type MockResourceQuotaNamespaceLister

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

MockResourceQuotaNamespaceLister is a mock of ResourceQuotaNamespaceLister interface.

func NewMockResourceQuotaNamespaceLister

func NewMockResourceQuotaNamespaceLister(ctrl *gomock.Controller) *MockResourceQuotaNamespaceLister

NewMockResourceQuotaNamespaceLister creates a new mock instance.

func (*MockResourceQuotaNamespaceLister) EXPECT

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

func (*MockResourceQuotaNamespaceLister) Get

Get mocks base method.

func (*MockResourceQuotaNamespaceLister) List

List mocks base method.

type MockResourceQuotaNamespaceListerMockRecorder

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

MockResourceQuotaNamespaceListerMockRecorder is the mock recorder for MockResourceQuotaNamespaceLister.

func (*MockResourceQuotaNamespaceListerMockRecorder) Get

func (mr *MockResourceQuotaNamespaceListerMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockResourceQuotaNamespaceListerMockRecorder) List

func (mr *MockResourceQuotaNamespaceListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockSecretLister

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

MockSecretLister is a mock of SecretLister interface.

func NewMockSecretLister

func NewMockSecretLister(ctrl *gomock.Controller) *MockSecretLister

NewMockSecretLister creates a new mock instance.

func (*MockSecretLister) EXPECT

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

func (*MockSecretLister) List

func (m *MockSecretLister) List(arg0 labels.Selector) ([]*v1.Secret, error)

List mocks base method.

func (*MockSecretLister) Secrets

Secrets mocks base method.

type MockSecretListerMockRecorder

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

MockSecretListerMockRecorder is the mock recorder for MockSecretLister.

func (*MockSecretListerMockRecorder) List

func (mr *MockSecretListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockSecretListerMockRecorder) Secrets

func (mr *MockSecretListerMockRecorder) Secrets(arg0 interface{}) *gomock.Call

Secrets indicates an expected call of Secrets.

type MockSecretNamespaceLister

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

MockSecretNamespaceLister is a mock of SecretNamespaceLister interface.

func NewMockSecretNamespaceLister

func NewMockSecretNamespaceLister(ctrl *gomock.Controller) *MockSecretNamespaceLister

NewMockSecretNamespaceLister creates a new mock instance.

func (*MockSecretNamespaceLister) EXPECT

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

func (*MockSecretNamespaceLister) Get

func (m *MockSecretNamespaceLister) Get(arg0 string) (*v1.Secret, error)

Get mocks base method.

func (*MockSecretNamespaceLister) List

List mocks base method.

type MockSecretNamespaceListerMockRecorder

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

MockSecretNamespaceListerMockRecorder is the mock recorder for MockSecretNamespaceLister.

func (*MockSecretNamespaceListerMockRecorder) Get

func (mr *MockSecretNamespaceListerMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockSecretNamespaceListerMockRecorder) List

func (mr *MockSecretNamespaceListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockServiceAccountLister

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

MockServiceAccountLister is a mock of ServiceAccountLister interface.

func NewMockServiceAccountLister

func NewMockServiceAccountLister(ctrl *gomock.Controller) *MockServiceAccountLister

NewMockServiceAccountLister creates a new mock instance.

func (*MockServiceAccountLister) EXPECT

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

func (*MockServiceAccountLister) List

List mocks base method.

func (*MockServiceAccountLister) ServiceAccounts

ServiceAccounts mocks base method.

type MockServiceAccountListerMockRecorder

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

MockServiceAccountListerMockRecorder is the mock recorder for MockServiceAccountLister.

func (*MockServiceAccountListerMockRecorder) List

func (mr *MockServiceAccountListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockServiceAccountListerMockRecorder) ServiceAccounts

func (mr *MockServiceAccountListerMockRecorder) ServiceAccounts(arg0 interface{}) *gomock.Call

ServiceAccounts indicates an expected call of ServiceAccounts.

type MockServiceAccountNamespaceLister

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

MockServiceAccountNamespaceLister is a mock of ServiceAccountNamespaceLister interface.

func NewMockServiceAccountNamespaceLister

func NewMockServiceAccountNamespaceLister(ctrl *gomock.Controller) *MockServiceAccountNamespaceLister

NewMockServiceAccountNamespaceLister creates a new mock instance.

func (*MockServiceAccountNamespaceLister) EXPECT

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

func (*MockServiceAccountNamespaceLister) Get

Get mocks base method.

func (*MockServiceAccountNamespaceLister) List

List mocks base method.

type MockServiceAccountNamespaceListerMockRecorder

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

MockServiceAccountNamespaceListerMockRecorder is the mock recorder for MockServiceAccountNamespaceLister.

func (*MockServiceAccountNamespaceListerMockRecorder) Get

func (mr *MockServiceAccountNamespaceListerMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockServiceAccountNamespaceListerMockRecorder) List

func (mr *MockServiceAccountNamespaceListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockServiceLister

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

MockServiceLister is a mock of ServiceLister interface.

func NewMockServiceLister

func NewMockServiceLister(ctrl *gomock.Controller) *MockServiceLister

NewMockServiceLister creates a new mock instance.

func (*MockServiceLister) EXPECT

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

func (*MockServiceLister) List

func (m *MockServiceLister) List(arg0 labels.Selector) ([]*v1.Service, error)

List mocks base method.

func (*MockServiceLister) Services

Services mocks base method.

type MockServiceListerMockRecorder

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

MockServiceListerMockRecorder is the mock recorder for MockServiceLister.

func (*MockServiceListerMockRecorder) List

func (mr *MockServiceListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockServiceListerMockRecorder) Services

func (mr *MockServiceListerMockRecorder) Services(arg0 interface{}) *gomock.Call

Services indicates an expected call of Services.

type MockServiceNamespaceLister

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

MockServiceNamespaceLister is a mock of ServiceNamespaceLister interface.

func NewMockServiceNamespaceLister

func NewMockServiceNamespaceLister(ctrl *gomock.Controller) *MockServiceNamespaceLister

NewMockServiceNamespaceLister creates a new mock instance.

func (*MockServiceNamespaceLister) EXPECT

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

func (*MockServiceNamespaceLister) Get

Get mocks base method.

func (*MockServiceNamespaceLister) List

List mocks base method.

type MockServiceNamespaceListerMockRecorder

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

MockServiceNamespaceListerMockRecorder is the mock recorder for MockServiceNamespaceLister.

func (*MockServiceNamespaceListerMockRecorder) Get

func (mr *MockServiceNamespaceListerMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockServiceNamespaceListerMockRecorder) List

func (mr *MockServiceNamespaceListerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockWriterCloser

type MockWriterCloser struct {
	Data []byte
	// contains filtered or unexported fields
}

func (*MockWriterCloser) Close

func (w *MockWriterCloser) Close() error

func (*MockWriterCloser) Write

func (w *MockWriterCloser) Write(p []byte) (n int, err error)

type WorkloadClientService

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

WorkloadClientService is a mock of ClientService interface.

func NewWorkloadClientService

func NewWorkloadClientService(ctrl *gomock.Controller) *WorkloadClientService

NewWorkloadClientService creates a new mock instance.

func (*WorkloadClientService) CreateWorkload

CreateWorkload mocks base method.

func (*WorkloadClientService) DeleteWorkload

DeleteWorkload mocks base method.

func (*WorkloadClientService) EXPECT

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

func (*WorkloadClientService) GetLocations

GetLocations mocks base method.

func (*WorkloadClientService) GetWorkload

GetWorkload mocks base method.

func (*WorkloadClientService) GetWorkloads

GetWorkloads mocks base method.

func (*WorkloadClientService) PutWorkload

PutWorkload mocks base method.

func (*WorkloadClientService) SetTransport

func (m *WorkloadClientService) SetTransport(arg0 runtime.ClientTransport)

SetTransport mocks base method.

func (*WorkloadClientService) UpdateWorkload

UpdateWorkload mocks base method.

type WorkloadClientServiceMockRecorder

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

WorkloadClientServiceMockRecorder is the mock recorder for WorkloadClientService.

func (*WorkloadClientServiceMockRecorder) CreateWorkload

func (mr *WorkloadClientServiceMockRecorder) CreateWorkload(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateWorkload indicates an expected call of CreateWorkload.

func (*WorkloadClientServiceMockRecorder) DeleteWorkload

func (mr *WorkloadClientServiceMockRecorder) DeleteWorkload(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteWorkload indicates an expected call of DeleteWorkload.

func (*WorkloadClientServiceMockRecorder) GetLocations

func (mr *WorkloadClientServiceMockRecorder) GetLocations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLocations indicates an expected call of GetLocations.

func (*WorkloadClientServiceMockRecorder) GetWorkload

func (mr *WorkloadClientServiceMockRecorder) GetWorkload(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWorkload indicates an expected call of GetWorkload.

func (*WorkloadClientServiceMockRecorder) GetWorkloads

func (mr *WorkloadClientServiceMockRecorder) GetWorkloads(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWorkloads indicates an expected call of GetWorkloads.

func (*WorkloadClientServiceMockRecorder) PutWorkload

func (mr *WorkloadClientServiceMockRecorder) PutWorkload(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutWorkload indicates an expected call of PutWorkload.

func (*WorkloadClientServiceMockRecorder) SetTransport

func (mr *WorkloadClientServiceMockRecorder) SetTransport(arg0 interface{}) *gomock.Call

SetTransport indicates an expected call of SetTransport.

func (*WorkloadClientServiceMockRecorder) UpdateWorkload

func (mr *WorkloadClientServiceMockRecorder) UpdateWorkload(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateWorkload indicates an expected call of UpdateWorkload.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL