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.
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 BuildpackSorter
- func (fake *BuildpackSorter) Invocations() map[string][][]interface{}
- func (fake *BuildpackSorter) Sort(arg1 []repositories.BuildpackRecord, arg2 string) []repositories.BuildpackRecord
- func (fake *BuildpackSorter) SortArgsForCall(i int) ([]repositories.BuildpackRecord, string)
- func (fake *BuildpackSorter) SortCallCount() int
- func (fake *BuildpackSorter) SortCalls(...)
- func (fake *BuildpackSorter) SortReturns(result1 []repositories.BuildpackRecord)
- func (fake *BuildpackSorter) SortReturnsOnCall(i int, result1 []repositories.BuildpackRecord)
- 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 Klient
- func (fake *Klient) Create(arg1 context.Context, arg2 client.Object) error
- func (fake *Klient) CreateArgsForCall(i int) (context.Context, client.Object)
- func (fake *Klient) CreateCallCount() int
- func (fake *Klient) CreateCalls(stub func(context.Context, client.Object) error)
- func (fake *Klient) CreateReturns(result1 error)
- func (fake *Klient) CreateReturnsOnCall(i int, result1 error)
- func (fake *Klient) Delete(arg1 context.Context, arg2 client.Object, arg3 ...client.DeleteOption) error
- func (fake *Klient) DeleteArgsForCall(i int) (context.Context, client.Object, []client.DeleteOption)
- func (fake *Klient) DeleteCallCount() int
- func (fake *Klient) DeleteCalls(stub func(context.Context, client.Object, ...client.DeleteOption) error)
- func (fake *Klient) DeleteReturns(result1 error)
- func (fake *Klient) DeleteReturnsOnCall(i int, result1 error)
- func (fake *Klient) Get(arg1 context.Context, arg2 client.Object) error
- func (fake *Klient) GetArgsForCall(i int) (context.Context, client.Object)
- func (fake *Klient) GetCallCount() int
- func (fake *Klient) GetCalls(stub func(context.Context, client.Object) error)
- func (fake *Klient) GetReturns(result1 error)
- func (fake *Klient) GetReturnsOnCall(i int, result1 error)
- func (fake *Klient) Invocations() map[string][][]interface{}
- func (fake *Klient) List(arg1 context.Context, arg2 client.ObjectList, arg3 ...repositories.ListOption) (descriptors.PageInfo, error)
- func (fake *Klient) ListArgsForCall(i int) (context.Context, client.ObjectList, []repositories.ListOption)
- func (fake *Klient) ListCallCount() int
- func (fake *Klient) ListCalls(...)
- func (fake *Klient) ListReturns(result1 descriptors.PageInfo, result2 error)
- func (fake *Klient) ListReturnsOnCall(i int, result1 descriptors.PageInfo, result2 error)
- func (fake *Klient) Patch(arg1 context.Context, arg2 client.Object, arg3 func() error) error
- func (fake *Klient) PatchArgsForCall(i int) (context.Context, client.Object, func() error)
- func (fake *Klient) PatchCallCount() int
- func (fake *Klient) PatchCalls(stub func(context.Context, client.Object, func() error) error)
- func (fake *Klient) PatchReturns(result1 error)
- func (fake *Klient) PatchReturnsOnCall(i int, result1 error)
- func (fake *Klient) Watch(arg1 context.Context, arg2 client.ObjectList, arg3 ...repositories.ListOption) (watch.Interface, error)
- func (fake *Klient) WatchArgsForCall(i int) (context.Context, client.ObjectList, []repositories.ListOption)
- func (fake *Klient) WatchCallCount() int
- func (fake *Klient) WatchCalls(...)
- func (fake *Klient) WatchReturns(result1 watch.Interface, result2 error)
- func (fake *Klient) WatchReturnsOnCall(i int, result1 watch.Interface, 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{}
- type RoleSorter
- func (fake *RoleSorter) Invocations() map[string][][]interface{}
- func (fake *RoleSorter) Sort(arg1 []repositories.RoleRecord, arg2 string) []repositories.RoleRecord
- func (fake *RoleSorter) SortArgsForCall(i int) ([]repositories.RoleRecord, string)
- func (fake *RoleSorter) SortCallCount() int
- func (fake *RoleSorter) SortCalls(stub func([]repositories.RoleRecord, string) []repositories.RoleRecord)
- func (fake *RoleSorter) SortReturns(result1 []repositories.RoleRecord)
- func (fake *RoleSorter) SortReturnsOnCall(i int, result1 []repositories.RoleRecord)
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 BuildpackSorter ¶ added in v0.14.0
type BuildpackSorter struct {
SortStub func([]repositories.BuildpackRecord, string) []repositories.BuildpackRecord
// contains filtered or unexported fields
}
func (*BuildpackSorter) Invocations ¶ added in v0.14.0
func (fake *BuildpackSorter) Invocations() map[string][][]interface{}
func (*BuildpackSorter) Sort ¶ added in v0.14.0
func (fake *BuildpackSorter) Sort(arg1 []repositories.BuildpackRecord, arg2 string) []repositories.BuildpackRecord
func (*BuildpackSorter) SortArgsForCall ¶ added in v0.14.0
func (fake *BuildpackSorter) SortArgsForCall(i int) ([]repositories.BuildpackRecord, string)
func (*BuildpackSorter) SortCallCount ¶ added in v0.14.0
func (fake *BuildpackSorter) SortCallCount() int
func (*BuildpackSorter) SortCalls ¶ added in v0.14.0
func (fake *BuildpackSorter) SortCalls(stub func([]repositories.BuildpackRecord, string) []repositories.BuildpackRecord)
func (*BuildpackSorter) SortReturns ¶ added in v0.14.0
func (fake *BuildpackSorter) SortReturns(result1 []repositories.BuildpackRecord)
func (*BuildpackSorter) SortReturnsOnCall ¶ added in v0.14.0
func (fake *BuildpackSorter) SortReturnsOnCall(i int, result1 []repositories.BuildpackRecord)
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 Klient ¶ added in v0.16.0
type Klient struct {
CreateStub func(context.Context, client.Object) error
DeleteStub func(context.Context, client.Object, ...client.DeleteOption) error
GetStub func(context.Context, client.Object) error
ListStub func(context.Context, client.ObjectList, ...repositories.ListOption) (descriptors.PageInfo, error)
PatchStub func(context.Context, client.Object, func() error) error
WatchStub func(context.Context, client.ObjectList, ...repositories.ListOption) (watch.Interface, error)
// contains filtered or unexported fields
}
func (*Klient) CreateArgsForCall ¶ added in v0.16.0
func (*Klient) CreateCallCount ¶ added in v0.16.0
func (*Klient) CreateCalls ¶ added in v0.16.0
func (*Klient) CreateReturns ¶ added in v0.16.0
func (*Klient) CreateReturnsOnCall ¶ added in v0.16.0
func (*Klient) DeleteArgsForCall ¶ added in v0.16.0
func (*Klient) DeleteCallCount ¶ added in v0.16.0
func (*Klient) DeleteCalls ¶ added in v0.16.0
func (*Klient) DeleteReturns ¶ added in v0.16.0
func (*Klient) DeleteReturnsOnCall ¶ added in v0.16.0
func (*Klient) GetArgsForCall ¶ added in v0.16.0
func (*Klient) GetCallCount ¶ added in v0.16.0
func (*Klient) GetReturns ¶ added in v0.16.0
func (*Klient) GetReturnsOnCall ¶ added in v0.16.0
func (*Klient) Invocations ¶ added in v0.16.0
func (*Klient) List ¶ added in v0.16.0
func (fake *Klient) List(arg1 context.Context, arg2 client.ObjectList, arg3 ...repositories.ListOption) (descriptors.PageInfo, error)
func (*Klient) ListArgsForCall ¶ added in v0.16.0
func (fake *Klient) ListArgsForCall(i int) (context.Context, client.ObjectList, []repositories.ListOption)
func (*Klient) ListCallCount ¶ added in v0.16.0
func (*Klient) ListCalls ¶ added in v0.16.0
func (fake *Klient) ListCalls(stub func(context.Context, client.ObjectList, ...repositories.ListOption) (descriptors.PageInfo, error))
func (*Klient) ListReturns ¶ added in v0.16.0
func (fake *Klient) ListReturns(result1 descriptors.PageInfo, result2 error)
func (*Klient) ListReturnsOnCall ¶ added in v0.16.0
func (fake *Klient) ListReturnsOnCall(i int, result1 descriptors.PageInfo, result2 error)
func (*Klient) PatchArgsForCall ¶ added in v0.16.0
func (*Klient) PatchCallCount ¶ added in v0.16.0
func (*Klient) PatchCalls ¶ added in v0.16.0
func (*Klient) PatchReturns ¶ added in v0.16.0
func (*Klient) PatchReturnsOnCall ¶ added in v0.16.0
func (*Klient) Watch ¶ added in v0.16.0
func (fake *Klient) Watch(arg1 context.Context, arg2 client.ObjectList, arg3 ...repositories.ListOption) (watch.Interface, error)
func (*Klient) WatchArgsForCall ¶ added in v0.16.0
func (fake *Klient) WatchArgsForCall(i int) (context.Context, client.ObjectList, []repositories.ListOption)
func (*Klient) WatchCallCount ¶ added in v0.16.0
func (*Klient) WatchCalls ¶ added in v0.16.0
func (fake *Klient) WatchCalls(stub func(context.Context, client.ObjectList, ...repositories.ListOption) (watch.Interface, error))
func (*Klient) WatchReturns ¶ added in v0.16.0
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{}
type RoleSorter ¶ added in v0.14.0
type RoleSorter struct {
SortStub func([]repositories.RoleRecord, string) []repositories.RoleRecord
// contains filtered or unexported fields
}
func (*RoleSorter) Invocations ¶ added in v0.14.0
func (fake *RoleSorter) Invocations() map[string][][]interface{}
func (*RoleSorter) Sort ¶ added in v0.14.0
func (fake *RoleSorter) Sort(arg1 []repositories.RoleRecord, arg2 string) []repositories.RoleRecord
func (*RoleSorter) SortArgsForCall ¶ added in v0.14.0
func (fake *RoleSorter) SortArgsForCall(i int) ([]repositories.RoleRecord, string)
func (*RoleSorter) SortCallCount ¶ added in v0.14.0
func (fake *RoleSorter) SortCallCount() int
func (*RoleSorter) SortCalls ¶ added in v0.14.0
func (fake *RoleSorter) SortCalls(stub func([]repositories.RoleRecord, string) []repositories.RoleRecord)
func (*RoleSorter) SortReturns ¶ added in v0.14.0
func (fake *RoleSorter) SortReturns(result1 []repositories.RoleRecord)
func (*RoleSorter) SortReturnsOnCall ¶ added in v0.14.0
func (fake *RoleSorter) SortReturnsOnCall(i int, result1 []repositories.RoleRecord)
Click to show internal directories.
Click to hide internal directories.