mocks

package
v0.0.0-...-a52e8f6 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Code generated by mockery v1.0.0. DO NOT EDIT.

Code generated by mockery v1.0.0. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

type Manager struct {
	mock.Mock
}

Manager is an autogenerated mock type for the Manager type

func (*Manager) Create

func (_m *Manager) Create(secret *v1.Secret) (*v1.Secret, error)

Create provides a mock function with given fields: secret

func (*Manager) Get

func (_m *Manager) Get(name string, options metav1.GetOptions) (*v1.Secret, error)

Get provides a mock function with given fields: name, options

func (*Manager) Update

func (_m *Manager) Update(secret *v1.Secret) (*v1.Secret, error)

Update provides a mock function with given fields: secret

type SecretRepository

type SecretRepository struct {
	mock.Mock
}

SecretRepository is an autogenerated mock type for the SecretRepository type

func (*SecretRepository) Get

func (_m *SecretRepository) Get(name types.NamespacedName) (map[string][]byte, error)

Get provides a mock function with given fields: name

func (*SecretRepository) Upsert

func (_m *SecretRepository) Upsert(name types.NamespacedName, data map[string][]byte) error

Upsert provides a mock function with given fields: name, data

func (*SecretRepository) ValuesProvided

func (_m *SecretRepository) ValuesProvided(secretName types.NamespacedName, keys []string) (bool, error)

ValuesProvided provides a mock function with given fields: secretName, keys

Jump to

Keyboard shortcuts

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