Created
January 5, 2022 16:29
-
-
Save timebertt/7b94db90847d35ec825a456fef25d419 to your computer and use it in GitHub Desktop.
Example conflict error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"kind": "Status", | |
"apiVersion": "v1", | |
"metadata": {}, | |
"status": "Failure", | |
"message": "Operation cannot be fulfilled on configmaps \"foo\": the object has been modified; please apply your changes to the latest version and try again", | |
"reason": "Conflict", | |
"details": { | |
"name": "foo", | |
"kind": "configmaps" | |
}, | |
"code": 409 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment