DataOperatorYamlGenerator is the implementation of DataOperator interface for runtime engine using TemplateEngine.
| 60 | |
| 61 | // DataOperatorYamlGenerator is the implementation of DataOperator interface for runtime engine using TemplateEngine. |
| 62 | type DataOperatorYamlGenerator interface { |
| 63 | GetDataOperationValueFile(ctx cruntime.ReconcileRequestContext, operation dataoperation.OperationInterface) (valueFileName string, err error) |
| 64 | } |
| 65 | |
| 66 | // Implement is what the real engine should implement if it use the TemplateEngine |
| 67 | type Implement interface { |
no outgoing calls
no test coverage detected