add new resource OptionGroup - #257
Conversation
|
/retest |
0d2c010 to
2090dac
Compare
michaelhtm
left a comment
There was a problem hiding this comment.
Thank you @kprahulraj
left a few comments below
knottnt
left a comment
There was a problem hiding this comment.
Looking at the API Reference for ModifyOptionGroup I can see that it provides request parameters for configuring Options within the OptionGroup. I think we likely need to update this PR so that users can configure those values.
2090dac to
61bad00
Compare
Add Spec.Options (from ModifyOptionGroup.OptionsToInclude) with a create-then-modify flow and a custom update that computes the OptionsToInclude/OptionsToRemove sets. Observed options surface in Status.OptionStatuses. Mark Description, EngineName and MajorEngineVersion immutable to avoid an infinite reconcile loop on fields ModifyOptionGroup cannot change.
61bad00 to
32c3cb2
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kprahulraj The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Issue #2065
Description of changes:
The Amazon RDS OptionGroup resource represents the RDS Aurora Serverless API's command-line/configuration options for DB clusters.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.