We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f25bd commit 72fb69eCopy full SHA for 72fb69e
src/Instances/Container.php
@@ -139,7 +139,6 @@ public function getMaxCpu()
139
return $this->getAttribute('resources.limits.cpu', null);
140
}
141
142
-
143
/**
144
* Set the readiness probe for the container.
145
*
tests/ContainerTest.php
@@ -2,8 +2,8 @@
2
3
namespace RenokiCo\PhpK8s\Test;
4
5
-use RenokiCo\PhpK8s\K8s;
6
use RenokiCo\PhpK8s\Instances\Probe;
+use RenokiCo\PhpK8s\K8s;
7
8
class ContainerTest extends TestCase
9
{
0 commit comments