WatchEventPointer

io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventPointer
final case class WatchEventPointer(currentPath: PointerPath) extends Pointer[WatchEvent]

Pointer for WatchEvent

Attributes

Source
WatchEventPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def `type`: Plain[String]

Attributes

Source
WatchEventPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product