crossplane / crossplane-tools

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

checking breaking changes between 2 crds schemas. #45

Closed Ruhika1417 closed 2 years ago

Ruhika1417 commented 2 years ago

Signed-off-by: Ruhika ruhika406@gmail.com

Description of your changes:

testBreakingChanges: checking breaking changes between 2 CRDs in breakingChanges/main.go and writing unit tests for the same in breakingChanges/main_test.go.

I have:

How has this code been tested

This code has been tested considering different possible cases for a breaking change.