diff options
| -rw-r--r-- | contributors/design-proposals/apiserver-build-in-admission-plugins.md | 4 |
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..c3a19a68 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) + 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 |
