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
Crossplane does not currently have enough maintainers to address every issue and pull request. This issue has been automatically marked as stale because it has had no activity in the last 90 days. It will be closed in 14 days if no further activity occurs. Leaving a comment starting with/fresh will mark this issue as not stale.
What happened?
I successfully composed and apigateway.aws.crossplane.io/v1alpha1 Integration resource like this:
Then I noticed that this resources is not evaluated by a controller.
When take a look in the File: https://github.com/crossplane-contrib/provider-aws/blob/master/pkg/controller/aws.go only certain apigatewayV1 resources seem to be registered. The following apigatewayV1 resources seem to be missing here:
ApiGatewayV1 managed resources like RestApi, Resource and Method are evaluated like I expected.
How can we reproduce it?
Create an apigateway.aws.crossplane.io/v1alpha1 Integration resource like mentioned above.
What environment did it happen in?
Crossplane version:
The text was updated successfully, but these errors were encountered: