crossplane / crossplane-tools

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

Changed ManagementPolicy to ManagementPolicies #55

Closed lsviben closed 1 year ago

lsviben commented 1 year ago

Description of your changes

Changes the generated ManagementPolicy Getters/Setters introduced https://github.com/crossplane/crossplane-tools/pull/51 to ManagementPolicies Getters/Setters, due to changing of the spec.managementPolicy field to spec.managementPolicies.

I have:

How has this code been tested

Updated a go.mod of an provider ran make generate.