Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This method helps to throw terminal error from the controller. Controller code can throw errors like ``` if *latestStatus == "create-failed" { return nil, ackerr.TerminalError.New(errors.New("cluster cannot be updated as its status is not 'available'.")) } ``` Code generator changes - aws-controllers-k8s/code-generator#318 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
- Loading branch information