Documentation ¶
Index ¶
- func GenerateCreateUserPoolInput(cr *svcapitypes.UserPool) *svcsdk.CreateUserPoolInput
- func GenerateDeleteUserPoolInput(cr *svcapitypes.UserPool) *svcsdk.DeleteUserPoolInput
- func GenerateDescribeUserPoolInput(cr *svcapitypes.UserPool) *svcsdk.DescribeUserPoolInput
- func GenerateUpdateUserPoolInput(cr *svcapitypes.UserPool) *svcsdk.UpdateUserPoolInput
- func GenerateUserPool(resp *svcsdk.DescribeUserPoolOutput) *svcapitypes.UserPool
- func IsNotFound(err error) bool
- func SetupUserPool(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCreateUserPoolInput ¶
func GenerateCreateUserPoolInput(cr *svcapitypes.UserPool) *svcsdk.CreateUserPoolInput
GenerateCreateUserPoolInput returns a create input.
func GenerateDeleteUserPoolInput ¶
func GenerateDeleteUserPoolInput(cr *svcapitypes.UserPool) *svcsdk.DeleteUserPoolInput
GenerateDeleteUserPoolInput returns a deletion input.
func GenerateDescribeUserPoolInput ¶
func GenerateDescribeUserPoolInput(cr *svcapitypes.UserPool) *svcsdk.DescribeUserPoolInput
GenerateDescribeUserPoolInput returns input for read operation.
func GenerateUpdateUserPoolInput ¶
func GenerateUpdateUserPoolInput(cr *svcapitypes.UserPool) *svcsdk.UpdateUserPoolInput
GenerateUpdateUserPoolInput returns an update input.
func GenerateUserPool ¶
func GenerateUserPool(resp *svcsdk.DescribeUserPoolOutput) *svcapitypes.UserPool
GenerateUserPool returns the current state in the form of *svcapitypes.UserPool.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupUserPool ¶
func SetupUserPool(mgr ctrl.Manager, o controller.Options) error
SetupUserPool adds a controller that reconciles UserPool.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.