Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeEventRecorder
- func (fake *FakeEventRecorder) AnnotatedEventf(arg1 runtime.Object, arg2 map[string]string, arg3 string, arg4 string, ...)
- func (fake *FakeEventRecorder) AnnotatedEventfArgsForCall(i int) (runtime.Object, map[string]string, string, string, string, []interface{})
- func (fake *FakeEventRecorder) AnnotatedEventfCallCount() int
- func (fake *FakeEventRecorder) AnnotatedEventfCalls(...)
- func (fake *FakeEventRecorder) Event(arg1 runtime.Object, arg2 string, arg3 string, arg4 string)
- func (fake *FakeEventRecorder) EventArgsForCall(i int) (runtime.Object, string, string, string)
- func (fake *FakeEventRecorder) EventCallCount() int
- func (fake *FakeEventRecorder) EventCalls(stub func(runtime.Object, string, string, string))
- func (fake *FakeEventRecorder) Eventf(arg1 runtime.Object, arg2 string, arg3 string, arg4 string, ...)
- func (fake *FakeEventRecorder) EventfArgsForCall(i int) (runtime.Object, string, string, string, []interface{})
- func (fake *FakeEventRecorder) EventfCallCount() int
- func (fake *FakeEventRecorder) EventfCalls(stub func(runtime.Object, string, string, string, ...interface{}))
- func (fake *FakeEventRecorder) Invocations() map[string][][]interface{}
- type FakeOwnerEventRecorder
- func (fake *FakeOwnerEventRecorder) AnnotatedEventf(arg1 map[string]string, arg2 string, arg3 string, arg4 string, ...)
- func (fake *FakeOwnerEventRecorder) AnnotatedEventfArgsForCall(i int) (map[string]string, string, string, string, []interface{})
- func (fake *FakeOwnerEventRecorder) AnnotatedEventfCallCount() int
- func (fake *FakeOwnerEventRecorder) AnnotatedEventfCalls(stub func(map[string]string, string, string, string, ...interface{}))
- func (fake *FakeOwnerEventRecorder) Event(arg1 string, arg2 string, arg3 string)
- func (fake *FakeOwnerEventRecorder) EventArgsForCall(i int) (string, string, string)
- func (fake *FakeOwnerEventRecorder) EventCallCount() int
- func (fake *FakeOwnerEventRecorder) EventCalls(stub func(string, string, string))
- func (fake *FakeOwnerEventRecorder) Eventf(arg1 string, arg2 string, arg3 string, arg4 ...interface{})
- func (fake *FakeOwnerEventRecorder) EventfArgsForCall(i int) (string, string, string, []interface{})
- func (fake *FakeOwnerEventRecorder) EventfCallCount() int
- func (fake *FakeOwnerEventRecorder) EventfCalls(stub func(string, string, string, ...interface{}))
- func (fake *FakeOwnerEventRecorder) Invocations() map[string][][]interface{}
- func (fake *FakeOwnerEventRecorder) ResourceEventf(arg1 string, arg2 string, arg3 string, arg4 *unstructured.Unstructured, ...)
- func (fake *FakeOwnerEventRecorder) ResourceEventfArgsForCall(i int) (string, string, string, *unstructured.Unstructured, []interface{})
- func (fake *FakeOwnerEventRecorder) ResourceEventfCallCount() int
- func (fake *FakeOwnerEventRecorder) ResourceEventfCalls(stub func(string, string, string, *unstructured.Unstructured, ...interface{}))
- type FakeRESTMapper
- func (fake *FakeRESTMapper) Invocations() map[string][][]interface{}
- func (fake *FakeRESTMapper) KindFor(arg1 schema.GroupVersionResource) (schema.GroupVersionKind, error)
- func (fake *FakeRESTMapper) KindForArgsForCall(i int) schema.GroupVersionResource
- func (fake *FakeRESTMapper) KindForCallCount() int
- func (fake *FakeRESTMapper) KindForCalls(stub func(schema.GroupVersionResource) (schema.GroupVersionKind, error))
- func (fake *FakeRESTMapper) KindForReturns(result1 schema.GroupVersionKind, result2 error)
- func (fake *FakeRESTMapper) KindForReturnsOnCall(i int, result1 schema.GroupVersionKind, result2 error)
- func (fake *FakeRESTMapper) KindsFor(arg1 schema.GroupVersionResource) ([]schema.GroupVersionKind, error)
- func (fake *FakeRESTMapper) KindsForArgsForCall(i int) schema.GroupVersionResource
- func (fake *FakeRESTMapper) KindsForCallCount() int
- func (fake *FakeRESTMapper) KindsForCalls(stub func(schema.GroupVersionResource) ([]schema.GroupVersionKind, error))
- func (fake *FakeRESTMapper) KindsForReturns(result1 []schema.GroupVersionKind, result2 error)
- func (fake *FakeRESTMapper) KindsForReturnsOnCall(i int, result1 []schema.GroupVersionKind, result2 error)
- func (fake *FakeRESTMapper) RESTMapping(arg1 schema.GroupKind, arg2 ...string) (*meta.RESTMapping, error)
- func (fake *FakeRESTMapper) RESTMappingArgsForCall(i int) (schema.GroupKind, []string)
- func (fake *FakeRESTMapper) RESTMappingCallCount() int
- func (fake *FakeRESTMapper) RESTMappingCalls(stub func(schema.GroupKind, ...string) (*meta.RESTMapping, error))
- func (fake *FakeRESTMapper) RESTMappingReturns(result1 *meta.RESTMapping, result2 error)
- func (fake *FakeRESTMapper) RESTMappingReturnsOnCall(i int, result1 *meta.RESTMapping, result2 error)
- func (fake *FakeRESTMapper) RESTMappings(arg1 schema.GroupKind, arg2 ...string) ([]*meta.RESTMapping, error)
- func (fake *FakeRESTMapper) RESTMappingsArgsForCall(i int) (schema.GroupKind, []string)
- func (fake *FakeRESTMapper) RESTMappingsCallCount() int
- func (fake *FakeRESTMapper) RESTMappingsCalls(stub func(schema.GroupKind, ...string) ([]*meta.RESTMapping, error))
- func (fake *FakeRESTMapper) RESTMappingsReturns(result1 []*meta.RESTMapping, result2 error)
- func (fake *FakeRESTMapper) RESTMappingsReturnsOnCall(i int, result1 []*meta.RESTMapping, result2 error)
- func (fake *FakeRESTMapper) ResourceFor(arg1 schema.GroupVersionResource) (schema.GroupVersionResource, error)
- func (fake *FakeRESTMapper) ResourceForArgsForCall(i int) schema.GroupVersionResource
- func (fake *FakeRESTMapper) ResourceForCallCount() int
- func (fake *FakeRESTMapper) ResourceForCalls(stub func(schema.GroupVersionResource) (schema.GroupVersionResource, error))
- func (fake *FakeRESTMapper) ResourceForReturns(result1 schema.GroupVersionResource, result2 error)
- func (fake *FakeRESTMapper) ResourceForReturnsOnCall(i int, result1 schema.GroupVersionResource, result2 error)
- func (fake *FakeRESTMapper) ResourceSingularizer(arg1 string) (string, error)
- func (fake *FakeRESTMapper) ResourceSingularizerArgsForCall(i int) string
- func (fake *FakeRESTMapper) ResourceSingularizerCallCount() int
- func (fake *FakeRESTMapper) ResourceSingularizerCalls(stub func(string) (string, error))
- func (fake *FakeRESTMapper) ResourceSingularizerReturns(result1 string, result2 error)
- func (fake *FakeRESTMapper) ResourceSingularizerReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeRESTMapper) ResourcesFor(arg1 schema.GroupVersionResource) ([]schema.GroupVersionResource, error)
- func (fake *FakeRESTMapper) ResourcesForArgsForCall(i int) schema.GroupVersionResource
- func (fake *FakeRESTMapper) ResourcesForCallCount() int
- func (fake *FakeRESTMapper) ResourcesForCalls(stub func(schema.GroupVersionResource) ([]schema.GroupVersionResource, error))
- func (fake *FakeRESTMapper) ResourcesForReturns(result1 []schema.GroupVersionResource, result2 error)
- func (fake *FakeRESTMapper) ResourcesForReturnsOnCall(i int, result1 []schema.GroupVersionResource, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeEventRecorder ¶
type FakeEventRecorder struct { AnnotatedEventfStub func(runtime.Object, map[string]string, string, string, string, ...interface{}) EventStub func(runtime.Object, string, string, string) EventfStub func(runtime.Object, string, string, string, ...interface{}) // contains filtered or unexported fields }
func (*FakeEventRecorder) AnnotatedEventf ¶
func (*FakeEventRecorder) AnnotatedEventfArgsForCall ¶
func (*FakeEventRecorder) AnnotatedEventfCallCount ¶
func (fake *FakeEventRecorder) AnnotatedEventfCallCount() int
func (*FakeEventRecorder) AnnotatedEventfCalls ¶
func (*FakeEventRecorder) EventArgsForCall ¶
func (*FakeEventRecorder) EventCallCount ¶
func (fake *FakeEventRecorder) EventCallCount() int
func (*FakeEventRecorder) EventCalls ¶
func (*FakeEventRecorder) EventfArgsForCall ¶
func (*FakeEventRecorder) EventfCallCount ¶
func (fake *FakeEventRecorder) EventfCallCount() int
func (*FakeEventRecorder) EventfCalls ¶
func (*FakeEventRecorder) Invocations ¶
func (fake *FakeEventRecorder) Invocations() map[string][][]interface{}
type FakeOwnerEventRecorder ¶
type FakeOwnerEventRecorder struct { AnnotatedEventfStub func(map[string]string, string, string, string, ...interface{}) EventStub func(string, string, string) EventfStub func(string, string, string, ...interface{}) ResourceEventfStub func(string, string, string, *unstructured.Unstructured, ...interface{}) // contains filtered or unexported fields }
func (*FakeOwnerEventRecorder) AnnotatedEventf ¶
func (*FakeOwnerEventRecorder) AnnotatedEventfArgsForCall ¶
func (*FakeOwnerEventRecorder) AnnotatedEventfCallCount ¶
func (fake *FakeOwnerEventRecorder) AnnotatedEventfCallCount() int
func (*FakeOwnerEventRecorder) AnnotatedEventfCalls ¶
func (*FakeOwnerEventRecorder) Event ¶
func (fake *FakeOwnerEventRecorder) Event(arg1 string, arg2 string, arg3 string)
func (*FakeOwnerEventRecorder) EventArgsForCall ¶
func (fake *FakeOwnerEventRecorder) EventArgsForCall(i int) (string, string, string)
func (*FakeOwnerEventRecorder) EventCallCount ¶
func (fake *FakeOwnerEventRecorder) EventCallCount() int
func (*FakeOwnerEventRecorder) EventCalls ¶
func (fake *FakeOwnerEventRecorder) EventCalls(stub func(string, string, string))
func (*FakeOwnerEventRecorder) Eventf ¶
func (fake *FakeOwnerEventRecorder) Eventf(arg1 string, arg2 string, arg3 string, arg4 ...interface{})
func (*FakeOwnerEventRecorder) EventfArgsForCall ¶
func (fake *FakeOwnerEventRecorder) EventfArgsForCall(i int) (string, string, string, []interface{})
func (*FakeOwnerEventRecorder) EventfCallCount ¶
func (fake *FakeOwnerEventRecorder) EventfCallCount() int
func (*FakeOwnerEventRecorder) EventfCalls ¶
func (fake *FakeOwnerEventRecorder) EventfCalls(stub func(string, string, string, ...interface{}))
func (*FakeOwnerEventRecorder) Invocations ¶
func (fake *FakeOwnerEventRecorder) Invocations() map[string][][]interface{}
func (*FakeOwnerEventRecorder) ResourceEventf ¶
func (fake *FakeOwnerEventRecorder) ResourceEventf(arg1 string, arg2 string, arg3 string, arg4 *unstructured.Unstructured, arg5 ...interface{})
func (*FakeOwnerEventRecorder) ResourceEventfArgsForCall ¶
func (fake *FakeOwnerEventRecorder) ResourceEventfArgsForCall(i int) (string, string, string, *unstructured.Unstructured, []interface{})
func (*FakeOwnerEventRecorder) ResourceEventfCallCount ¶
func (fake *FakeOwnerEventRecorder) ResourceEventfCallCount() int
func (*FakeOwnerEventRecorder) ResourceEventfCalls ¶
func (fake *FakeOwnerEventRecorder) ResourceEventfCalls(stub func(string, string, string, *unstructured.Unstructured, ...interface{}))
type FakeRESTMapper ¶
type FakeRESTMapper struct { KindForStub func(schema.GroupVersionResource) (schema.GroupVersionKind, error) KindsForStub func(schema.GroupVersionResource) ([]schema.GroupVersionKind, error) RESTMappingStub func(schema.GroupKind, ...string) (*meta.RESTMapping, error) RESTMappingsStub func(schema.GroupKind, ...string) ([]*meta.RESTMapping, error) ResourceForStub func(schema.GroupVersionResource) (schema.GroupVersionResource, error) ResourceSingularizerStub func(string) (string, error) ResourcesForStub func(schema.GroupVersionResource) ([]schema.GroupVersionResource, error) // contains filtered or unexported fields }
func (*FakeRESTMapper) Invocations ¶
func (fake *FakeRESTMapper) Invocations() map[string][][]interface{}
func (*FakeRESTMapper) KindFor ¶
func (fake *FakeRESTMapper) KindFor(arg1 schema.GroupVersionResource) (schema.GroupVersionKind, error)
func (*FakeRESTMapper) KindForArgsForCall ¶
func (fake *FakeRESTMapper) KindForArgsForCall(i int) schema.GroupVersionResource
func (*FakeRESTMapper) KindForCallCount ¶
func (fake *FakeRESTMapper) KindForCallCount() int
func (*FakeRESTMapper) KindForCalls ¶
func (fake *FakeRESTMapper) KindForCalls(stub func(schema.GroupVersionResource) (schema.GroupVersionKind, error))
func (*FakeRESTMapper) KindForReturns ¶
func (fake *FakeRESTMapper) KindForReturns(result1 schema.GroupVersionKind, result2 error)
func (*FakeRESTMapper) KindForReturnsOnCall ¶
func (fake *FakeRESTMapper) KindForReturnsOnCall(i int, result1 schema.GroupVersionKind, result2 error)
func (*FakeRESTMapper) KindsFor ¶
func (fake *FakeRESTMapper) KindsFor(arg1 schema.GroupVersionResource) ([]schema.GroupVersionKind, error)
func (*FakeRESTMapper) KindsForArgsForCall ¶
func (fake *FakeRESTMapper) KindsForArgsForCall(i int) schema.GroupVersionResource
func (*FakeRESTMapper) KindsForCallCount ¶
func (fake *FakeRESTMapper) KindsForCallCount() int
func (*FakeRESTMapper) KindsForCalls ¶
func (fake *FakeRESTMapper) KindsForCalls(stub func(schema.GroupVersionResource) ([]schema.GroupVersionKind, error))
func (*FakeRESTMapper) KindsForReturns ¶
func (fake *FakeRESTMapper) KindsForReturns(result1 []schema.GroupVersionKind, result2 error)
func (*FakeRESTMapper) KindsForReturnsOnCall ¶
func (fake *FakeRESTMapper) KindsForReturnsOnCall(i int, result1 []schema.GroupVersionKind, result2 error)
func (*FakeRESTMapper) RESTMapping ¶
func (fake *FakeRESTMapper) RESTMapping(arg1 schema.GroupKind, arg2 ...string) (*meta.RESTMapping, error)
func (*FakeRESTMapper) RESTMappingArgsForCall ¶
func (fake *FakeRESTMapper) RESTMappingArgsForCall(i int) (schema.GroupKind, []string)
func (*FakeRESTMapper) RESTMappingCallCount ¶
func (fake *FakeRESTMapper) RESTMappingCallCount() int
func (*FakeRESTMapper) RESTMappingCalls ¶
func (fake *FakeRESTMapper) RESTMappingCalls(stub func(schema.GroupKind, ...string) (*meta.RESTMapping, error))
func (*FakeRESTMapper) RESTMappingReturns ¶
func (fake *FakeRESTMapper) RESTMappingReturns(result1 *meta.RESTMapping, result2 error)
func (*FakeRESTMapper) RESTMappingReturnsOnCall ¶
func (fake *FakeRESTMapper) RESTMappingReturnsOnCall(i int, result1 *meta.RESTMapping, result2 error)
func (*FakeRESTMapper) RESTMappings ¶
func (fake *FakeRESTMapper) RESTMappings(arg1 schema.GroupKind, arg2 ...string) ([]*meta.RESTMapping, error)
func (*FakeRESTMapper) RESTMappingsArgsForCall ¶
func (fake *FakeRESTMapper) RESTMappingsArgsForCall(i int) (schema.GroupKind, []string)
func (*FakeRESTMapper) RESTMappingsCallCount ¶
func (fake *FakeRESTMapper) RESTMappingsCallCount() int
func (*FakeRESTMapper) RESTMappingsCalls ¶
func (fake *FakeRESTMapper) RESTMappingsCalls(stub func(schema.GroupKind, ...string) ([]*meta.RESTMapping, error))
func (*FakeRESTMapper) RESTMappingsReturns ¶
func (fake *FakeRESTMapper) RESTMappingsReturns(result1 []*meta.RESTMapping, result2 error)
func (*FakeRESTMapper) RESTMappingsReturnsOnCall ¶
func (fake *FakeRESTMapper) RESTMappingsReturnsOnCall(i int, result1 []*meta.RESTMapping, result2 error)
func (*FakeRESTMapper) ResourceFor ¶
func (fake *FakeRESTMapper) ResourceFor(arg1 schema.GroupVersionResource) (schema.GroupVersionResource, error)
func (*FakeRESTMapper) ResourceForArgsForCall ¶
func (fake *FakeRESTMapper) ResourceForArgsForCall(i int) schema.GroupVersionResource
func (*FakeRESTMapper) ResourceForCallCount ¶
func (fake *FakeRESTMapper) ResourceForCallCount() int
func (*FakeRESTMapper) ResourceForCalls ¶
func (fake *FakeRESTMapper) ResourceForCalls(stub func(schema.GroupVersionResource) (schema.GroupVersionResource, error))
func (*FakeRESTMapper) ResourceForReturns ¶
func (fake *FakeRESTMapper) ResourceForReturns(result1 schema.GroupVersionResource, result2 error)
func (*FakeRESTMapper) ResourceForReturnsOnCall ¶
func (fake *FakeRESTMapper) ResourceForReturnsOnCall(i int, result1 schema.GroupVersionResource, result2 error)
func (*FakeRESTMapper) ResourceSingularizer ¶
func (fake *FakeRESTMapper) ResourceSingularizer(arg1 string) (string, error)
func (*FakeRESTMapper) ResourceSingularizerArgsForCall ¶
func (fake *FakeRESTMapper) ResourceSingularizerArgsForCall(i int) string
func (*FakeRESTMapper) ResourceSingularizerCallCount ¶
func (fake *FakeRESTMapper) ResourceSingularizerCallCount() int
func (*FakeRESTMapper) ResourceSingularizerCalls ¶
func (fake *FakeRESTMapper) ResourceSingularizerCalls(stub func(string) (string, error))
func (*FakeRESTMapper) ResourceSingularizerReturns ¶
func (fake *FakeRESTMapper) ResourceSingularizerReturns(result1 string, result2 error)
func (*FakeRESTMapper) ResourceSingularizerReturnsOnCall ¶
func (fake *FakeRESTMapper) ResourceSingularizerReturnsOnCall(i int, result1 string, result2 error)
func (*FakeRESTMapper) ResourcesFor ¶
func (fake *FakeRESTMapper) ResourcesFor(arg1 schema.GroupVersionResource) ([]schema.GroupVersionResource, error)
func (*FakeRESTMapper) ResourcesForArgsForCall ¶
func (fake *FakeRESTMapper) ResourcesForArgsForCall(i int) schema.GroupVersionResource
func (*FakeRESTMapper) ResourcesForCallCount ¶
func (fake *FakeRESTMapper) ResourcesForCallCount() int
func (*FakeRESTMapper) ResourcesForCalls ¶
func (fake *FakeRESTMapper) ResourcesForCalls(stub func(schema.GroupVersionResource) ([]schema.GroupVersionResource, error))
func (*FakeRESTMapper) ResourcesForReturns ¶
func (fake *FakeRESTMapper) ResourcesForReturns(result1 []schema.GroupVersionResource, result2 error)
func (*FakeRESTMapper) ResourcesForReturnsOnCall ¶
func (fake *FakeRESTMapper) ResourcesForReturnsOnCall(i int, result1 []schema.GroupVersionResource, result2 error)
Click to show internal directories.
Click to hide internal directories.