You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For controllers that are creating multiple resources on behalf of a CRD.
Not exactly sure of the best way to integrate this, and not positive that all operators would benefit from it. So it may be best to implement as a module that could be used from a lifecycle function or possible as an additional library that can be included if needed.
I was thinking of implementing it as a struct that mimics the Application CRD's OpenAPI spec, but would accept a set of resource maps as well.
Application.apply/1 would apply each component resource w/ proper labels to integrate w/ the Application CRD and finally create the Application resource
The text was updated successfully, but these errors were encountered:
App Sig
For controllers that are creating multiple resources on behalf of a CRD.
Not exactly sure of the best way to integrate this, and not positive that all operators would benefit from it. So it may be best to implement as a module that could be used from a lifecycle function or possible as an additional library that can be included if needed.
I was thinking of implementing it as a struct that mimics the Application CRD's OpenAPI spec, but would accept a set of resource maps as well.
Application.apply/1
would apply each component resource w/ proper labels to integrate w/ the Application CRD and finally create theApplication
resourceThe text was updated successfully, but these errors were encountered: