Skip to content

Commit

Permalink
Fix typo in namespace finalize verb
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Apr 25, 2019
1 parent bd859ac commit 41ba756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributors/design-proposals/architecture/namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ To interact with the Namespace API:
| LIST | GET | /api/{version}/namespaces | List all namespaces |
| UPDATE | PUT | /api/{version}/namespaces/{namespace} | Update namespace {namespace} |
| DELETE | DELETE | /api/{version}/namespaces/{namespace} | Delete namespace {namespace} |
| FINALIZE | POST | /api/{version}/namespaces/{namespace}/finalize | Finalize namespace {namespace} |
| FINALIZE | PUT | /api/{version}/namespaces/{namespace}/finalize | Finalize namespace {namespace} |
| WATCH | GET | /api/{version}/watch/namespaces | Watch all namespaces |

This specification reserves the name *finalize* as a sub-resource to namespace.
Expand Down

0 comments on commit 41ba756

Please sign in to comment.