summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXsWack <xushiwei5@huawei.com>2017-08-22 12:18:26 +0800
committerGitHub <noreply@github.com>2017-08-22 12:18:26 +0800
commitff3fa648495493c4d260d4b85cc279d91a9019ee (patch)
tree99a013261483033e7b12be74bb0e2e26bd05d808
parent313bcaf6054e675d931946af833e0623d73fbb8f (diff)
Update apiserver-build-in-admission-plugins.md
fix bad url
-rw-r--r--contributors/design-proposals/apiserver-build-in-admission-plugins.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/design-proposals/apiserver-build-in-admission-plugins.md b/contributors/design-proposals/apiserver-build-in-admission-plugins.md
index 10708b1f..5daee8ad 100644
--- a/contributors/design-proposals/apiserver-build-in-admission-plugins.md
+++ b/contributors/design-proposals/apiserver-build-in-admission-plugins.md
@@ -43,8 +43,8 @@ These plugins should be moved. One example is the Namespace Lifecycle plugin whi
from creating resources in non-existent namespaces.
*Note*:
-For loading in-cluster configuration [visit](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/client-go/examples/in-cluster/main.go#L30)
- For loading the configuration directly from a file [visit](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/client-go/examples/out-of-cluster/main.go)
+For loading in-cluster configuration [visit](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/client-go/examples/in-cluster-client-configuration/main.go#L30)
+ For loading the configuration directly from a file [visit](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/client-go/examples/out-of-cluster-client-configuration/main.go)
## How to add an admission plugin ?
At this point adding an admission plugin is very simple and boils down to performing the