Skip to content

Commit

Permalink
Use oauth2 from google-auth (kubernetes-client#16)
Browse files Browse the repository at this point in the history
oauth2client is deprecated [1], use google-auth.

[1] https://github.com/google/oauth2client/releases (see Note)

Related-Issue: kubernetes-client#275

Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
  • Loading branch information
strigazi authored and mbohlool committed Jul 7, 2017
1 parent 4318bc6 commit 26cb526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/kube_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import urllib3
import yaml
from oauth2client.client import GoogleCredentials
from google.oauth2.credentials import Credentials

from kubernetes.client import ApiClient, ConfigurationObject, configuration

Expand Down

0 comments on commit 26cb526

Please sign in to comment.