crossplane / crossplane-tools

Experimental code generators for Crossplane controllers.
https://crossplane.io
Apache License 2.0
34 stars 26 forks source link

Update Provider reference methods to use runtime Reference #20

Closed hasheddan closed 4 years ago

hasheddan commented 4 years ago

Description of your changes

This updates the generated provider reference methods to use the non-pointer Reference type instead of a core.ObjectReference pointer.

Depends on https://github.com/crossplane/crossplane-runtime/pull/182

Signed-off-by: hasheddan georgedanielmangum@gmail.com

Checklist

I have:

hasheddan commented 4 years ago

@negz @muvaf moved out of draft here, see https://github.com/crossplane/provider-aws/pull/264 for implementation