K8sZIOSyntax

class K8sZIOSyntax[R, A](val f: ZIO[R, K8sFailure, A])
class Object
trait Matchable
class Any

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

Concrete fields

val f: ZIO[R, K8sFailure, A]