You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return nil if observed is nil from a successful delete (#182)
Issue #, if available:
aws-controllers-k8s/community#931
Description of changes:
Solution 2 in the issue linked above. If `rm.Delete` does not return an error, and observed is also nil, return `nil, nil` to the caller instead of the resource passed to the method.
Testing:
`make test`
Manually using sagemaker controller
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
0 commit comments