summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2017-10-14 00:06:54 -0700
committerGitHub <noreply@github.com>2017-10-14 00:06:54 -0700
commit284cdbc2183a82a9cf4e7d79f92de2bf068306c5 (patch)
tree035062c040d3ff8c4d714b9c27d558a1fb721bc4
parent1242341331c77f079b8bf9d2980a4be5fd78faa6 (diff)
parenta51a67d80413b6ae1bd4e14dc621e6de9708f40e (diff)
Merge pull request #1188 from renwenhaogc/feature-1
Automatic merge from submit-queue. word spell mistake
-rw-r--r--contributors/design-proposals/api-machinery/apiserver-build-in-admission-plugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/api-machinery/apiserver-build-in-admission-plugins.md b/contributors/design-proposals/api-machinery/apiserver-build-in-admission-plugins.md
index f09af314..5c76f960 100644
--- a/contributors/design-proposals/api-machinery/apiserver-build-in-admission-plugins.md
+++ b/contributors/design-proposals/api-machinery/apiserver-build-in-admission-plugins.md
@@ -65,7 +65,7 @@ method does from our example admission plugin. It accepts a global registry as a
Secondly, it adds an admission chain to the server configuration via [ApplyTo](https://github.com/kubernetes/kubernetes/blob/2f00e6d72c9d58fe3edc3488a91948cf4bfcc6d9/staging/src/k8s.io/apiserver/pkg/server/options/admission.go#L66) method.
The method accepts optional parameters in the form of `pluginInitalizers`. This is useful when admission plugins need custom configuration that is not provided by the generic initializer.
-The following code has been extracted from the sample server and ilustrates how to register and wire an admission plugin:
+The following code has been extracted from the sample server and illustrates how to register and wire an admission plugin:
```go
// register admission plugins