Documentation ¶
Index ¶
- func GenerateAuthorizer(resp *svcsdk.GetAuthorizerOutput) *svcapitypes.Authorizer
- func GenerateCreateAuthorizerInput(cr *svcapitypes.Authorizer) *svcsdk.CreateAuthorizerInput
- func GenerateDeleteAuthorizerInput(cr *svcapitypes.Authorizer) *svcsdk.DeleteAuthorizerInput
- func GenerateGetAuthorizerInput(cr *svcapitypes.Authorizer) *svcsdk.GetAuthorizerInput
- func GenerateUpdateAuthorizerInput(cr *svcapitypes.Authorizer) *svcsdk.UpdateAuthorizerInput
- func IsNotFound(err error) bool
- func SetupAuthorizer(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateAuthorizer ¶
func GenerateAuthorizer(resp *svcsdk.GetAuthorizerOutput) *svcapitypes.Authorizer
GenerateAuthorizer returns the current state in the form of *svcapitypes.Authorizer.
func GenerateCreateAuthorizerInput ¶
func GenerateCreateAuthorizerInput(cr *svcapitypes.Authorizer) *svcsdk.CreateAuthorizerInput
GenerateCreateAuthorizerInput returns a create input.
func GenerateDeleteAuthorizerInput ¶
func GenerateDeleteAuthorizerInput(cr *svcapitypes.Authorizer) *svcsdk.DeleteAuthorizerInput
GenerateDeleteAuthorizerInput returns a deletion input.
func GenerateGetAuthorizerInput ¶
func GenerateGetAuthorizerInput(cr *svcapitypes.Authorizer) *svcsdk.GetAuthorizerInput
GenerateGetAuthorizerInput returns input for read operation.
func GenerateUpdateAuthorizerInput ¶
func GenerateUpdateAuthorizerInput(cr *svcapitypes.Authorizer) *svcsdk.UpdateAuthorizerInput
GenerateUpdateAuthorizerInput returns an update input.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupAuthorizer ¶
func SetupAuthorizer(mgr ctrl.Manager, o controller.Options) error
SetupAuthorizer adds a controller that reconciles Authorizer.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.