Packages

c

com.coralogix.zio.k8s.client

InvalidEvent

final case class InvalidEvent(requestInfo: K8sRequestInfo, eventType: String) extends K8sFailure with Product with Serializable

An unsupported event type was sent in a watch stream

eventType

The unrecognized event type from the server

Linear Supertypes
Serializable, Serializable, Product, Equals, K8sFailure, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InvalidEvent
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. K8sFailure
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InvalidEvent(requestInfo: K8sRequestInfo, eventType: String)

    eventType

    The unrecognized event type from the server

Value Members

  1. val eventType: String
  2. val requestInfo: K8sRequestInfo