Documentation ¶
Index ¶
- func GenerateCreateListenerInput(cr *svcapitypes.Listener) *svcsdk.CreateListenerInput
- func GenerateDeleteListenerInput(cr *svcapitypes.Listener) *svcsdk.DeleteListenerInput
- func GenerateDescribeListenersInput(cr *svcapitypes.Listener) *svcsdk.DescribeListenersInput
- func GenerateListener(resp *svcsdk.DescribeListenersOutput) *svcapitypes.Listener
- func GenerateModifyListenerInput(cr *svcapitypes.Listener) *svcsdk.ModifyListenerInput
- func IsNotFound(err error) bool
- func SetupListener(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCreateListenerInput ¶
func GenerateCreateListenerInput(cr *svcapitypes.Listener) *svcsdk.CreateListenerInput
GenerateCreateListenerInput returns a create input.
func GenerateDeleteListenerInput ¶
func GenerateDeleteListenerInput(cr *svcapitypes.Listener) *svcsdk.DeleteListenerInput
GenerateDeleteListenerInput returns a deletion input.
func GenerateDescribeListenersInput ¶
func GenerateDescribeListenersInput(cr *svcapitypes.Listener) *svcsdk.DescribeListenersInput
GenerateDescribeListenersInput returns input for read operation.
func GenerateListener ¶
func GenerateListener(resp *svcsdk.DescribeListenersOutput) *svcapitypes.Listener
GenerateListener returns the current state in the form of *svcapitypes.Listener.
func GenerateModifyListenerInput ¶
func GenerateModifyListenerInput(cr *svcapitypes.Listener) *svcsdk.ModifyListenerInput
GenerateModifyListenerInput returns an update input.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupListener ¶
func SetupListener(mgr ctrl.Manager, o controller.Options) error
SetupListener adds a controller that reconciles Listener.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.