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 e2268a8 + f51e376 commit 3dce40cCopy full SHA for 3dce40c
src/AddOn/CronJob.php
@@ -0,0 +1,9 @@
1
+<?php
2
+
3
+declare(strict_types=1);
4
5
+namespace Mammatus\Kubernetes\Contracts\AddOn;
6
7
+interface CronJob extends AbstractAddOn
8
+{
9
+}
src/AddOn/Pod.php
+interface Pod extends AbstractAddOn
src/AddOn/StatefulSet.php
+interface StatefulSet extends AbstractAddOn
0 commit comments