Skip to content

Commit 350ce03

Browse files
committed
Fix previous virables in exampes
1 parent 457c26b commit 350ce03

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/en/docs/reference/access-authn-authz/validating-admission-policy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -323,12 +323,12 @@ For example, `int` in the word “sprint” would not be escaped.
323323

324324
Examples on escaping:
325325

326-
|property name | rule with escaped property name |
327-
| ----------------| ----------------------- |
328-
| namespace | `self.__namespace__ > 0` |
329-
| x-prop | `self.x__dash__prop > 0` |
330-
| redact__d | `self.redact__underscores__d > 0` |
331-
| string | `self.startsWith('kube')` |
326+
|property name | rule with escaped property name |
327+
| ----------------|-----------------------------------|
328+
| namespace | `object.__namespace__ > 0` |
329+
| x-prop | `object.x__dash__prop > 0` |
330+
| redact__d | `object.redact__underscores__d > 0` |
331+
| string | `object.startsWith('kube')` |
332332
333333
Equality on arrays with list type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1].
334334
Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type:

0 commit comments

Comments
 (0)