object ParsedWatchEvent

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParsedWatchEvent
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def from[T](requestInfo: K8sRequestInfo, event: WatchEvent)(implicit arg0: K8sObject[T], arg1: Decoder[T]): IO[K8sFailure, ParsedWatchEvent[T]]

    Converts an unparsed Kubernetes com.coralogix.zio.k8s.model.pkg.apis.meta.v1.WatchEvent to ParsedWatchEvent

    T

    Payload type

    event

    Unparsed event

    returns

    Parsed event