fix typo in client-go

Kubernetes-commit: 86801dee64215e76080fe8df83ffd1fb7df9e093
This commit is contained in:
halfcrazy
2018-02-01 02:33:45 +08:00
committed by Kubernetes Publisher
parent 63d0eb0002
commit b6a34c5a00
10 changed files with 10 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ location within a Container's file tree for Containers that
need access to the Kubernetes API.
Having a defined format allows:
- clients to be implmented in multiple languages
- clients to be implemented in multiple languages
- applications which link clients to be portable across
clusters with different authentication styles (e.g.
some may use SSL Client certs, others may not, etc)