Merge pull request #2915 from liyongxin/master

typo fix about implementation
This commit is contained in:
k8s-ci-robot 2018-11-08 05:51:16 -08:00 committed by GitHub
commit 0b2360cd39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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).