Documentation ¶
Index ¶
- func GenerateCancelJobRunInput(cr *svcapitypes.JobRun) *svcsdk.CancelJobRunInput
- func GenerateDescribeJobRunInput(cr *svcapitypes.JobRun) *svcsdk.DescribeJobRunInput
- func GenerateJobRun(resp *svcsdk.DescribeJobRunOutput) *svcapitypes.JobRun
- func GenerateStartJobRunInput(cr *svcapitypes.JobRun) *svcsdk.StartJobRunInput
- func IsNotFound(err error) bool
- func SetupJobRun(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCancelJobRunInput ¶
func GenerateCancelJobRunInput(cr *svcapitypes.JobRun) *svcsdk.CancelJobRunInput
GenerateCancelJobRunInput returns a deletion input.
func GenerateDescribeJobRunInput ¶
func GenerateDescribeJobRunInput(cr *svcapitypes.JobRun) *svcsdk.DescribeJobRunInput
GenerateDescribeJobRunInput returns input for read operation.
func GenerateJobRun ¶
func GenerateJobRun(resp *svcsdk.DescribeJobRunOutput) *svcapitypes.JobRun
GenerateJobRun returns the current state in the form of *svcapitypes.JobRun.
func GenerateStartJobRunInput ¶
func GenerateStartJobRunInput(cr *svcapitypes.JobRun) *svcsdk.StartJobRunInput
GenerateStartJobRunInput returns a create input.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupJobRun ¶
func SetupJobRun(mgr ctrl.Manager, o controller.Options) error
SetupJobRun adds a controller that reconciles JobRun.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.