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.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type AuthorizedInChecker
- func (fake *AuthorizedInChecker) AuthorizedIn(arg1 context.Context, arg2 authorization.Identity, arg3 string) (bool, error)
- func (fake *AuthorizedInChecker) AuthorizedInArgsForCall(i int) (context.Context, authorization.Identity, string)
- func (fake *AuthorizedInChecker) AuthorizedInCallCount() int
- func (fake *AuthorizedInChecker) AuthorizedInCalls(stub func(context.Context, authorization.Identity, string) (bool, error))
- func (fake *AuthorizedInChecker) AuthorizedInReturns(result1 bool, result2 error)
- func (fake *AuthorizedInChecker) AuthorizedInReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *AuthorizedInChecker) Invocations() map[string][][]interface{}
- type DeploymentSorter
- func (fake *DeploymentSorter) Invocations() map[string][][]interface{}
- func (fake *DeploymentSorter) Sort(arg1 []repositories.DeploymentRecord, arg2 string) []repositories.DeploymentRecord
- func (fake *DeploymentSorter) SortArgsForCall(i int) ([]repositories.DeploymentRecord, string)
- func (fake *DeploymentSorter) SortCallCount() int
- func (fake *DeploymentSorter) SortCalls(...)
- func (fake *DeploymentSorter) SortReturns(result1 []repositories.DeploymentRecord)
- func (fake *DeploymentSorter) SortReturnsOnCall(i int, result1 []repositories.DeploymentRecord)
- type ImagePusher
- func (fake *ImagePusher) Invocations() map[string][][]interface{}
- func (fake *ImagePusher) Push(arg1 context.Context, arg2 image.Creds, arg3 string, arg4 io.Reader, ...) (string, error)
- func (fake *ImagePusher) PushArgsForCall(i int) (context.Context, image.Creds, string, io.Reader, []string)
- func (fake *ImagePusher) PushCallCount() int
- func (fake *ImagePusher) PushCalls(...)
- func (fake *ImagePusher) PushReturns(result1 string, result2 error)
- func (fake *ImagePusher) PushReturnsOnCall(i int, result1 string, result2 error)
- type LogStreamer
- func (fake *LogStreamer) ArgsForCall(i int) (context.Context, kubernetes.Interface, v1.Pod, v1.PodLogOptions)
- func (fake *LogStreamer) CallCount() int
- func (fake *LogStreamer) Calls(...)
- func (fake *LogStreamer) Invocations() map[string][][]interface{}
- func (fake *LogStreamer) Returns(result1 io.ReadCloser, result2 error)
- func (fake *LogStreamer) ReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
- func (fake *LogStreamer) Spy(arg1 context.Context, arg2 kubernetes.Interface, arg3 v1.Pod, ...) (io.ReadCloser, error)
- type RepositoryCreator
- func (fake *RepositoryCreator) CreateRepository(arg1 context.Context, arg2 string) error
- func (fake *RepositoryCreator) CreateRepositoryArgsForCall(i int) (context.Context, string)
- func (fake *RepositoryCreator) CreateRepositoryCallCount() int
- func (fake *RepositoryCreator) CreateRepositoryCalls(stub func(context.Context, string) error)
- func (fake *RepositoryCreator) CreateRepositoryReturns(result1 error)
- func (fake *RepositoryCreator) CreateRepositoryReturnsOnCall(i int, result1 error)
- func (fake *RepositoryCreator) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthorizedInChecker ¶
type AuthorizedInChecker struct { AuthorizedInStub func(context.Context, authorization.Identity, string) (bool, error) // contains filtered or unexported fields }
func (*AuthorizedInChecker) AuthorizedIn ¶
func (fake *AuthorizedInChecker) AuthorizedIn(arg1 context.Context, arg2 authorization.Identity, arg3 string) (bool, error)
func (*AuthorizedInChecker) AuthorizedInArgsForCall ¶
func (fake *AuthorizedInChecker) AuthorizedInArgsForCall(i int) (context.Context, authorization.Identity, string)
func (*AuthorizedInChecker) AuthorizedInCallCount ¶
func (fake *AuthorizedInChecker) AuthorizedInCallCount() int
func (*AuthorizedInChecker) AuthorizedInCalls ¶
func (fake *AuthorizedInChecker) AuthorizedInCalls(stub func(context.Context, authorization.Identity, string) (bool, error))
func (*AuthorizedInChecker) AuthorizedInReturns ¶
func (fake *AuthorizedInChecker) AuthorizedInReturns(result1 bool, result2 error)
func (*AuthorizedInChecker) AuthorizedInReturnsOnCall ¶
func (fake *AuthorizedInChecker) AuthorizedInReturnsOnCall(i int, result1 bool, result2 error)
func (*AuthorizedInChecker) Invocations ¶
func (fake *AuthorizedInChecker) Invocations() map[string][][]interface{}
type DeploymentSorter ¶ added in v0.13.0
type DeploymentSorter struct { SortStub func([]repositories.DeploymentRecord, string) []repositories.DeploymentRecord // contains filtered or unexported fields }
func (*DeploymentSorter) Invocations ¶ added in v0.13.0
func (fake *DeploymentSorter) Invocations() map[string][][]interface{}
func (*DeploymentSorter) Sort ¶ added in v0.13.0
func (fake *DeploymentSorter) Sort(arg1 []repositories.DeploymentRecord, arg2 string) []repositories.DeploymentRecord
func (*DeploymentSorter) SortArgsForCall ¶ added in v0.13.0
func (fake *DeploymentSorter) SortArgsForCall(i int) ([]repositories.DeploymentRecord, string)
func (*DeploymentSorter) SortCallCount ¶ added in v0.13.0
func (fake *DeploymentSorter) SortCallCount() int
func (*DeploymentSorter) SortCalls ¶ added in v0.13.0
func (fake *DeploymentSorter) SortCalls(stub func([]repositories.DeploymentRecord, string) []repositories.DeploymentRecord)
func (*DeploymentSorter) SortReturns ¶ added in v0.13.0
func (fake *DeploymentSorter) SortReturns(result1 []repositories.DeploymentRecord)
func (*DeploymentSorter) SortReturnsOnCall ¶ added in v0.13.0
func (fake *DeploymentSorter) SortReturnsOnCall(i int, result1 []repositories.DeploymentRecord)
type ImagePusher ¶
type ImagePusher struct { PushStub func(context.Context, image.Creds, string, io.Reader, ...string) (string, error) // contains filtered or unexported fields }
func (*ImagePusher) Invocations ¶
func (fake *ImagePusher) Invocations() map[string][][]interface{}
func (*ImagePusher) PushArgsForCall ¶
func (*ImagePusher) PushCallCount ¶
func (fake *ImagePusher) PushCallCount() int
func (*ImagePusher) PushReturns ¶
func (fake *ImagePusher) PushReturns(result1 string, result2 error)
func (*ImagePusher) PushReturnsOnCall ¶
func (fake *ImagePusher) PushReturnsOnCall(i int, result1 string, result2 error)
type LogStreamer ¶ added in v0.13.0
type LogStreamer struct { Stub func(context.Context, kubernetes.Interface, v1.Pod, v1.PodLogOptions) (io.ReadCloser, error) // contains filtered or unexported fields }
func (*LogStreamer) ArgsForCall ¶ added in v0.13.0
func (fake *LogStreamer) ArgsForCall(i int) (context.Context, kubernetes.Interface, v1.Pod, v1.PodLogOptions)
func (*LogStreamer) CallCount ¶ added in v0.13.0
func (fake *LogStreamer) CallCount() int
func (*LogStreamer) Calls ¶ added in v0.13.0
func (fake *LogStreamer) Calls(stub func(context.Context, kubernetes.Interface, v1.Pod, v1.PodLogOptions) (io.ReadCloser, error))
func (*LogStreamer) Invocations ¶ added in v0.13.0
func (fake *LogStreamer) Invocations() map[string][][]interface{}
func (*LogStreamer) Returns ¶ added in v0.13.0
func (fake *LogStreamer) Returns(result1 io.ReadCloser, result2 error)
func (*LogStreamer) ReturnsOnCall ¶ added in v0.13.0
func (fake *LogStreamer) ReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
func (*LogStreamer) Spy ¶ added in v0.13.0
func (fake *LogStreamer) Spy(arg1 context.Context, arg2 kubernetes.Interface, arg3 v1.Pod, arg4 v1.PodLogOptions) (io.ReadCloser, error)
type RepositoryCreator ¶ added in v0.5.0
type RepositoryCreator struct { CreateRepositoryStub func(context.Context, string) error // contains filtered or unexported fields }
func (*RepositoryCreator) CreateRepository ¶ added in v0.5.0
func (fake *RepositoryCreator) CreateRepository(arg1 context.Context, arg2 string) error
func (*RepositoryCreator) CreateRepositoryArgsForCall ¶ added in v0.5.0
func (fake *RepositoryCreator) CreateRepositoryArgsForCall(i int) (context.Context, string)
func (*RepositoryCreator) CreateRepositoryCallCount ¶ added in v0.5.0
func (fake *RepositoryCreator) CreateRepositoryCallCount() int
func (*RepositoryCreator) CreateRepositoryCalls ¶ added in v0.5.0
func (fake *RepositoryCreator) CreateRepositoryCalls(stub func(context.Context, string) error)
func (*RepositoryCreator) CreateRepositoryReturns ¶ added in v0.5.0
func (fake *RepositoryCreator) CreateRepositoryReturns(result1 error)
func (*RepositoryCreator) CreateRepositoryReturnsOnCall ¶ added in v0.5.0
func (fake *RepositoryCreator) CreateRepositoryReturnsOnCall(i int, result1 error)
func (*RepositoryCreator) Invocations ¶ added in v0.5.0
func (fake *RepositoryCreator) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.