diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-01-25 07:01:21 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-25 07:01:21 -0800 |
| commit | e5aeecb27cd2475007b4e81960604f26cd35cd48 (patch) | |
| tree | 1dc26824b771dc65e8a9825be0e976e76888aeba | |
| parent | 0cb2dc38dca24fa4d1b544c771c3cc4b94d6a8d2 (diff) | |
| parent | 07944f720e76a3b84aaa97be3c5496dd2c4ee23f (diff) | |
Merge pull request #1682 from lcfang/patch-2
fix a bad punctuation
| -rw-r--r-- | contributors/devel/api-conventions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/api-conventions.md b/contributors/devel/api-conventions.md index 2ac93bf7..0243dbd8 100644 --- a/contributors/devel/api-conventions.md +++ b/contributors/devel/api-conventions.md @@ -1233,7 +1233,7 @@ name transformation should then be mechanical: `foo-bar` becomes `fooBar`. Other advice regarding use of labels, annotations, taints, and other generic map keys by Kubernetes components and tools: - Key names should be all lowercase, with words separated by dashes instead of camelCase - - For instance, prefer `foo.kubernetes.io/foo-bar over` `foo.kubernetes.io/fooBar`, prefer + - For instance, prefer `foo.kubernetes.io/foo-bar` over `foo.kubernetes.io/fooBar`, prefer `desired-replicas` over `DesiredReplicas` - Prefix the key with `kubernetes.io/` or `foo.kubernetes.io/`, preferably the latter if the label/annotation is specific to `foo` |
