Class Watcher<T>.WatchEvent
Inherited Members
Namespace: k8s
Assembly: KubernetesClient.dll
Syntax
public class Watcher<T>.WatchEvent
Constructors
View SourceWatchEvent()
Declaration
public WatchEvent()
Properties
View SourceObject
Declaration
[JsonPropertyName("object")]
public T Object { get; set; }
Property Value
| Type | Description |
|---|---|
| T |
Type
Declaration
[JsonPropertyName("type")]
public WatchEventType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| WatchEventType |