Default version: v1
v1
Official Documentation
$nodes = $this->cluster ->node() ->all(); foreach ($nodes as $node) { $node->getInfo(); $node->getImages(); $node->getCapacity(); $node->getAllocatableInfo(); }
Last updated 2 years ago