Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.19 KB

ROADMAP.md

File metadata and controls

18 lines (14 loc) · 1.19 KB

Summary

This document includes the road map features planned for operator-builder. It includes major features and is not intended to be used to include all future plans.

Please see all issues for details about any bugs and features:

  1. Complex Data Types - currently operator-builder only supports flat data types used in markers, such as strings, integers and booleans. However, there are times where arrays are going to be needed in order to inject into the destination resources, mainly the []string data type. Currently, the target data type is []string but other data types such as []map and maps to be considered for the future.

  2. Webhook - add ability to inject webhook validation into the generated code. This may also be able to be accomplished with CRD CEL language.