diff options
| author | Yongxin Li <yxli@alauda.io> | 2018-11-08 20:23:12 +0800 |
|---|---|---|
| committer | Yongxin Li <yxli@alauda.io> | 2018-11-08 20:23:12 +0800 |
| commit | c821f15207a97dc7a71cc0b0a2f3ec8b1c5f4c5f (patch) | |
| tree | 6a6577e799bb930510b8e8badcdd7d732bf2098f | |
| parent | e3e5cfee47deeaccbbb1fca256f7cf0434717166 (diff) | |
typo fix about implementation
Signed-off-by: Yongxin Li <yxli@alauda.io>
| -rw-r--r-- | keps/sig-node/0008-20180430-promote-sysctl-annotations-to-fields.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keps/sig-node/0008-20180430-promote-sysctl-annotations-to-fields.md b/keps/sig-node/0008-20180430-promote-sysctl-annotations-to-fields.md index 325100fd..4a2090a1 100644 --- a/keps/sig-node/0008-20180430-promote-sysctl-annotations-to-fields.md +++ b/keps/sig-node/0008-20180430-promote-sysctl-annotations-to-fields.md @@ -202,7 +202,7 @@ type PodSecurityPolicySpec struct { ``` Following steps in [devel/api_changes.md#alpha-field-in-existing-api-version](https://github.com/kubernetes/community/blob/master/contributors/devel/api_changes.md#alpha-field-in-existing-api-version) -during implemention. +during implementation. Validation checks implemented as part of [#27180](https://github.com/kubernetes/kubernetes/pull/27180). |
