Documentation ¶
Index ¶
- func GenerateCreateSubnetGroupInput(cr *svcapitypes.SubnetGroup) *svcsdk.CreateSubnetGroupInput
- func GenerateDeleteSubnetGroupInput(cr *svcapitypes.SubnetGroup) *svcsdk.DeleteSubnetGroupInput
- func GenerateDescribeSubnetGroupsInput(cr *svcapitypes.SubnetGroup) *svcsdk.DescribeSubnetGroupsInput
- func GenerateSubnetGroup(resp *svcsdk.DescribeSubnetGroupsOutput) *svcapitypes.SubnetGroup
- func GenerateUpdateSubnetGroupInput(cr *svcapitypes.SubnetGroup) *svcsdk.UpdateSubnetGroupInput
- func IsNotFound(err error) bool
- func SetupSubnetGroup(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCreateSubnetGroupInput ¶
func GenerateCreateSubnetGroupInput(cr *svcapitypes.SubnetGroup) *svcsdk.CreateSubnetGroupInput
GenerateCreateSubnetGroupInput returns a create input.
func GenerateDeleteSubnetGroupInput ¶
func GenerateDeleteSubnetGroupInput(cr *svcapitypes.SubnetGroup) *svcsdk.DeleteSubnetGroupInput
GenerateDeleteSubnetGroupInput returns a deletion input.
func GenerateDescribeSubnetGroupsInput ¶
func GenerateDescribeSubnetGroupsInput(cr *svcapitypes.SubnetGroup) *svcsdk.DescribeSubnetGroupsInput
GenerateDescribeSubnetGroupsInput returns input for read operation.
func GenerateSubnetGroup ¶
func GenerateSubnetGroup(resp *svcsdk.DescribeSubnetGroupsOutput) *svcapitypes.SubnetGroup
GenerateSubnetGroup returns the current state in the form of *svcapitypes.SubnetGroup.
func GenerateUpdateSubnetGroupInput ¶
func GenerateUpdateSubnetGroupInput(cr *svcapitypes.SubnetGroup) *svcsdk.UpdateSubnetGroupInput
GenerateUpdateSubnetGroupInput returns an update input.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupSubnetGroup ¶
func SetupSubnetGroup(mgr ctrl.Manager, o controller.Options) error
SetupSubnetGroup adds a controller that reconciles SubnetGroup.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.