Documentation ¶
Index ¶
- func GenerateComputeEnvironment(resp *svcsdk.DescribeComputeEnvironmentsOutput) *svcapitypes.ComputeEnvironment
- func GenerateCreateComputeEnvironmentInput(cr *svcapitypes.ComputeEnvironment) *svcsdk.CreateComputeEnvironmentInput
- func GenerateDeleteComputeEnvironmentInput(cr *svcapitypes.ComputeEnvironment) *svcsdk.DeleteComputeEnvironmentInput
- func GenerateDescribeComputeEnvironmentsInput(cr *svcapitypes.ComputeEnvironment) *svcsdk.DescribeComputeEnvironmentsInput
- func GenerateUpdateComputeEnvironmentInput(cr *svcapitypes.ComputeEnvironment) *svcsdk.UpdateComputeEnvironmentInput
- func IsNotFound(err error) bool
- func SetupComputeEnvironment(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateComputeEnvironment ¶
func GenerateComputeEnvironment(resp *svcsdk.DescribeComputeEnvironmentsOutput) *svcapitypes.ComputeEnvironment
GenerateComputeEnvironment returns the current state in the form of *svcapitypes.ComputeEnvironment.
func GenerateCreateComputeEnvironmentInput ¶
func GenerateCreateComputeEnvironmentInput(cr *svcapitypes.ComputeEnvironment) *svcsdk.CreateComputeEnvironmentInput
GenerateCreateComputeEnvironmentInput returns a create input.
func GenerateDeleteComputeEnvironmentInput ¶
func GenerateDeleteComputeEnvironmentInput(cr *svcapitypes.ComputeEnvironment) *svcsdk.DeleteComputeEnvironmentInput
GenerateDeleteComputeEnvironmentInput returns a deletion input.
func GenerateDescribeComputeEnvironmentsInput ¶
func GenerateDescribeComputeEnvironmentsInput(cr *svcapitypes.ComputeEnvironment) *svcsdk.DescribeComputeEnvironmentsInput
GenerateDescribeComputeEnvironmentsInput returns input for read operation.
func GenerateUpdateComputeEnvironmentInput ¶
func GenerateUpdateComputeEnvironmentInput(cr *svcapitypes.ComputeEnvironment) *svcsdk.UpdateComputeEnvironmentInput
GenerateUpdateComputeEnvironmentInput returns an update input.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupComputeEnvironment ¶
func SetupComputeEnvironment(mgr ctrl.Manager, o controller.Options) error
SetupComputeEnvironment adds a controller that reconciles a ComputeEnvironment.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.