Home
last modified time | relevance | path

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

/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/worker/
H A Dkubernetes.py80 kubeclientservice.KubeClientService.checkAvailable(
101 self._kube = yield kubeclientservice.KubeClientService.getService(
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/fake/
H A Dkube.py23 class KubeClientService(fakehttpclientservice.HTTPClientService): class
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/integration/
H A Dtest_worker_kubernetes.py80 self.patch(kubernetes.KubeClientService, 'PREFER_TREQ', True)
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/util/
H A Dkubeclientservice.py208 class KubeClientService(HTTPClientService): class