From 652fc289c16dbc2d4067d4a808a311d2b96b4c55 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Wed, 16 Jan 2019 22:49:55 -0500 Subject: [PATCH] Reference auth plugins in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0530d9c5..11b39d1f 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ will build `master`, which doesn't handle the dependencies well. * The `kubernetes` package contains the clientset to access Kubernetes API. * The `discovery` package is used to discover APIs supported by a Kubernetes API server. * The `dynamic` package contains a dynamic client that can perform generic operations on arbitrary Kubernetes API objects. +* The `plugin/pkg/client/auth` packages contain optional authentication plugins for obtaining credentials from external sources. * The `transport` package is used to set up auth and start a connection. * The `tools/cache` package is useful for writing controllers.