Documentation ¶
Index ¶
- func GenerateCreateThingInput(cr *svcapitypes.Thing) *svcsdk.CreateThingInput
- func GenerateDeleteThingInput(cr *svcapitypes.Thing) *svcsdk.DeleteThingInput
- func GenerateDescribeThingInput(cr *svcapitypes.Thing) *svcsdk.DescribeThingInput
- func GenerateThing(resp *svcsdk.DescribeThingOutput) *svcapitypes.Thing
- func GenerateUpdateThingInput(cr *svcapitypes.Thing) *svcsdk.UpdateThingInput
- func IsNotFound(err error) bool
- func SetupThing(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCreateThingInput ¶
func GenerateCreateThingInput(cr *svcapitypes.Thing) *svcsdk.CreateThingInput
GenerateCreateThingInput returns a create input.
func GenerateDeleteThingInput ¶
func GenerateDeleteThingInput(cr *svcapitypes.Thing) *svcsdk.DeleteThingInput
GenerateDeleteThingInput returns a deletion input.
func GenerateDescribeThingInput ¶
func GenerateDescribeThingInput(cr *svcapitypes.Thing) *svcsdk.DescribeThingInput
GenerateDescribeThingInput returns input for read operation.
func GenerateThing ¶
func GenerateThing(resp *svcsdk.DescribeThingOutput) *svcapitypes.Thing
GenerateThing returns the current state in the form of *svcapitypes.Thing.
func GenerateUpdateThingInput ¶
func GenerateUpdateThingInput(cr *svcapitypes.Thing) *svcsdk.UpdateThingInput
GenerateUpdateThingInput returns an update input.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupThing ¶
func SetupThing(mgr ctrl.Manager, o controller.Options) error
SetupThing adds a controller that reconciles Thing.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.