def __init__(self, subprocess, hive_home, options): Command.__init__(self, "docker", subprocess, hive_home, options) self._cli = ["docker"]
def __init__(self, subprocess, hive_home, options): Command.__init__(self, "script", subprocess, hive_home, options)
def __init__(self, subprocess, hive_home, options): Command.__init__(self, "certificate", subprocess, hive_home, options)
def __init__(self, subprocess, hive_home, options): Command.__init__(self, "kubernetes", subprocess, hive_home, options) self._kubernetes = kubernetes(subprocess, hive_home, options)
def __init__(self, subprocess, hive_home, options): Command.__init__(self, "kubernetes", subprocess, hive_home, options) self.gcloud = gcloud(subprocess, hive_home, options) self.resources_path = '/hive_share/kubernetes/manifests'
def __init__(self, subprocess, hive_home, options): Command.__init__(self, "kubernetes", subprocess, hive_home, options) self.resources_path = '/hive_share/kubernetes/manifests' self.kubectl = gcloud(subprocess, hive_home, options).get_container() + " kubectl "