From a3a43ef22539906d3eed635356bb06ab774bceb5 Mon Sep 17 00:00:00 2001 From: wenchma Date: Tue, 22 Sep 2015 17:26:47 +0800 Subject: [PATCH] Sync the description with Kubernetes Release 1 version Closes-bug: #1498385 Change-Id: Iafe5529a8c060d0ea704eea738e696427c09c25c --- magnum/conductor/k8s_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magnum/conductor/k8s_api.py b/magnum/conductor/k8s_api.py index d227893e94..52341d4e8f 100644 --- a/magnum/conductor/k8s_api.py +++ b/magnum/conductor/k8s_api.py @@ -61,7 +61,7 @@ class K8sAPI(apiv_api.ApivApi): def create_k8s_api(context, obj): """Create a kubernetes API client - Creates connection with Kubernetes master and creates ApivbetaApi instance + Creates connection with Kubernetes master and creates ApivApi instance to call Kubernetes APIs. :param context: The security context