Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeInstallStrategyDeploymentInterface
- func (fake *FakeInstallStrategyDeploymentInterface) CreateDeployment(arg1 *v1.Deployment) (*v1.Deployment, error)
- func (fake *FakeInstallStrategyDeploymentInterface) CreateDeploymentArgsForCall(i int) *v1.Deployment
- func (fake *FakeInstallStrategyDeploymentInterface) CreateDeploymentCallCount() int
- func (fake *FakeInstallStrategyDeploymentInterface) CreateDeploymentCalls(stub func(*v1.Deployment) (*v1.Deployment, error))
- func (fake *FakeInstallStrategyDeploymentInterface) CreateDeploymentReturns(result1 *v1.Deployment, result2 error)
- func (fake *FakeInstallStrategyDeploymentInterface) CreateDeploymentReturnsOnCall(i int, result1 *v1.Deployment, result2 error)
- func (fake *FakeInstallStrategyDeploymentInterface) CreateOrUpdateDeployment(arg1 *v1.Deployment) (*v1.Deployment, error)
- func (fake *FakeInstallStrategyDeploymentInterface) CreateOrUpdateDeploymentArgsForCall(i int) *v1.Deployment
- func (fake *FakeInstallStrategyDeploymentInterface) CreateOrUpdateDeploymentCallCount() int
- func (fake *FakeInstallStrategyDeploymentInterface) CreateOrUpdateDeploymentCalls(stub func(*v1.Deployment) (*v1.Deployment, error))
- func (fake *FakeInstallStrategyDeploymentInterface) CreateOrUpdateDeploymentReturns(result1 *v1.Deployment, result2 error)
- func (fake *FakeInstallStrategyDeploymentInterface) CreateOrUpdateDeploymentReturnsOnCall(i int, result1 *v1.Deployment, result2 error)
- func (fake *FakeInstallStrategyDeploymentInterface) CreateRole(arg1 *v1a.Role) (*v1a.Role, error)
- func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleArgsForCall(i int) *v1a.Role
- func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleBinding(arg1 *v1a.RoleBinding) (*v1a.RoleBinding, error)
- func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleBindingArgsForCall(i int) *v1a.RoleBinding
- func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleBindingCallCount() int
- func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleBindingCalls(stub func(*v1a.RoleBinding) (*v1a.RoleBinding, error))
- func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleBindingReturns(result1 *v1a.RoleBinding, result2 error)
- func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleBindingReturnsOnCall(i int, result1 *v1a.RoleBinding, result2 error)
- func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleCallCount() int
- func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleCalls(stub func(*v1a.Role) (*v1a.Role, error))
- func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleReturns(result1 *v1a.Role, result2 error)
- func (fake *FakeInstallStrategyDeploymentInterface) CreateRoleReturnsOnCall(i int, result1 *v1a.Role, result2 error)
- func (fake *FakeInstallStrategyDeploymentInterface) DeleteDeployment(arg1 string) error
- func (fake *FakeInstallStrategyDeploymentInterface) DeleteDeploymentArgsForCall(i int) string
- func (fake *FakeInstallStrategyDeploymentInterface) DeleteDeploymentCallCount() int
- func (fake *FakeInstallStrategyDeploymentInterface) DeleteDeploymentCalls(stub func(string) error)
- func (fake *FakeInstallStrategyDeploymentInterface) DeleteDeploymentReturns(result1 error)
- func (fake *FakeInstallStrategyDeploymentInterface) DeleteDeploymentReturnsOnCall(i int, result1 error)
- func (fake *FakeInstallStrategyDeploymentInterface) EnsureServiceAccount(arg1 *v1b.ServiceAccount, arg2 ownerutil.Owner) (*v1b.ServiceAccount, error)
- func (fake *FakeInstallStrategyDeploymentInterface) EnsureServiceAccountArgsForCall(i int) (*v1b.ServiceAccount, ownerutil.Owner)
- func (fake *FakeInstallStrategyDeploymentInterface) EnsureServiceAccountCallCount() int
- func (fake *FakeInstallStrategyDeploymentInterface) EnsureServiceAccountCalls(stub func(*v1b.ServiceAccount, ownerutil.Owner) (*v1b.ServiceAccount, error))
- func (fake *FakeInstallStrategyDeploymentInterface) EnsureServiceAccountReturns(result1 *v1b.ServiceAccount, result2 error)
- func (fake *FakeInstallStrategyDeploymentInterface) EnsureServiceAccountReturnsOnCall(i int, result1 *v1b.ServiceAccount, result2 error)
- func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingLabels(arg1 labels.Selector) ([]*v1.Deployment, error)
- func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingLabelsArgsForCall(i int) labels.Selector
- func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingLabelsCallCount() int
- func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingLabelsCalls(stub func(labels.Selector) ([]*v1.Deployment, error))
- func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingLabelsReturns(result1 []*v1.Deployment, result2 error)
- func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingLabelsReturnsOnCall(i int, result1 []*v1.Deployment, result2 error)
- func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingNames(arg1 []string) ([]*v1.Deployment, error)
- func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingNamesArgsForCall(i int) []string
- func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingNamesCallCount() int
- func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingNamesCalls(stub func([]string) ([]*v1.Deployment, error))
- func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingNamesReturns(result1 []*v1.Deployment, result2 error)
- func (fake *FakeInstallStrategyDeploymentInterface) FindAnyDeploymentsMatchingNamesReturnsOnCall(i int, result1 []*v1.Deployment, result2 error)
- func (fake *FakeInstallStrategyDeploymentInterface) GetOpClient() operatorclient.ClientInterface
- func (fake *FakeInstallStrategyDeploymentInterface) GetOpClientCallCount() int
- func (fake *FakeInstallStrategyDeploymentInterface) GetOpClientCalls(stub func() operatorclient.ClientInterface)
- func (fake *FakeInstallStrategyDeploymentInterface) GetOpClientReturns(result1 operatorclient.ClientInterface)
- func (fake *FakeInstallStrategyDeploymentInterface) GetOpClientReturnsOnCall(i int, result1 operatorclient.ClientInterface)
- func (fake *FakeInstallStrategyDeploymentInterface) GetOpLister() operatorlister.OperatorLister
- func (fake *FakeInstallStrategyDeploymentInterface) GetOpListerCallCount() int
- func (fake *FakeInstallStrategyDeploymentInterface) GetOpListerCalls(stub func() operatorlister.OperatorLister)
- func (fake *FakeInstallStrategyDeploymentInterface) GetOpListerReturns(result1 operatorlister.OperatorLister)
- func (fake *FakeInstallStrategyDeploymentInterface) GetOpListerReturnsOnCall(i int, result1 operatorlister.OperatorLister)
- func (fake *FakeInstallStrategyDeploymentInterface) GetServiceAccountByName(arg1 string) (*v1b.ServiceAccount, error)
- func (fake *FakeInstallStrategyDeploymentInterface) GetServiceAccountByNameArgsForCall(i int) string
- func (fake *FakeInstallStrategyDeploymentInterface) GetServiceAccountByNameCallCount() int
- func (fake *FakeInstallStrategyDeploymentInterface) GetServiceAccountByNameCalls(stub func(string) (*v1b.ServiceAccount, error))
- func (fake *FakeInstallStrategyDeploymentInterface) GetServiceAccountByNameReturns(result1 *v1b.ServiceAccount, result2 error)
- func (fake *FakeInstallStrategyDeploymentInterface) GetServiceAccountByNameReturnsOnCall(i int, result1 *v1b.ServiceAccount, result2 error)
- func (fake *FakeInstallStrategyDeploymentInterface) Invocations() map[string][][]interface{}
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) GetOpClientStub func() operatorclient.ClientInterface GetOpListerStub func() operatorlister.OperatorLister 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 (*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 (*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 (fake *FakeInstallStrategyDeploymentInterface) EnsureServiceAccount(arg1 *v1b.ServiceAccount, arg2 ownerutil.Owner) (*v1b.ServiceAccount, error)
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) GetOpClient ¶
func (fake *FakeInstallStrategyDeploymentInterface) GetOpClient() operatorclient.ClientInterface
func (*FakeInstallStrategyDeploymentInterface) GetOpClientCallCount ¶
func (fake *FakeInstallStrategyDeploymentInterface) GetOpClientCallCount() int
func (*FakeInstallStrategyDeploymentInterface) GetOpClientCalls ¶
func (fake *FakeInstallStrategyDeploymentInterface) GetOpClientCalls(stub func() operatorclient.ClientInterface)
func (*FakeInstallStrategyDeploymentInterface) GetOpClientReturns ¶
func (fake *FakeInstallStrategyDeploymentInterface) GetOpClientReturns(result1 operatorclient.ClientInterface)
func (*FakeInstallStrategyDeploymentInterface) GetOpClientReturnsOnCall ¶
func (fake *FakeInstallStrategyDeploymentInterface) GetOpClientReturnsOnCall(i int, result1 operatorclient.ClientInterface)
func (*FakeInstallStrategyDeploymentInterface) GetOpLister ¶
func (fake *FakeInstallStrategyDeploymentInterface) GetOpLister() operatorlister.OperatorLister
func (*FakeInstallStrategyDeploymentInterface) GetOpListerCallCount ¶
func (fake *FakeInstallStrategyDeploymentInterface) GetOpListerCallCount() int
func (*FakeInstallStrategyDeploymentInterface) GetOpListerCalls ¶
func (fake *FakeInstallStrategyDeploymentInterface) GetOpListerCalls(stub func() operatorlister.OperatorLister)
func (*FakeInstallStrategyDeploymentInterface) GetOpListerReturns ¶
func (fake *FakeInstallStrategyDeploymentInterface) GetOpListerReturns(result1 operatorlister.OperatorLister)
func (*FakeInstallStrategyDeploymentInterface) GetOpListerReturnsOnCall ¶
func (fake *FakeInstallStrategyDeploymentInterface) GetOpListerReturnsOnCall(i int, result1 operatorlister.OperatorLister)
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{}
Click to show internal directories.
Click to hide internal directories.