WatchEvent

com.coralogix.zio.k8s.model.pkg.apis.meta.v1.WatchEvent
See theWatchEvent companion object
case class WatchEvent(`object`: RawExtension, `type`: String)

Event represents a single event to a watched resource.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Gets object.

Gets object.

This effect always succeeds, it is safe to use the field object directly.

Attributes

Gets type.

Gets type.

This effect always succeeds, it is safe to use the field type directly.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product