coralogix / zio-k8s

An idiomatic ZIO client for the Kubernetes API.
Apache License 2.0
97 stars 19 forks source link

K8sFailure should have a toThrowable method #280

Open iravid opened 2 years ago

iravid commented 2 years ago

In the same vein as zio-aws.

koshelev commented 2 years ago

IIUC we already have it here - https://github.com/coralogix/zio-k8s/blob/master/zio-k8s-operator/src/main/scala/com/coralogix/zio/k8s/operator/OperatorFailure.scala#L24

But it can be good to have it outside of the operator module