Skip to content

Commit 897adc0

Browse files
committed
add DBSecurityGroup resource
Adds basic create and delete operations for DBSecurityGroup resource in the RDS API. This resource has more attributes than name and description, such as EC2 security group and IPRange fields, however there are separate Allow and Revoke Operation API calls for these fields and will need to be handled in custom code.
1 parent 4b896b0 commit 897adc0

17 files changed

+1473
-24
lines changed

apis/v1alpha1/db_security_group.go

Lines changed: 88 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/types.go

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/zz_generated.deepcopy.go

Lines changed: 195 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/controller/main.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)