Documentation ¶
Index ¶
- type Generator
- func (_m *Generator) GenerateParams(appSetGenerator *v1alpha1.ApplicationSetGenerator, ...) ([]map[string]interface{}, error)
- func (_m *Generator) GetRequeueAfter(appSetGenerator *v1alpha1.ApplicationSetGenerator) time.Duration
- func (_m *Generator) GetTemplate(appSetGenerator *v1alpha1.ApplicationSetGenerator) *v1alpha1.ApplicationSetTemplate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
Generator is an autogenerated mock type for the Generator type
func NewGenerator ¶
NewGenerator creates a new instance of Generator. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Generator) GenerateParams ¶
func (_m *Generator) GenerateParams(appSetGenerator *v1alpha1.ApplicationSetGenerator, applicationSetInfo *v1alpha1.ApplicationSet) ([]map[string]interface{}, error)
GenerateParams provides a mock function with given fields: appSetGenerator, applicationSetInfo
func (*Generator) GetRequeueAfter ¶
func (_m *Generator) GetRequeueAfter(appSetGenerator *v1alpha1.ApplicationSetGenerator) time.Duration
GetRequeueAfter provides a mock function with given fields: appSetGenerator
func (*Generator) GetTemplate ¶
func (_m *Generator) GetTemplate(appSetGenerator *v1alpha1.ApplicationSetGenerator) *v1alpha1.ApplicationSetTemplate
GetTemplate provides a mock function with given fields: appSetGenerator
Click to show internal directories.
Click to hide internal directories.