wrappersfakes

package
v0.10.1-1 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeInstallStrategyDeploymentInterface

type FakeInstallStrategyDeploymentInterface struct {
	CreateDeploymentStub func(*v1.Deployment) (*v1.Deployment, error)

	CreateOrUpdateDeploymentStub func(*v1.Deployment) (*v1.Deployment, error)

	CreateRoleStub func(*v1a.Role) (*v1a.Role, error)

	CreateRoleBindingStub func(*v1a.RoleBinding) (*v1a.RoleBinding, error)

	DeleteDeploymentStub func(string) error

	EnsureServiceAccountStub func(*v1b.ServiceAccount, ownerutil.Owner) (*v1b.ServiceAccount, error)

	FindAnyDeploymentsMatchingLabelsStub func(labels.Selector) ([]*v1.Deployment, error)

	FindAnyDeploymentsMatchingNamesStub func([]string) ([]*v1.Deployment, error)

	GetServiceAccountByNameStub func(string) (*v1b.ServiceAccount, error)
	// contains filtered or unexported fields
}

func (*FakeInstallStrategyDeploymentInterface) CreateDeployment

func (fake *FakeInstallStrategyDeploymentInterface) CreateDeployment(arg1 *v1.Deployment) (*v1.Deployment, error)

func (*FakeInstallStrategyDeploymentInterface) CreateDeploymentArgsForCall

func (fake *FakeInstallStrategyDeploymentInterface) CreateDeploymentArgsForCall(i int) *v1.Deployment

func (*FakeInstallStrategyDeploymentInterface) CreateDeploymentCallCount

func (fake *FakeInstallStrategyDeploymentInterface) CreateDeploymentCallCount() int

func (*FakeInstallStrategyDeploymentInterface) CreateDeploymentCalls

func (fake *FakeInstallStrategyDeploymentInterface) CreateDeploymentCalls(stub func(*v1.Deployment) (*v1.Deployment, error))

func (*FakeInstallStrategyDeploymentInterface) CreateDeploymentReturns

func (fake *FakeInstallStrategyDeploymentInterface) CreateDeploymentReturns(result1 *v1.Deployment, result2 error)

func (*FakeInstallStrategyDeploymentInterface) CreateDeploymentReturnsOnCall

func (fake *FakeInstallStrategyDeploymentInterface) CreateDeploymentReturnsOnCall(i int, result1 *v1.Deployment, result2 error)

func (*FakeInstallStrategyDeploymentInterface) CreateOrUpdateDeployment

func (fake *FakeInstallStrategyDeploymentInterface) CreateOrUpdateDeployment(arg1 *v1.Deployment) (*v1.Deployment, error)

func (*FakeInstallStrategyDeploymentInterface) CreateOrUpdateDeploymentArgsForCall

func (fake *FakeInstallStrategyDeploymentInterface) CreateOrUpdateDeploymentArgsForCall(i int) *v1.Deployment

func (*FakeInstallStrategyDeploymentInterface) CreateOrUpdateDeploymentCallCount

func (fake *FakeInstallStrategyDeploymentInterface) CreateOrUpdateDeploymentCallCount() int

func (*FakeInstallStrategyDeploymentInterface) CreateOrUpdateDeploymentCalls

func (fake *FakeInstallStrategyDeploymentInterface) CreateOrUpdateDeploymentCalls(stub func(*v1.Deployment) (*v1.Deployment, error))

func (*FakeInstallStrategyDeploymentInterface) CreateOrUpdateDeploymentReturns

func (fake *FakeInstallStrategyDeploymentInterface) CreateOrUpdateDeploymentReturns(result1 *v1.Deployment, result2 error)

func (*FakeInstallStrategyDeploymentInterface) CreateOrUpdateDeploymentReturnsOnCall

func (fake *FakeInstallStrategyDeploymentInterface) CreateOrUpdateDeploymentReturnsOnCall(i int, result1 *v1.Deployment, result2 error)

func (*FakeInstallStrategyDeploymentInterface) CreateRole

func (fake *FakeInstallStrategyDeploymentInterface) CreateRole(arg1 *v1a.Role) (*v1a.Role, error)

func (*FakeInstallStrategyDeploymentInterface) CreateRoleArgsForCall

func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleArgsForCall(i int) *v1a.Role

func (*FakeInstallStrategyDeploymentInterface) CreateRoleBinding

func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleBinding(arg1 *v1a.RoleBinding) (*v1a.RoleBinding, error)

func (*FakeInstallStrategyDeploymentInterface) CreateRoleBindingArgsForCall

func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleBindingArgsForCall(i int) *v1a.RoleBinding

func (*FakeInstallStrategyDeploymentInterface) CreateRoleBindingCallCount

func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleBindingCallCount() int

func (*FakeInstallStrategyDeploymentInterface) CreateRoleBindingCalls

func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleBindingCalls(stub func(*v1a.RoleBinding) (*v1a.RoleBinding, error))

func (*FakeInstallStrategyDeploymentInterface) CreateRoleBindingReturns

func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleBindingReturns(result1 *v1a.RoleBinding, result2 error)

func (*FakeInstallStrategyDeploymentInterface) CreateRoleBindingReturnsOnCall

func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleBindingReturnsOnCall(i int, result1 *v1a.RoleBinding, result2 error)

func (*FakeInstallStrategyDeploymentInterface) CreateRoleCallCount

func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleCallCount() int

func (*FakeInstallStrategyDeploymentInterface) CreateRoleCalls

func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleCalls(stub func(*v1a.Role) (*v1a.Role, error))

func (*FakeInstallStrategyDeploymentInterface) CreateRoleReturns

func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleReturns(result1 *v1a.Role, result2 error)

func (*FakeInstallStrategyDeploymentInterface) CreateRoleReturnsOnCall

func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleReturnsOnCall(i int, result1 *v1a.Role, result2 error)

func (*FakeInstallStrategyDeploymentInterface) DeleteDeployment

func (fake *FakeInstallStrategyDeploymentInterface) DeleteDeployment(arg1 string) error

func (*FakeInstallStrategyDeploymentInterface) DeleteDeploymentArgsForCall

func (fake *FakeInstallStrategyDeploymentInterface) DeleteDeploymentArgsForCall(i int) string

func (*FakeInstallStrategyDeploymentInterface) DeleteDeploymentCallCount

func (fake *FakeInstallStrategyDeploymentInterface) DeleteDeploymentCallCount() int

func (*FakeInstallStrategyDeploymentInterface) DeleteDeploymentCalls

func (fake *FakeInstallStrategyDeploymentInterface) DeleteDeploymentCalls(stub func(string) error)

func (*FakeInstallStrategyDeploymentInterface) DeleteDeploymentReturns

func (fake *FakeInstallStrategyDeploymentInterface) DeleteDeploymentReturns(result1 error)

func (*FakeInstallStrategyDeploymentInterface) DeleteDeploymentReturnsOnCall

func (fake *FakeInstallStrategyDeploymentInterface) DeleteDeploymentReturnsOnCall(i int, result1 error)

func (*FakeInstallStrategyDeploymentInterface) EnsureServiceAccount

func (*FakeInstallStrategyDeploymentInterface) EnsureServiceAccountArgsForCall

func (fake *FakeInstallStrategyDeploymentInterface) EnsureServiceAccountArgsForCall(i int) (*v1b.ServiceAccount, ownerutil.Owner)

func (*FakeInstallStrategyDeploymentInterface) EnsureServiceAccountCallCount

func (fake *FakeInstallStrategyDeploymentInterface) EnsureServiceAccountCallCount() int

func (*FakeInstallStrategyDeploymentInterface) EnsureServiceAccountCalls

func (fake *FakeInstallStrategyDeploymentInterface) EnsureServiceAccountCalls(stub func(*v1b.ServiceAccount, ownerutil.Owner) (*v1b.ServiceAccount, error))

func (*FakeInstallStrategyDeploymentInterface) EnsureServiceAccountReturns

func (fake *FakeInstallStrategyDeploymentInterface) EnsureServiceAccountReturns(result1 *v1b.ServiceAccount, result2 error)

func (*FakeInstallStrategyDeploymentInterface) EnsureServiceAccountReturnsOnCall

func (fake *FakeInstallStrategyDeploymentInterface) EnsureServiceAccountReturnsOnCall(i int, result1 *v1b.ServiceAccount, result2 error)

func (*FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingLabels

func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingLabels(arg1 labels.Selector) ([]*v1.Deployment, error)

func (*FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingLabelsArgsForCall

func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingLabelsArgsForCall(i int) labels.Selector

func (*FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingLabelsCallCount

func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingLabelsCallCount() int

func (*FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingLabelsCalls

func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingLabelsCalls(stub func(labels.Selector) ([]*v1.Deployment, error))

func (*FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingLabelsReturns

func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingLabelsReturns(result1 []*v1.Deployment, result2 error)

func (*FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingLabelsReturnsOnCall

func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingLabelsReturnsOnCall(i int, result1 []*v1.Deployment, result2 error)

func (*FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingNames

func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingNames(arg1 []string) ([]*v1.Deployment, error)

func (*FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingNamesArgsForCall

func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingNamesArgsForCall(i int) []string

func (*FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingNamesCallCount

func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingNamesCallCount() int

func (*FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingNamesCalls

func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingNamesCalls(stub func([]string) ([]*v1.Deployment, error))

func (*FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingNamesReturns

func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingNamesReturns(result1 []*v1.Deployment, result2 error)

func (*FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingNamesReturnsOnCall

func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingNamesReturnsOnCall(i int, result1 []*v1.Deployment, result2 error)

func (*FakeInstallStrategyDeploymentInterface) GetServiceAccountByName

func (fake *FakeInstallStrategyDeploymentInterface) GetServiceAccountByName(arg1 string) (*v1b.ServiceAccount, error)

func (*FakeInstallStrategyDeploymentInterface) GetServiceAccountByNameArgsForCall

func (fake *FakeInstallStrategyDeploymentInterface) GetServiceAccountByNameArgsForCall(i int) string

func (*FakeInstallStrategyDeploymentInterface) GetServiceAccountByNameCallCount

func (fake *FakeInstallStrategyDeploymentInterface) GetServiceAccountByNameCallCount() int

func (*FakeInstallStrategyDeploymentInterface) GetServiceAccountByNameCalls

func (fake *FakeInstallStrategyDeploymentInterface) GetServiceAccountByNameCalls(stub func(string) (*v1b.ServiceAccount, error))

func (*FakeInstallStrategyDeploymentInterface) GetServiceAccountByNameReturns

func (fake *FakeInstallStrategyDeploymentInterface) GetServiceAccountByNameReturns(result1 *v1b.ServiceAccount, result2 error)

func (*FakeInstallStrategyDeploymentInterface) GetServiceAccountByNameReturnsOnCall

func (fake *FakeInstallStrategyDeploymentInterface) GetServiceAccountByNameReturnsOnCall(i int, result1 *v1b.ServiceAccount, result2 error)

func (*FakeInstallStrategyDeploymentInterface) Invocations

func (fake *FakeInstallStrategyDeploymentInterface) Invocations() map[string][][]interface{}

Jump to

Keyboard shortcuts

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