mocks

package
v0.0.0-...-12d0706 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2019 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func And

func And(matchers ...gomock.Matcher) gomock.Matcher

And combines matchers

func Callback

func Callback(fn func(x interface{}) bool, desc string) gomock.Matcher

Callback saves you the toil of creating a struct for a matcher

func InjectConfigMaps

func InjectConfigMaps(configMaps []corev1.ConfigMap) gomock.Matcher

InjectConfigMaps puts configmaps into a *ConfigMapList

func InjectHorizontalPodAutoscalers

func InjectHorizontalPodAutoscalers(hpas []autoscalingv1.HorizontalPodAutoscaler) gomock.Matcher

InjectHorizontalPodAutoscalers puts hpas into a *HorizontalPodAutoscalerList

func InjectPrometheusRules

func InjectPrometheusRules(rules []monitoringv1.PrometheusRule) gomock.Matcher

InjectPrometheusRules puts PrometheusRules into a *PrometheusRuleList

func InjectReplicaSets

func InjectReplicaSets(replicaSets []appsv1.ReplicaSet) gomock.Matcher

InjectReplicaSets puts replicasets into a *ReplicaSetList

func InjectSecrets

func InjectSecrets(secrets []corev1.Secret) gomock.Matcher

InjectSecrets puts secrets into a *SecretList

func Kind

func Kind(k string) gomock.Matcher

Kind matches k8s kinds

func ListOptions

func ListOptions(opts *client.ListOptions) gomock.Matcher

ListOptions matches client.ListOptions

func NamespacedName

func NamespacedName(namespace, name string) gomock.Matcher

NamespacedName matches a k8s objects namespace and name

func ObjectKey

func ObjectKey(ok client.ObjectKey) gomock.Matcher

ObjectKey matches an argument to an ObjectKey

func UpdateHPASpec

UpdateHPASpec sets the spec on a *HorizontalPodAutoscaler

func UpdateNamespaceLabels

func UpdateNamespaceLabels(labels map[string]string) gomock.Matcher

UpdateNamespaceLabes sets the labels on a *Namespace

func UpdateReplicaSetSpec

func UpdateReplicaSetSpec(replicaSet *appsv1.ReplicaSet) gomock.Matcher

UpdateReplicaSetSpec sets the spec on a *ReplicaSet

Types

type MockClient

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

MockClient is a mock of Client interface

func NewMockClient

func NewMockClient(ctrl *gomock.Controller) *MockClient

NewMockClient creates a new mock instance

func (*MockClient) Create

func (m *MockClient) Create(arg0 context.Context, arg1 runtime.Object) error

Create mocks base method

func (*MockClient) Delete

func (m *MockClient) Delete(arg0 context.Context, arg1 runtime.Object, arg2 ...client.DeleteOptionFunc) error

Delete mocks base method

func (*MockClient) EXPECT

func (m *MockClient) EXPECT() *MockClientMockRecorder

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

func (*MockClient) Get

func (m *MockClient) Get(arg0 context.Context, arg1 types.NamespacedName, arg2 runtime.Object) error

Get mocks base method

func (*MockClient) List

func (m *MockClient) List(arg0 context.Context, arg1 *client.ListOptions, arg2 runtime.Object) error

List mocks base method

func (*MockClient) Status

func (m *MockClient) Status() client.StatusWriter

Status mocks base method

func (*MockClient) Update

func (m *MockClient) Update(arg0 context.Context, arg1 runtime.Object) error

Update mocks base method

type MockClientMockRecorder

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

MockClientMockRecorder is the mock recorder for MockClient

func (*MockClientMockRecorder) Create

func (mr *MockClientMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call

Create indicates an expected call of Create

func (*MockClientMockRecorder) Delete

func (mr *MockClientMockRecorder) Delete(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockClientMockRecorder) Get

func (mr *MockClientMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call

Get indicates an expected call of Get

func (*MockClientMockRecorder) List

func (mr *MockClientMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call

List indicates an expected call of List

func (*MockClientMockRecorder) Status

func (mr *MockClientMockRecorder) Status() *gomock.Call

Status indicates an expected call of Status

func (*MockClientMockRecorder) Update

func (mr *MockClientMockRecorder) Update(arg0, arg1 interface{}) *gomock.Call

Update indicates an expected call of Update

Jump to

Keyboard shortcuts

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