Documentation ¶
Index ¶
- func GenerateCreateUserRequest(cr *svcapitypes.User) *svcsdk.CreateUserRequest
- func GenerateDeleteUserInput(cr *svcapitypes.User) *svcsdk.DeleteUserInput
- func GenerateDescribeUserInput(cr *svcapitypes.User) *svcsdk.DescribeUserInput
- func GenerateUpdateUserRequest(cr *svcapitypes.User) *svcsdk.UpdateUserRequest
- func GenerateUser(resp *svcsdk.DescribeUserResponse) *svcapitypes.User
- func IsNotFound(err error) bool
- func SetupUser(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCreateUserRequest ¶
func GenerateCreateUserRequest(cr *svcapitypes.User) *svcsdk.CreateUserRequest
GenerateCreateUserRequest returns a create input.
func GenerateDeleteUserInput ¶
func GenerateDeleteUserInput(cr *svcapitypes.User) *svcsdk.DeleteUserInput
GenerateDeleteUserInput returns a deletion input.
func GenerateDescribeUserInput ¶
func GenerateDescribeUserInput(cr *svcapitypes.User) *svcsdk.DescribeUserInput
GenerateDescribeUserInput returns input for read operation.
func GenerateUpdateUserRequest ¶
func GenerateUpdateUserRequest(cr *svcapitypes.User) *svcsdk.UpdateUserRequest
GenerateUpdateUserRequest returns an update input.
func GenerateUser ¶
func GenerateUser(resp *svcsdk.DescribeUserResponse) *svcapitypes.User
GenerateUser returns the current state in the form of *svcapitypes.User.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.