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
I'm hoping to get to this this week but wanted to make an issue to keep track of:
the RawCustomResourceOperationsImpl#createOrReplace does a create, catches the exception, and then does a replace. The idea here I'm guessing is that create would fail if the resource already exists, but create can fail for other reasons as well. Any exception that's not related to the resource already existing should be propagated
The text was updated successfully, but these errors were encountered:
I'm hoping to get to this this week but wanted to make an issue to keep track of:
the RawCustomResourceOperationsImpl#createOrReplace does a create, catches the exception, and then does a replace. The idea here I'm guessing is that create would fail if the resource already exists, but create can fail for other reasons as well. Any exception that's not related to the resource already existing should be propagated
The text was updated successfully, but these errors were encountered: