Documentation ¶
Index ¶
- func GenerateCreateEnvironmentInput(cr *svcapitypes.Environment) *svcsdk.CreateEnvironmentInput
- func GenerateDeleteEnvironmentInput(cr *svcapitypes.Environment) *svcsdk.DeleteEnvironmentInput
- func GenerateEnvironment(resp *svcsdk.GetEnvironmentOutput) *svcapitypes.Environment
- func GenerateGetEnvironmentInput(cr *svcapitypes.Environment) *svcsdk.GetEnvironmentInput
- func GenerateUpdateEnvironmentInput(cr *svcapitypes.Environment) *svcsdk.UpdateEnvironmentInput
- func IsNotFound(err error) bool
- func SetupEnvironment(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCreateEnvironmentInput ¶
func GenerateCreateEnvironmentInput(cr *svcapitypes.Environment) *svcsdk.CreateEnvironmentInput
GenerateCreateEnvironmentInput returns a create input.
func GenerateDeleteEnvironmentInput ¶
func GenerateDeleteEnvironmentInput(cr *svcapitypes.Environment) *svcsdk.DeleteEnvironmentInput
GenerateDeleteEnvironmentInput returns a deletion input.
func GenerateEnvironment ¶
func GenerateEnvironment(resp *svcsdk.GetEnvironmentOutput) *svcapitypes.Environment
GenerateEnvironment returns the current state in the form of *svcapitypes.Environment.
func GenerateGetEnvironmentInput ¶
func GenerateGetEnvironmentInput(cr *svcapitypes.Environment) *svcsdk.GetEnvironmentInput
GenerateGetEnvironmentInput returns input for read operation.
func GenerateUpdateEnvironmentInput ¶
func GenerateUpdateEnvironmentInput(cr *svcapitypes.Environment) *svcsdk.UpdateEnvironmentInput
GenerateUpdateEnvironmentInput returns an update input.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupEnvironment ¶
func SetupEnvironment(mgr ctrl.Manager, o controller.Options) error
SetupEnvironment adds a controller that reconciles Environment.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.