Documentation ¶
Index ¶
- func GenerateCreateGroupInput(cr *svcapitypes.Group) *svcsdk.CreateGroupInput
- func GenerateDeleteGroupInput(cr *svcapitypes.Group) *svcsdk.DeleteGroupInput
- func GenerateGetGroupInput(cr *svcapitypes.Group) *svcsdk.GetGroupInput
- func GenerateGroup(resp *svcsdk.GetGroupOutput) *svcapitypes.Group
- func GenerateUpdateGroupInput(cr *svcapitypes.Group) *svcsdk.UpdateGroupInput
- func IsNotFound(err error) bool
- func SetupGroup(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCreateGroupInput ¶
func GenerateCreateGroupInput(cr *svcapitypes.Group) *svcsdk.CreateGroupInput
GenerateCreateGroupInput returns a create input.
func GenerateDeleteGroupInput ¶
func GenerateDeleteGroupInput(cr *svcapitypes.Group) *svcsdk.DeleteGroupInput
GenerateDeleteGroupInput returns a deletion input.
func GenerateGetGroupInput ¶
func GenerateGetGroupInput(cr *svcapitypes.Group) *svcsdk.GetGroupInput
GenerateGetGroupInput returns input for read operation.
func GenerateGroup ¶
func GenerateGroup(resp *svcsdk.GetGroupOutput) *svcapitypes.Group
GenerateGroup returns the current state in the form of *svcapitypes.Group.
func GenerateUpdateGroupInput ¶
func GenerateUpdateGroupInput(cr *svcapitypes.Group) *svcsdk.UpdateGroupInput
GenerateUpdateGroupInput returns an update input.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupGroup ¶
func SetupGroup(mgr ctrl.Manager, o controller.Options) error
SetupGroup adds a controller that reconciles Group.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.