Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeDirectorClient
- func (fake *FakeDirectorClient) FetchApplication(arg1 context.Context, arg2 string) (*director.ApplicationOutput, error)
- func (fake *FakeDirectorClient) FetchApplicationArgsForCall(i int) (context.Context, string)
- func (fake *FakeDirectorClient) FetchApplicationCallCount() int
- func (fake *FakeDirectorClient) FetchApplicationCalls(stub func(context.Context, string) (*director.ApplicationOutput, error))
- func (fake *FakeDirectorClient) FetchApplicationReturns(result1 *director.ApplicationOutput, result2 error)
- func (fake *FakeDirectorClient) FetchApplicationReturnsOnCall(i int, result1 *director.ApplicationOutput, result2 error)
- func (fake *FakeDirectorClient) Invocations() map[string][][]interface{}
- func (fake *FakeDirectorClient) UpdateOperation(arg1 context.Context, arg2 *directora.Request) error
- func (fake *FakeDirectorClient) UpdateOperationArgsForCall(i int) (context.Context, *directora.Request)
- func (fake *FakeDirectorClient) UpdateOperationCallCount() int
- func (fake *FakeDirectorClient) UpdateOperationCalls(stub func(context.Context, *directora.Request) error)
- func (fake *FakeDirectorClient) UpdateOperationReturns(result1 error)
- func (fake *FakeDirectorClient) UpdateOperationReturnsOnCall(i int, result1 error)
- type FakeKubernetesClient
- func (fake *FakeKubernetesClient) Delete(arg1 context.Context, arg2 client.Object, arg3 ...client.DeleteOption) error
- func (fake *FakeKubernetesClient) DeleteArgsForCall(i int) (context.Context, client.Object, []client.DeleteOption)
- func (fake *FakeKubernetesClient) DeleteCallCount() int
- func (fake *FakeKubernetesClient) DeleteCalls(stub func(context.Context, client.Object, ...client.DeleteOption) error)
- func (fake *FakeKubernetesClient) DeleteReturns(result1 error)
- func (fake *FakeKubernetesClient) DeleteReturnsOnCall(i int, result1 error)
- func (fake *FakeKubernetesClient) Get(arg1 context.Context, arg2 types.NamespacedName) (*v1alpha1.Operation, error)
- func (fake *FakeKubernetesClient) GetArgsForCall(i int) (context.Context, types.NamespacedName)
- func (fake *FakeKubernetesClient) GetCallCount() int
- func (fake *FakeKubernetesClient) GetCalls(stub func(context.Context, types.NamespacedName) (*v1alpha1.Operation, error))
- func (fake *FakeKubernetesClient) GetReturns(result1 *v1alpha1.Operation, result2 error)
- func (fake *FakeKubernetesClient) GetReturnsOnCall(i int, result1 *v1alpha1.Operation, result2 error)
- func (fake *FakeKubernetesClient) Invocations() map[string][][]interface{}
- type FakeStatusManager
- func (fake *FakeStatusManager) FailedStatus(arg1 context.Context, arg2 *v1alpha1.Operation, arg3 string) error
- func (fake *FakeStatusManager) FailedStatusArgsForCall(i int) (context.Context, *v1alpha1.Operation, string)
- func (fake *FakeStatusManager) FailedStatusCallCount() int
- func (fake *FakeStatusManager) FailedStatusCalls(stub func(context.Context, *v1alpha1.Operation, string) error)
- func (fake *FakeStatusManager) FailedStatusReturns(result1 error)
- func (fake *FakeStatusManager) FailedStatusReturnsOnCall(i int, result1 error)
- func (fake *FakeStatusManager) InProgressWithPollURL(arg1 context.Context, arg2 *v1alpha1.Operation, arg3 string) error
- func (fake *FakeStatusManager) InProgressWithPollURLAndLastPollTimestamp(arg1 context.Context, arg2 *v1alpha1.Operation, arg3 string, arg4 string, ...) error
- func (fake *FakeStatusManager) InProgressWithPollURLAndLastPollTimestampArgsForCall(i int) (context.Context, *v1alpha1.Operation, string, string, int)
- func (fake *FakeStatusManager) InProgressWithPollURLAndLastPollTimestampCallCount() int
- func (fake *FakeStatusManager) InProgressWithPollURLAndLastPollTimestampCalls(stub func(context.Context, *v1alpha1.Operation, string, string, int) error)
- func (fake *FakeStatusManager) InProgressWithPollURLAndLastPollTimestampReturns(result1 error)
- func (fake *FakeStatusManager) InProgressWithPollURLAndLastPollTimestampReturnsOnCall(i int, result1 error)
- func (fake *FakeStatusManager) InProgressWithPollURLArgsForCall(i int) (context.Context, *v1alpha1.Operation, string)
- func (fake *FakeStatusManager) InProgressWithPollURLCallCount() int
- func (fake *FakeStatusManager) InProgressWithPollURLCalls(stub func(context.Context, *v1alpha1.Operation, string) error)
- func (fake *FakeStatusManager) InProgressWithPollURLReturns(result1 error)
- func (fake *FakeStatusManager) InProgressWithPollURLReturnsOnCall(i int, result1 error)
- func (fake *FakeStatusManager) Initialize(arg1 context.Context, arg2 *v1alpha1.Operation) error
- func (fake *FakeStatusManager) InitializeArgsForCall(i int) (context.Context, *v1alpha1.Operation)
- func (fake *FakeStatusManager) InitializeCallCount() int
- func (fake *FakeStatusManager) InitializeCalls(stub func(context.Context, *v1alpha1.Operation) error)
- func (fake *FakeStatusManager) InitializeReturns(result1 error)
- func (fake *FakeStatusManager) InitializeReturnsOnCall(i int, result1 error)
- func (fake *FakeStatusManager) Invocations() map[string][][]interface{}
- func (fake *FakeStatusManager) SuccessStatus(arg1 context.Context, arg2 *v1alpha1.Operation) error
- func (fake *FakeStatusManager) SuccessStatusArgsForCall(i int) (context.Context, *v1alpha1.Operation)
- func (fake *FakeStatusManager) SuccessStatusCallCount() int
- func (fake *FakeStatusManager) SuccessStatusCalls(stub func(context.Context, *v1alpha1.Operation) error)
- func (fake *FakeStatusManager) SuccessStatusReturns(result1 error)
- func (fake *FakeStatusManager) SuccessStatusReturnsOnCall(i int, result1 error)
- type FakeWebhookClient
- func (fake *FakeWebhookClient) Do(arg1 context.Context, arg2 webhookclient.WebhookRequest) (*webhook.Response, error)
- func (fake *FakeWebhookClient) DoArgsForCall(i int) (context.Context, webhookclient.WebhookRequest)
- func (fake *FakeWebhookClient) DoCallCount() int
- func (fake *FakeWebhookClient) DoCalls(...)
- func (fake *FakeWebhookClient) DoReturns(result1 *webhook.Response, result2 error)
- func (fake *FakeWebhookClient) DoReturnsOnCall(i int, result1 *webhook.Response, result2 error)
- func (fake *FakeWebhookClient) Invocations() map[string][][]interface{}
- func (fake *FakeWebhookClient) Poll(arg1 context.Context, arg2 *webhookclient.PollRequest) (*webhook.ResponseStatus, error)
- func (fake *FakeWebhookClient) PollArgsForCall(i int) (context.Context, *webhookclient.PollRequest)
- func (fake *FakeWebhookClient) PollCallCount() int
- func (fake *FakeWebhookClient) PollCalls(...)
- func (fake *FakeWebhookClient) PollReturns(result1 *webhook.ResponseStatus, result2 error)
- func (fake *FakeWebhookClient) PollReturnsOnCall(i int, result1 *webhook.ResponseStatus, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeDirectorClient ¶
type FakeDirectorClient struct { FetchApplicationStub func(context.Context, string) (*director.ApplicationOutput, error) UpdateOperationStub func(context.Context, *directora.Request) error // contains filtered or unexported fields }
func (*FakeDirectorClient) FetchApplication ¶
func (fake *FakeDirectorClient) FetchApplication(arg1 context.Context, arg2 string) (*director.ApplicationOutput, error)
func (*FakeDirectorClient) FetchApplicationArgsForCall ¶
func (fake *FakeDirectorClient) FetchApplicationArgsForCall(i int) (context.Context, string)
func (*FakeDirectorClient) FetchApplicationCallCount ¶
func (fake *FakeDirectorClient) FetchApplicationCallCount() int
func (*FakeDirectorClient) FetchApplicationCalls ¶
func (fake *FakeDirectorClient) FetchApplicationCalls(stub func(context.Context, string) (*director.ApplicationOutput, error))
func (*FakeDirectorClient) FetchApplicationReturns ¶
func (fake *FakeDirectorClient) FetchApplicationReturns(result1 *director.ApplicationOutput, result2 error)
func (*FakeDirectorClient) FetchApplicationReturnsOnCall ¶
func (fake *FakeDirectorClient) FetchApplicationReturnsOnCall(i int, result1 *director.ApplicationOutput, result2 error)
func (*FakeDirectorClient) Invocations ¶
func (fake *FakeDirectorClient) Invocations() map[string][][]interface{}
func (*FakeDirectorClient) UpdateOperation ¶
func (*FakeDirectorClient) UpdateOperationArgsForCall ¶
func (*FakeDirectorClient) UpdateOperationCallCount ¶
func (fake *FakeDirectorClient) UpdateOperationCallCount() int
func (*FakeDirectorClient) UpdateOperationCalls ¶
func (*FakeDirectorClient) UpdateOperationReturns ¶
func (fake *FakeDirectorClient) UpdateOperationReturns(result1 error)
func (*FakeDirectorClient) UpdateOperationReturnsOnCall ¶
func (fake *FakeDirectorClient) UpdateOperationReturnsOnCall(i int, result1 error)
type FakeKubernetesClient ¶
type FakeKubernetesClient struct { DeleteStub func(context.Context, client.Object, ...client.DeleteOption) error GetStub func(context.Context, types.NamespacedName) (*v1alpha1.Operation, error) // contains filtered or unexported fields }
func (*FakeKubernetesClient) Delete ¶
func (fake *FakeKubernetesClient) Delete(arg1 context.Context, arg2 client.Object, arg3 ...client.DeleteOption) error
func (*FakeKubernetesClient) DeleteArgsForCall ¶
func (fake *FakeKubernetesClient) DeleteArgsForCall(i int) (context.Context, client.Object, []client.DeleteOption)
func (*FakeKubernetesClient) DeleteCallCount ¶
func (fake *FakeKubernetesClient) DeleteCallCount() int
func (*FakeKubernetesClient) DeleteCalls ¶
func (fake *FakeKubernetesClient) DeleteCalls(stub func(context.Context, client.Object, ...client.DeleteOption) error)
func (*FakeKubernetesClient) DeleteReturns ¶
func (fake *FakeKubernetesClient) DeleteReturns(result1 error)
func (*FakeKubernetesClient) DeleteReturnsOnCall ¶
func (fake *FakeKubernetesClient) DeleteReturnsOnCall(i int, result1 error)
func (*FakeKubernetesClient) Get ¶
func (fake *FakeKubernetesClient) Get(arg1 context.Context, arg2 types.NamespacedName) (*v1alpha1.Operation, error)
func (*FakeKubernetesClient) GetArgsForCall ¶
func (fake *FakeKubernetesClient) GetArgsForCall(i int) (context.Context, types.NamespacedName)
func (*FakeKubernetesClient) GetCallCount ¶
func (fake *FakeKubernetesClient) GetCallCount() int
func (*FakeKubernetesClient) GetCalls ¶
func (fake *FakeKubernetesClient) GetCalls(stub func(context.Context, types.NamespacedName) (*v1alpha1.Operation, error))
func (*FakeKubernetesClient) GetReturns ¶
func (fake *FakeKubernetesClient) GetReturns(result1 *v1alpha1.Operation, result2 error)
func (*FakeKubernetesClient) GetReturnsOnCall ¶
func (fake *FakeKubernetesClient) GetReturnsOnCall(i int, result1 *v1alpha1.Operation, result2 error)
func (*FakeKubernetesClient) Invocations ¶
func (fake *FakeKubernetesClient) Invocations() map[string][][]interface{}
type FakeStatusManager ¶
type FakeStatusManager struct { FailedStatusStub func(context.Context, *v1alpha1.Operation, string) error InProgressWithPollURLStub func(context.Context, *v1alpha1.Operation, string) error InProgressWithPollURLAndLastPollTimestampStub func(context.Context, *v1alpha1.Operation, string, string, int) error InitializeStub func(context.Context, *v1alpha1.Operation) error SuccessStatusStub func(context.Context, *v1alpha1.Operation) error // contains filtered or unexported fields }
func (*FakeStatusManager) FailedStatus ¶
func (*FakeStatusManager) FailedStatusArgsForCall ¶
func (*FakeStatusManager) FailedStatusCallCount ¶
func (fake *FakeStatusManager) FailedStatusCallCount() int
func (*FakeStatusManager) FailedStatusCalls ¶
func (*FakeStatusManager) FailedStatusReturns ¶
func (fake *FakeStatusManager) FailedStatusReturns(result1 error)
func (*FakeStatusManager) FailedStatusReturnsOnCall ¶
func (fake *FakeStatusManager) FailedStatusReturnsOnCall(i int, result1 error)
func (*FakeStatusManager) InProgressWithPollURL ¶
func (*FakeStatusManager) InProgressWithPollURLAndLastPollTimestamp ¶
func (*FakeStatusManager) InProgressWithPollURLAndLastPollTimestampArgsForCall ¶
func (*FakeStatusManager) InProgressWithPollURLAndLastPollTimestampCallCount ¶
func (fake *FakeStatusManager) InProgressWithPollURLAndLastPollTimestampCallCount() int
func (*FakeStatusManager) InProgressWithPollURLAndLastPollTimestampCalls ¶
func (*FakeStatusManager) InProgressWithPollURLAndLastPollTimestampReturns ¶
func (fake *FakeStatusManager) InProgressWithPollURLAndLastPollTimestampReturns(result1 error)
func (*FakeStatusManager) InProgressWithPollURLAndLastPollTimestampReturnsOnCall ¶
func (fake *FakeStatusManager) InProgressWithPollURLAndLastPollTimestampReturnsOnCall(i int, result1 error)
func (*FakeStatusManager) InProgressWithPollURLArgsForCall ¶
func (*FakeStatusManager) InProgressWithPollURLCallCount ¶
func (fake *FakeStatusManager) InProgressWithPollURLCallCount() int
func (*FakeStatusManager) InProgressWithPollURLCalls ¶
func (*FakeStatusManager) InProgressWithPollURLReturns ¶
func (fake *FakeStatusManager) InProgressWithPollURLReturns(result1 error)
func (*FakeStatusManager) InProgressWithPollURLReturnsOnCall ¶
func (fake *FakeStatusManager) InProgressWithPollURLReturnsOnCall(i int, result1 error)
func (*FakeStatusManager) Initialize ¶
func (*FakeStatusManager) InitializeArgsForCall ¶
func (*FakeStatusManager) InitializeCallCount ¶
func (fake *FakeStatusManager) InitializeCallCount() int
func (*FakeStatusManager) InitializeCalls ¶
func (*FakeStatusManager) InitializeReturns ¶
func (fake *FakeStatusManager) InitializeReturns(result1 error)
func (*FakeStatusManager) InitializeReturnsOnCall ¶
func (fake *FakeStatusManager) InitializeReturnsOnCall(i int, result1 error)
func (*FakeStatusManager) Invocations ¶
func (fake *FakeStatusManager) Invocations() map[string][][]interface{}
func (*FakeStatusManager) SuccessStatus ¶
func (*FakeStatusManager) SuccessStatusArgsForCall ¶
func (*FakeStatusManager) SuccessStatusCallCount ¶
func (fake *FakeStatusManager) SuccessStatusCallCount() int
func (*FakeStatusManager) SuccessStatusCalls ¶
func (*FakeStatusManager) SuccessStatusReturns ¶
func (fake *FakeStatusManager) SuccessStatusReturns(result1 error)
func (*FakeStatusManager) SuccessStatusReturnsOnCall ¶
func (fake *FakeStatusManager) SuccessStatusReturnsOnCall(i int, result1 error)
type FakeWebhookClient ¶
type FakeWebhookClient struct { DoStub func(context.Context, webhookclient.WebhookRequest) (*webhook.Response, error) PollStub func(context.Context, *webhookclient.PollRequest) (*webhook.ResponseStatus, error) // contains filtered or unexported fields }
func (*FakeWebhookClient) Do ¶
func (fake *FakeWebhookClient) Do(arg1 context.Context, arg2 webhookclient.WebhookRequest) (*webhook.Response, error)
func (*FakeWebhookClient) DoArgsForCall ¶
func (fake *FakeWebhookClient) DoArgsForCall(i int) (context.Context, webhookclient.WebhookRequest)
func (*FakeWebhookClient) DoCallCount ¶
func (fake *FakeWebhookClient) DoCallCount() int
func (*FakeWebhookClient) DoCalls ¶
func (fake *FakeWebhookClient) DoCalls(stub func(context.Context, webhookclient.WebhookRequest) (*webhook.Response, error))
func (*FakeWebhookClient) DoReturns ¶
func (fake *FakeWebhookClient) DoReturns(result1 *webhook.Response, result2 error)
func (*FakeWebhookClient) DoReturnsOnCall ¶
func (fake *FakeWebhookClient) DoReturnsOnCall(i int, result1 *webhook.Response, result2 error)
func (*FakeWebhookClient) Invocations ¶
func (fake *FakeWebhookClient) Invocations() map[string][][]interface{}
func (*FakeWebhookClient) Poll ¶
func (fake *FakeWebhookClient) Poll(arg1 context.Context, arg2 *webhookclient.PollRequest) (*webhook.ResponseStatus, error)
func (*FakeWebhookClient) PollArgsForCall ¶
func (fake *FakeWebhookClient) PollArgsForCall(i int) (context.Context, *webhookclient.PollRequest)
func (*FakeWebhookClient) PollCallCount ¶
func (fake *FakeWebhookClient) PollCallCount() int
func (*FakeWebhookClient) PollCalls ¶
func (fake *FakeWebhookClient) PollCalls(stub func(context.Context, *webhookclient.PollRequest) (*webhook.ResponseStatus, error))
func (*FakeWebhookClient) PollReturns ¶
func (fake *FakeWebhookClient) PollReturns(result1 *webhook.ResponseStatus, result2 error)
func (*FakeWebhookClient) PollReturnsOnCall ¶
func (fake *FakeWebhookClient) PollReturnsOnCall(i int, result1 *webhook.ResponseStatus, result2 error)
Click to show internal directories.
Click to hide internal directories.