Class WatchEventArgs
Event represents a single event to a watched resource.
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.Inputs.Meta.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class WatchEventArgs : ResourceArgs
Properties
View SourceObject
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 InputJson Object { get; set; }
Property Value
| Type | Description |
|---|---|
| InputJson |
Type
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |