Searched refs:_wait_deployment_with_available_replicas (Results 1 – 3 of 3) sorted by relevance
239 self._wait_deployment_with_available_replicas(self.deployment_name,
254 self._wait_deployment_with_available_replicas(self.deployment_name)
223 def _wait_deployment_with_available_replicas(self, name, count=1, **kwargs): member in KubernetesBaseRunner