Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- func And(matchers ...gomock.Matcher) gomock.Matcher
- func Callback(fn func(x interface{}) bool, desc string) gomock.Matcher
- func InjectConfigMaps(configMaps []corev1.ConfigMap) gomock.Matcher
- func InjectHorizontalPodAutoscalers(hpas []autoscaling.HorizontalPodAutoscaler) gomock.Matcher
- func InjectPrometheusRules(rules []monitoringv1.PrometheusRule) gomock.Matcher
- func InjectReplicaSets(replicaSets []appsv1.ReplicaSet) gomock.Matcher
- func InjectSecrets(secrets []corev1.Secret) gomock.Matcher
- func InjectServiceLevels(sls []slov1alpha1.ServiceLevel) gomock.Matcher
- func InjectServiceMonitors(sms []monitoringv1.ServiceMonitor) gomock.Matcher
- func InjectWorkerPodAutoscalers(wpas []wpav1.WorkerPodAutoScaler) gomock.Matcher
- func Kind(k string) gomock.Matcher
- func ListOptions(opts *client.ListOptions) gomock.Matcher
- func NamespacedName(namespace, name string) gomock.Matcher
- func ObjectKey(ok client.ObjectKey) gomock.Matcher
- func UpdateHPASpec(hpa *autoscaling.HorizontalPodAutoscaler) gomock.Matcher
- func UpdateNamespaceLabels(labels map[string]string) gomock.Matcher
- func UpdateReplicaSetSpec(replicaSet *appsv1.ReplicaSet) gomock.Matcher
- func UpdateWPAObjectMeta(wpa *wpav1.WorkerPodAutoScaler) gomock.Matcher
- func UpdateWPASpec(wpa *wpav1.WorkerPodAutoScaler) gomock.Matcher
- type MockClient
- func (m *MockClient) Create(arg0 context.Context, arg1 client.Object, arg2 ...client.CreateOption) error
- func (m *MockClient) Delete(arg0 context.Context, arg1 client.Object, arg2 ...client.DeleteOption) error
- func (m *MockClient) DeleteAllOf(arg0 context.Context, arg1 client.Object, arg2 ...client.DeleteAllOfOption) error
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) Get(arg0 context.Context, arg1 types.NamespacedName, arg2 client.Object) error
- func (m *MockClient) List(arg0 context.Context, arg1 client.ObjectList, arg2 ...client.ListOption) error
- func (m *MockClient) Patch(arg0 context.Context, arg1 client.Object, arg2 client.Patch, ...) error
- func (m *MockClient) RESTMapper() meta.RESTMapper
- func (m *MockClient) Scheme() *runtime.Scheme
- func (m *MockClient) Status() client.StatusWriter
- func (m *MockClient) Update(arg0 context.Context, arg1 client.Object, arg2 ...client.UpdateOption) error
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) Create(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Delete(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DeleteAllOf(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) List(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Patch(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) RESTMapper() *gomock.Call
- func (mr *MockClientMockRecorder) Scheme() *gomock.Call
- func (mr *MockClientMockRecorder) Status() *gomock.Call
- func (mr *MockClientMockRecorder) Update(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InjectConfigMaps ¶
InjectConfigMaps puts configmaps into a *ConfigMapList
func InjectHorizontalPodAutoscalers ¶
func InjectHorizontalPodAutoscalers(hpas []autoscaling.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 ¶
InjectSecrets puts secrets into a *SecretList
func InjectServiceLevels ¶
func InjectServiceLevels(sls []slov1alpha1.ServiceLevel) gomock.Matcher
InjectServiceLevels puts ServiceLevel into a *ServiceLevelList
func InjectServiceMonitors ¶
func InjectServiceMonitors(sms []monitoringv1.ServiceMonitor) gomock.Matcher
InjectServiceMonitors puts ServiceMonitor into a *ServiceMonitorList
func InjectWorkerPodAutoscalers ¶
func InjectWorkerPodAutoscalers(wpas []wpav1.WorkerPodAutoScaler) gomock.Matcher
InjectHorizontalPodAutoscalers puts hpas into a *HorizontalPodAutoscalerList
func ListOptions ¶
func ListOptions(opts *client.ListOptions) gomock.Matcher
ListOptions matches client.ListOptions
func NamespacedName ¶
NamespacedName matches a k8s objects namespace and name
func UpdateHPASpec ¶
func UpdateHPASpec(hpa *autoscaling.HorizontalPodAutoscaler) gomock.Matcher
UpdateHPASpec sets the spec on a *HorizontalPodAutoscaler
func UpdateNamespaceLabels ¶
UpdateNamespaceLabes sets the labels on a *Namespace
func UpdateReplicaSetSpec ¶
func UpdateReplicaSetSpec(replicaSet *appsv1.ReplicaSet) gomock.Matcher
UpdateReplicaSetSpec sets the spec on a *ReplicaSet
func UpdateWPAObjectMeta ¶
func UpdateWPAObjectMeta(wpa *wpav1.WorkerPodAutoScaler) gomock.Matcher
UpdateWPAObjectMeta sets the ObjectMeta on a *HorizontalPodAutoscaler
func UpdateWPASpec ¶
func UpdateWPASpec(wpa *wpav1.WorkerPodAutoScaler) gomock.Matcher
UpdateHPASpec sets the spec on a *HorizontalPodAutoscaler
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 client.Object, arg2 ...client.CreateOption) error
Create mocks base method
func (*MockClient) Delete ¶
func (m *MockClient) Delete(arg0 context.Context, arg1 client.Object, arg2 ...client.DeleteOption) error
Delete mocks base method
func (*MockClient) DeleteAllOf ¶
func (m *MockClient) DeleteAllOf(arg0 context.Context, arg1 client.Object, arg2 ...client.DeleteAllOfOption) error
DeleteAllOf 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 client.Object) error
Get mocks base method
func (*MockClient) List ¶
func (m *MockClient) List(arg0 context.Context, arg1 client.ObjectList, arg2 ...client.ListOption) error
List mocks base method
func (*MockClient) Patch ¶
func (m *MockClient) Patch(arg0 context.Context, arg1 client.Object, arg2 client.Patch, arg3 ...client.PatchOption) error
Patch mocks base method
func (*MockClient) RESTMapper ¶
func (m *MockClient) RESTMapper() meta.RESTMapper
RESTMapper 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 client.Object, arg2 ...client.UpdateOption) 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{}, arg2 ...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) DeleteAllOf ¶
func (mr *MockClientMockRecorder) DeleteAllOf(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteAllOf indicates an expected call of DeleteAllOf
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 interface{}, arg2 ...interface{}) *gomock.Call
List indicates an expected call of List
func (*MockClientMockRecorder) Patch ¶
func (mr *MockClientMockRecorder) Patch(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
Patch indicates an expected call of Patch
func (*MockClientMockRecorder) RESTMapper ¶
func (mr *MockClientMockRecorder) RESTMapper() *gomock.Call
RESTMapper indicates an expected call of RESTMapper
func (*MockClientMockRecorder) Scheme ¶
func (mr *MockClientMockRecorder) Scheme() *gomock.Call
Scheme indicates an expected call of Scheme
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{}, arg2 ...interface{}) *gomock.Call
Update indicates an expected call of Update