Home
last modified time | relevance | path

Searched refs:kube_namespace_file (Results 1 – 1 of 1) sorted by relevance

/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/util/
H A Dkubeclientservice.py174 kube_namespace_file = os.path.join(kube_dir, 'namespace') variable in KubeInClusterConfigLoader
194 with open(self.kube_namespace_file, encoding="utf-8") as namespace_content: