Skip to content

Commit

Permalink
Document escaped_username and escaped_servername to be added in v7
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jul 20, 2024
1 parent 09ade1c commit 10ba1fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Because there are two escaping schemes for `username`, `servername`, and `user_s

| field | description |
| ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| `{escaped_username}` | the username passed through the old 'escape' slug scheme |
| `{escaped_servername}` | the server name passed through the 'escape' slug scheme |
| `{escaped_username}` | the username passed through the old 'escape' slug scheme (new in kubespawner 7) |
| `{escaped_servername}` | the server name passed through the 'escape' slug scheme (new in kubespawner 7) |
| `{escaped_user_server}` | the username and servername together as a single slug, identical to `"{escaped_username}--{escaped_servername}".rstrip("-")` (new in kubespawner 7) |
| `{safe_username}` | the username passed through the 'safe' slug scheme (new in kubespawner 7) |
| `{safe_servername}` | the server name passed through the 'safe' slug scheme (new in kubespawner 7) |
Expand Down

0 comments on commit 10ba1fb

Please sign in to comment.