K8sZIOSyntax

com.coralogix.zio.k8s.client.K8sFailure$.syntax$.K8sZIOSyntax
implicit class K8sZIOSyntax[R, A](val f: ZIO[R, K8sFailure, A])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def ifFound: ZIO[R, K8sFailure, Option[A]]

Captures the NotFound error and converts the result value to an Option

Captures the NotFound error and converts the result value to an Option

Attributes

Concrete fields

val f: ZIO[R, K8sFailure, A]