Documentation ¶
Index ¶
- func GenerateAccessPoint(resp *svcsdk.GetAccessPointOutput) *svcapitypes.AccessPoint
- func GenerateCreateAccessPointInput(cr *svcapitypes.AccessPoint) *svcsdk.CreateAccessPointInput
- func GenerateDeleteAccessPointInput(cr *svcapitypes.AccessPoint) *svcsdk.DeleteAccessPointInput
- func GenerateGetAccessPointInput(cr *svcapitypes.AccessPoint) *svcsdk.GetAccessPointInput
- func IsNotFound(err error) bool
- func SetupAccessPoint(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateAccessPoint ¶
func GenerateAccessPoint(resp *svcsdk.GetAccessPointOutput) *svcapitypes.AccessPoint
GenerateAccessPoint returns the current state in the form of *svcapitypes.AccessPoint.
func GenerateCreateAccessPointInput ¶
func GenerateCreateAccessPointInput(cr *svcapitypes.AccessPoint) *svcsdk.CreateAccessPointInput
GenerateCreateAccessPointInput returns a create input.
func GenerateDeleteAccessPointInput ¶
func GenerateDeleteAccessPointInput(cr *svcapitypes.AccessPoint) *svcsdk.DeleteAccessPointInput
GenerateDeleteAccessPointInput returns a deletion input.
func GenerateGetAccessPointInput ¶
func GenerateGetAccessPointInput(cr *svcapitypes.AccessPoint) *svcsdk.GetAccessPointInput
GenerateGetAccessPointInput returns input for read operation.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupAccessPoint ¶
func SetupAccessPoint(mgr ctrl.Manager, o controller.Options) error
SetupAccessPoint adds a controller that reconciles Stage.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.