Show / Hide Table of Contents

Class WatchEvent

Event represents a single event to a watched resource.

Inheritance
System.Object
WatchEvent
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.Meta.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class WatchEvent

Fields

View Source

Object

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.
Declaration
public readonly Json.JsonElement Object
Field Value
Type Description
System.Text.Json.JsonElement
View Source

Type

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.