Event

io.k8s.api.events.v1.Event
See theEvent companion object

Event is a report of an event somewhere in the cluster. It generally denotes some state change in the system. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data.

Attributes

Companion
object
Source
Event.scala
Graph
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def foldTo[T : Builder]: T

Attributes

Definition Classes
Source
Event.scala

if action has a value, transforms to the result of function

if action has a value, transforms to the result of function

Attributes

Source
Event.scala

if deprecatedCount has a value, transforms to the result of function

if deprecatedCount has a value, transforms to the result of function

Attributes

Source
Event.scala

if deprecatedFirstTimestamp has a value, transforms to the result of function

if deprecatedFirstTimestamp has a value, transforms to the result of function

Attributes

Source
Event.scala

if deprecatedLastTimestamp has a value, transforms to the result of function

if deprecatedLastTimestamp has a value, transforms to the result of function

Attributes

Source
Event.scala

if deprecatedSource has a value, transforms to the result of function

if deprecatedSource has a value, transforms to the result of function

Attributes

Source
Event.scala

transforms eventTime to result of function

transforms eventTime to result of function

Attributes

Source
Event.scala

if metadata has a value, transforms to the result of function

if metadata has a value, transforms to the result of function

Attributes

Source
Event.scala

if note has a value, transforms to the result of function

if note has a value, transforms to the result of function

Attributes

Source
Event.scala

if reason has a value, transforms to the result of function

if reason has a value, transforms to the result of function

Attributes

Source
Event.scala

if regarding has a value, transforms to the result of function

if regarding has a value, transforms to the result of function

Attributes

Source
Event.scala

if related has a value, transforms to the result of function

if related has a value, transforms to the result of function

Attributes

Source
Event.scala

if reportingController has a value, transforms to the result of function

if reportingController has a value, transforms to the result of function

Attributes

Source
Event.scala

if reportingInstance has a value, transforms to the result of function

if reportingInstance has a value, transforms to the result of function

Attributes

Source
Event.scala

if series has a value, transforms to the result of function

if series has a value, transforms to the result of function

Attributes

Source
Event.scala

if type has a value, transforms to the result of function

if type has a value, transforms to the result of function

Attributes

Source
Event.scala

Returns a new data with action set to new value

Returns a new data with action set to new value

Attributes

Source
Event.scala

Returns a new data with deprecatedCount set to new value

Returns a new data with deprecatedCount set to new value

Attributes

Source
Event.scala

Returns a new data with deprecatedFirstTimestamp set to new value

Returns a new data with deprecatedFirstTimestamp set to new value

Attributes

Source
Event.scala

Returns a new data with deprecatedLastTimestamp set to new value

Returns a new data with deprecatedLastTimestamp set to new value

Attributes

Source
Event.scala

Returns a new data with deprecatedSource set to new value

Returns a new data with deprecatedSource set to new value

Attributes

Source
Event.scala

Returns a new data with eventTime set to new value

Returns a new data with eventTime set to new value

Attributes

Source
Event.scala

Returns a new data with metadata set to new value

Returns a new data with metadata set to new value

Attributes

Source
Event.scala

Returns a new data with note set to new value

Returns a new data with note set to new value

Attributes

Source
Event.scala

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Attributes

Source
Event.scala

Returns a new data with regarding set to new value

Returns a new data with regarding set to new value

Attributes

Source
Event.scala

Returns a new data with related set to new value

Returns a new data with related set to new value

Attributes

Source
Event.scala

Returns a new data with reportingController set to new value

Returns a new data with reportingController set to new value

Attributes

Source
Event.scala

Returns a new data with reportingInstance set to new value

Returns a new data with reportingInstance set to new value

Attributes

Source
Event.scala

Returns a new data with series set to new value

Returns a new data with series set to new value

Attributes

Source
Event.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source
Event.scala

Inherited methods

final def group: String

Attributes

Inherited from:
KObject
Source
ResourceKind.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

final lazy val apiVersion: String

Attributes

Inherited from:
KObject
Source
ResourceKind.scala
final lazy val kind: String

Attributes

Inherited from:
KObject
Source
ResourceKind.scala
final lazy val version: String

Attributes

Inherited from:
KObject
Source
ResourceKind.scala