Documentation ¶
Index ¶
- func GenerateCreateServerInput(cr *svcapitypes.Server) *svcsdk.CreateServerInput
- func GenerateDeleteServerInput(cr *svcapitypes.Server) *svcsdk.DeleteServerInput
- func GenerateDescribeServerInput(cr *svcapitypes.Server) *svcsdk.DescribeServerInput
- func GenerateServer(resp *svcsdk.DescribeServerOutput) *svcapitypes.Server
- func GenerateUpdateServerInput(cr *svcapitypes.Server) *svcsdk.UpdateServerInput
- func IsNotFound(err error) bool
- func SetupServer(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCreateServerInput ¶
func GenerateCreateServerInput(cr *svcapitypes.Server) *svcsdk.CreateServerInput
GenerateCreateServerInput returns a create input.
func GenerateDeleteServerInput ¶
func GenerateDeleteServerInput(cr *svcapitypes.Server) *svcsdk.DeleteServerInput
GenerateDeleteServerInput returns a deletion input.
func GenerateDescribeServerInput ¶
func GenerateDescribeServerInput(cr *svcapitypes.Server) *svcsdk.DescribeServerInput
GenerateDescribeServerInput returns input for read operation.
func GenerateServer ¶
func GenerateServer(resp *svcsdk.DescribeServerOutput) *svcapitypes.Server
GenerateServer returns the current state in the form of *svcapitypes.Server.
func GenerateUpdateServerInput ¶
func GenerateUpdateServerInput(cr *svcapitypes.Server) *svcsdk.UpdateServerInput
GenerateUpdateServerInput returns an update input.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupServer ¶
func SetupServer(mgr ctrl.Manager, o controller.Options) error
SetupServer adds a controller that reconciles Server.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.