Documentation ¶
Index ¶
- func GenerateDeleteMethodInput(cr *svcapitypes.Method) *svcsdk.DeleteMethodInput
- func GenerateGetMethodInput(cr *svcapitypes.Method) *svcsdk.GetMethodInput
- func GenerateMethod(resp *svcsdk.Method) *svcapitypes.Method
- func GeneratePutMethodInput(cr *svcapitypes.Method) *svcsdk.PutMethodInput
- func GenerateUpdateMethodInput(cr *svcapitypes.Method) *svcsdk.UpdateMethodInput
- func IsNotFound(err error) bool
- func SetupMethod(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateDeleteMethodInput ¶
func GenerateDeleteMethodInput(cr *svcapitypes.Method) *svcsdk.DeleteMethodInput
GenerateDeleteMethodInput returns a deletion input.
func GenerateGetMethodInput ¶
func GenerateGetMethodInput(cr *svcapitypes.Method) *svcsdk.GetMethodInput
GenerateGetMethodInput returns input for read operation.
func GenerateMethod ¶
func GenerateMethod(resp *svcsdk.Method) *svcapitypes.Method
GenerateMethod returns the current state in the form of *svcapitypes.Method.
func GeneratePutMethodInput ¶
func GeneratePutMethodInput(cr *svcapitypes.Method) *svcsdk.PutMethodInput
GeneratePutMethodInput returns a create input.
func GenerateUpdateMethodInput ¶
func GenerateUpdateMethodInput(cr *svcapitypes.Method) *svcsdk.UpdateMethodInput
GenerateUpdateMethodInput returns an update input.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupMethod ¶ added in v0.30.0
func SetupMethod(mgr ctrl.Manager, o controller.Options) error
SetupMethod adds a controller that reconciles Method.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.