Esempio n. 1
0
 def __init__(self, subprocess, hive_home, options):
     Command.__init__(self, "docker", subprocess, hive_home, options)
     self._cli = ["docker"]
Esempio n. 2
0
 def __init__(self, subprocess, hive_home, options):
     Command.__init__(self, "script", subprocess, hive_home, options)
Esempio n. 3
0
 def __init__(self, subprocess, hive_home, options):
     Command.__init__(self, "certificate", subprocess, hive_home, options)
Esempio n. 4
0
    def __init__(self, subprocess, hive_home, options):
        Command.__init__(self, "kubernetes", subprocess, hive_home, options)

        self._kubernetes = kubernetes(subprocess, hive_home, options)
Esempio n. 5
0
    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'
Esempio n. 6
0
    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 "