コード例 #1
0
ファイル: Client.php プロジェクト: cargomedia/cm
 public function awaitReady()
 {
     $this->_client->cluster()->health(['wait_for_status' => 'yellow']);
 }