Documentation ¶
Index ¶
- func GenerateCreateTableInput(cr *svcapitypes.Table) *svcsdk.CreateTableInput
- func GenerateDeleteTableInput(cr *svcapitypes.Table) *svcsdk.DeleteTableInput
- func GenerateDescribeTableInput(cr *svcapitypes.Table) *svcsdk.DescribeTableInput
- func GenerateGlobalSecondaryIndexDescriptions(p []*svcapitypes.GlobalSecondaryIndex) []*svcsdk.GlobalSecondaryIndexDescription
- func GenerateTable(resp *svcsdk.DescribeTableOutput) *svcapitypes.Table
- func GenerateUpdateTableInput(cr *svcapitypes.Table) *svcsdk.UpdateTableInput
- func IsNotFound(err error) bool
- func SetupTable(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCreateTableInput ¶
func GenerateCreateTableInput(cr *svcapitypes.Table) *svcsdk.CreateTableInput
GenerateCreateTableInput returns a create input.
func GenerateDeleteTableInput ¶
func GenerateDeleteTableInput(cr *svcapitypes.Table) *svcsdk.DeleteTableInput
GenerateDeleteTableInput returns a deletion input.
func GenerateDescribeTableInput ¶
func GenerateDescribeTableInput(cr *svcapitypes.Table) *svcsdk.DescribeTableInput
GenerateDescribeTableInput returns input for read operation.
func GenerateGlobalSecondaryIndexDescriptions ¶
func GenerateGlobalSecondaryIndexDescriptions(p []*svcapitypes.GlobalSecondaryIndex) []*svcsdk.GlobalSecondaryIndexDescription
GenerateGlobalSecondaryIndexDescriptions generates an array of GlobalSecondaryIndexDescriptions.
func GenerateTable ¶
func GenerateTable(resp *svcsdk.DescribeTableOutput) *svcapitypes.Table
GenerateTable returns the current state in the form of *svcapitypes.Table.
func GenerateUpdateTableInput ¶
func GenerateUpdateTableInput(cr *svcapitypes.Table) *svcsdk.UpdateTableInput
GenerateUpdateTableInput returns an update input.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupTable ¶
func SetupTable(mgr ctrl.Manager, o controller.Options) error
SetupTable adds a controller that reconciles Table.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.