-
Notifications
You must be signed in to change notification settings - Fork 62
add new resource OptionGroup #257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
[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 |
|
/retest |
0d2c010 to
2090dac
Compare
michaelhtm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @kprahulraj
left a few comments below
apis/v1alpha1/option_group.go
Outdated
| MajorEngineVersion *string `json:"majorEngineVersion"` | ||
| // The description of the option group. | ||
| // +kubebuilder:validation:Required | ||
| OptionGroupDescription *string `json:"optionGroupDescription"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we rename this to Description?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kprahulraj here's a link to the contributor docs section covering renames.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@michaelhtm @knottnt fixed
apis/v1alpha1/option_group.go
Outdated
| // | ||
| // Example: myoptiongroup | ||
| // +kubebuilder:validation:Required | ||
| OptionGroupName *string `json:"optionGroupName"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here..we can rename this to Name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@michaelhtm fixed
knottnt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
|
@kprahulraj: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
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.