We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bb0312 + 9fb3c1c commit 29d10cdCopy full SHA for 29d10cd
src/Traits/HasPods.php
@@ -12,9 +12,9 @@ trait HasPods
12
*/
13
public function getPods(array $query = ['pretty' => 1])
14
{
15
- $labelSelector = http_build_query(
+ $labelSelector = urldecode(http_build_query(
16
$this->podsSelector()
17
- );
+ ));
18
19
return $this->cluster->pod()->setNamespace($this->getNamespace())->all(
20
array_merge(['labelSelector' => $labelSelector], $query)
0 commit comments