Skip to content

Commit

Permalink
Adds imports for pykube
Browse files Browse the repository at this point in the history
  • Loading branch information
pcm32 committed Mar 15, 2016
1 parent afc8bdc commit fa3da5a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/galaxy/jobs/runners/kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
from galaxy.jobs.runners import AsynchronousJobState, AsynchronousJobRunner
from .util.cli import CliInterface, split_params

# pykube imports:
import operator

from pykube.config import KubeConfig
from pykube.http import HTTPClient
from pykube.objects import Pod



log = logging.getLogger( __name__ )

__all__ = [ 'KubernetesJobRunner' ]
Expand Down

0 comments on commit fa3da5a

Please sign in to comment.