diff --git a/src/Traits/Cluster/ChecksClusterVersion.php b/src/Traits/Cluster/ChecksClusterVersion.php index ba06cfa..2b80ec8 100644 --- a/src/Traits/Cluster/ChecksClusterVersion.php +++ b/src/Traits/Cluster/ChecksClusterVersion.php @@ -57,7 +57,7 @@ protected function loadClusterVersion(): void * @param string $kubernetesVersion * @return bool * - * @throws KubernetesAPIException|GuzzleException + * @throws KubernetesAPIException|GuzzleException|JsonException */ public function newerThan(string $kubernetesVersion): bool { @@ -75,7 +75,7 @@ public function newerThan(string $kubernetesVersion): bool * @param string $kubernetesVersion * @return bool * - * @throws KubernetesAPIException|GuzzleException + * @throws KubernetesAPIException|GuzzleException|JsonException */ public function olderThan(string $kubernetesVersion): bool {