Skip to content

Commit

Permalink
fix(exception): code
Browse files Browse the repository at this point in the history
  • Loading branch information
jfagoagas committed Oct 16, 2024
1 parent a2db26b commit 5134882
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions prowler/providers/kubernetes/exceptions/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ class KubernetesBaseException(ProwlerException):
"message": "An error occurred in the Kubernetes provider.",
"remediation": "Check the provider code and configuration to identify the issue. For more information on troubleshooting Kubernetes providers, refer to the Kubernetes documentation: https://kubernetes.io/docs/reference/",
},
(1936, "KubernetesError"): {
"message": "An error occurred in the Kubernetes provider.",
"remediation": "Check the provider code and configuration to identify the issue. For more information on troubleshooting Kubernetes providers, refer to the Kubernetes documentation: https://kubernetes.io/docs/reference/",
},
(1936, "KubernetesInvalidKubeConfigFileError"): {
"message": "The provided kube-config is invalid.",
"remediation": "Review the kube-config and the attached error to get more details. Please, refer to the Kubernetes config documentation: https://kubernetes.io/docs/reference/config-api/kubeconfig.v1/#Config",
Expand Down

0 comments on commit 5134882

Please sign in to comment.