Kazan v0.11.0 Kazan.Models.Apimachinery.Meta.V1.WatchEvent View Source

Event represents a single event to a watched resource.

OpenAPI Definition: io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent

Properties

  • object :: Kazan.Models.Apimachinery.Runtime.RawExtension

    • Object is:
  • If Type is Added or Modified: the new state of the object.
  • If Type is Deleted: the state of the object immediately before deletion.
  • If Type is Error: *Status is recommended; other types may make sense depending on context.
  • type :: String

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Models.Apimachinery.Meta.V1.WatchEvent{
  object: Kazan.Models.Apimachinery.Runtime.RawExtension.t(),
  type: String.t()
}