We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d871236 commit 08fab49Copy full SHA for 08fab49
src/Traits/Cluster/ChecksClusterVersion.php
@@ -57,7 +57,7 @@ protected function loadClusterVersion(): void
57
* @param string $kubernetesVersion
58
* @return bool
59
*
60
- * @throws KubernetesAPIException|GuzzleException
+ * @throws KubernetesAPIException|GuzzleException|JsonException
61
*/
62
public function newerThan(string $kubernetesVersion): bool
63
{
@@ -75,7 +75,7 @@ public function newerThan(string $kubernetesVersion): bool
75
76
77
78
79
80
public function olderThan(string $kubernetesVersion): bool
81
0 commit comments