Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type AlertDeployer
- func (fake *AlertDeployer) Deploy(arg1 context.Context, arg2 v1.Alert) error
- func (fake *AlertDeployer) DeployArgsForCall(i int) (context.Context, v1.Alert)
- func (fake *AlertDeployer) DeployCallCount() int
- func (fake *AlertDeployer) DeployCalls(stub func(context.Context, v1.Alert) error)
- func (fake *AlertDeployer) DeployReturns(result1 error)
- func (fake *AlertDeployer) DeployReturnsOnCall(i int, result1 error)
- func (fake *AlertDeployer) Invocations() map[string][][]interface{}
- func (fake *AlertDeployer) Undeploy(arg1 context.Context, arg2 k8s.Namespace, arg3 string) error
- func (fake *AlertDeployer) UndeployArgsForCall(i int) (context.Context, k8s.Namespace, string)
- func (fake *AlertDeployer) UndeployCallCount() int
- func (fake *AlertDeployer) UndeployCalls(stub func(context.Context, k8s.Namespace, string) error)
- func (fake *AlertDeployer) UndeployReturns(result1 error)
- func (fake *AlertDeployer) UndeployReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertDeployer ¶
type AlertDeployer struct {
DeployStub func(context.Context, v1.Alert) error
UndeployStub func(context.Context, k8s.Namespace, string) error
// contains filtered or unexported fields
}
func (*AlertDeployer) DeployArgsForCall ¶
func (*AlertDeployer) DeployCallCount ¶
func (fake *AlertDeployer) DeployCallCount() int
func (*AlertDeployer) DeployCalls ¶
func (*AlertDeployer) DeployReturns ¶
func (fake *AlertDeployer) DeployReturns(result1 error)
func (*AlertDeployer) DeployReturnsOnCall ¶
func (fake *AlertDeployer) DeployReturnsOnCall(i int, result1 error)
func (*AlertDeployer) Invocations ¶
func (fake *AlertDeployer) Invocations() map[string][][]interface{}
func (*AlertDeployer) UndeployArgsForCall ¶
func (*AlertDeployer) UndeployCallCount ¶
func (fake *AlertDeployer) UndeployCallCount() int
func (*AlertDeployer) UndeployCalls ¶
func (*AlertDeployer) UndeployReturns ¶
func (fake *AlertDeployer) UndeployReturns(result1 error)
func (*AlertDeployer) UndeployReturnsOnCall ¶
func (fake *AlertDeployer) UndeployReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.