summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Agababov <vagababov@gmail.com>2019-01-17 14:16:51 -0800
committerVictor Agababov <vagababov@gmail.com>2019-01-17 14:16:51 -0800
commit449ee0588c30198ede13217efb7809cdb44faf04 (patch)
treea1eccb25c2a7137c09900f337f3d9858d9815949
parent2a20f6fa53d499bccc42d9cd5f0aa61e41c2118a (diff)
Unify how the example lists are formatted in the document.
-rw-r--r--contributors/devel/api-conventions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/devel/api-conventions.md b/contributors/devel/api-conventions.md
index 72ff7cf3..0f32cce6 100644
--- a/contributors/devel/api-conventions.md
+++ b/contributors/devel/api-conventions.md
@@ -122,7 +122,7 @@ defaults) and may not have lists.
filtering (see [the labels documentation](https://kubernetes.io/docs/user-guide/labels/)), and most
lists should support filtering by fields.
- Examples: PodLists, ServiceLists, NodeLists
+ Examples: `PodLists`, `ServiceLists`, `NodeLists`.
TODO: Describe field filtering below or in a separate doc.
@@ -487,7 +487,7 @@ selectors, annotations, data), as opposed to sets of subobjects.
Some fields will have a list of allowed values (enumerations). These values will
be strings, and they will be in CamelCase, with an initial uppercase letter.
-Examples: "ClusterFirst", "Pending", "ClientIP".
+Examples: `ClusterFirst`, `Pending`, `ClientIP`.
#### Unions