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
Issue #, if available:
Ability for service controllers to add code (additional functions, variables etc as needed) to sdk.go file using hooks as extension mechanism.
Description of changes:
This PR adds `sdk_addon` hook to `sdk.go.tpl`. Using this hook, service controllers can append code to a custom resource's `sdk.go` file. It will help in placing reusable code/functions which are generated dynamically using hook templates.
Following PR contains changes showcasing how this facility helps service controllers auto generate reusable code: aws-controllers-k8s/elasticache-controller#36
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
0 commit comments