Documentation ¶
Index ¶
- func GenerateCreateDBSubnetGroupInput(cr *svcapitypes.DBSubnetGroup) *svcsdk.CreateDBSubnetGroupInput
- func GenerateDBSubnetGroup(resp *svcsdk.DescribeDBSubnetGroupsOutput) *svcapitypes.DBSubnetGroup
- func GenerateDeleteDBSubnetGroupInput(cr *svcapitypes.DBSubnetGroup) *svcsdk.DeleteDBSubnetGroupInput
- func GenerateDescribeDBSubnetGroupsInput(cr *svcapitypes.DBSubnetGroup) *svcsdk.DescribeDBSubnetGroupsInput
- func GenerateModifyDBSubnetGroupInput(cr *svcapitypes.DBSubnetGroup) *svcsdk.ModifyDBSubnetGroupInput
- func IsNotFound(err error) bool
- func SetupDBSubnetGroup(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCreateDBSubnetGroupInput ¶
func GenerateCreateDBSubnetGroupInput(cr *svcapitypes.DBSubnetGroup) *svcsdk.CreateDBSubnetGroupInput
GenerateCreateDBSubnetGroupInput returns a create input.
func GenerateDBSubnetGroup ¶
func GenerateDBSubnetGroup(resp *svcsdk.DescribeDBSubnetGroupsOutput) *svcapitypes.DBSubnetGroup
GenerateDBSubnetGroup returns the current state in the form of *svcapitypes.DBSubnetGroup.
func GenerateDeleteDBSubnetGroupInput ¶
func GenerateDeleteDBSubnetGroupInput(cr *svcapitypes.DBSubnetGroup) *svcsdk.DeleteDBSubnetGroupInput
GenerateDeleteDBSubnetGroupInput returns a deletion input.
func GenerateDescribeDBSubnetGroupsInput ¶
func GenerateDescribeDBSubnetGroupsInput(cr *svcapitypes.DBSubnetGroup) *svcsdk.DescribeDBSubnetGroupsInput
GenerateDescribeDBSubnetGroupsInput returns input for read operation.
func GenerateModifyDBSubnetGroupInput ¶
func GenerateModifyDBSubnetGroupInput(cr *svcapitypes.DBSubnetGroup) *svcsdk.ModifyDBSubnetGroupInput
GenerateModifyDBSubnetGroupInput returns an update input.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupDBSubnetGroup ¶
func SetupDBSubnetGroup(mgr ctrl.Manager, o controller.Options) error
SetupDBSubnetGroup adds a controller that reconciles a DBSubnetGroup.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.