From 507de4363ece148ea4df7e54c85bbd3a947bd650 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Tue, 5 Dec 2017 10:51:43 +0100 Subject: [PATCH] add kubernetes/ README Signed-off-by: Vincent Demeester Upstream-commit: 0b5883f953d0361d27e581972a353f8837fa9e5e Component: cli --- components/cli/kubernetes/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 components/cli/kubernetes/README.md diff --git a/components/cli/kubernetes/README.md b/components/cli/kubernetes/README.md new file mode 100644 index 0000000000..96f78d9328 --- /dev/null +++ b/components/cli/kubernetes/README.md @@ -0,0 +1,5 @@ +# Kubernetes client libraries + +This package (and sub-packages) holds the client libraries for the kubernetes integration in +the docker platform. Most of the code is currently generated but will evolved quickly in +the next months. \ No newline at end of file