Documentation ¶
Index ¶
- func GenerateCreateEmailIdentityInput(cr *svcapitypes.EmailIdentity) *svcsdk.CreateEmailIdentityInput
- func GenerateDeleteEmailIdentityInput(cr *svcapitypes.EmailIdentity) *svcsdk.DeleteEmailIdentityInput
- func GenerateEmailIdentity(resp *svcsdk.GetEmailIdentityOutput) *svcapitypes.EmailIdentity
- func GenerateGetEmailIdentityInput(cr *svcapitypes.EmailIdentity) *svcsdk.GetEmailIdentityInput
- func IsNotFound(err error) bool
- func SetupEmailIdentity(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCreateEmailIdentityInput ¶
func GenerateCreateEmailIdentityInput(cr *svcapitypes.EmailIdentity) *svcsdk.CreateEmailIdentityInput
GenerateCreateEmailIdentityInput returns a create input.
func GenerateDeleteEmailIdentityInput ¶
func GenerateDeleteEmailIdentityInput(cr *svcapitypes.EmailIdentity) *svcsdk.DeleteEmailIdentityInput
GenerateDeleteEmailIdentityInput returns a deletion input.
func GenerateEmailIdentity ¶
func GenerateEmailIdentity(resp *svcsdk.GetEmailIdentityOutput) *svcapitypes.EmailIdentity
GenerateEmailIdentity returns the current state in the form of *svcapitypes.EmailIdentity.
func GenerateGetEmailIdentityInput ¶
func GenerateGetEmailIdentityInput(cr *svcapitypes.EmailIdentity) *svcsdk.GetEmailIdentityInput
GenerateGetEmailIdentityInput returns input for read operation.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupEmailIdentity ¶
func SetupEmailIdentity(mgr ctrl.Manager, o controller.Options) error
SetupEmailIdentity adds a controller that reconciles SES EmailIdentity.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.