Show / Hide Table of Contents

Class Watcher<T>.WatchEvent

Inheritance
object
Watcher<T>.WatchEvent
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: k8s
Assembly: KubernetesClient.dll
Syntax
public class Watcher<T>.WatchEvent

Constructors

View Source

WatchEvent()

Declaration
public WatchEvent()

Properties

View Source

Object

Declaration
[JsonPropertyName("object")]
public T Object { get; set; }
Property Value
Type Description
T
View Source

Type

Declaration
[JsonPropertyName("type")]
public WatchEventType Type { get; set; }
Property Value
Type Description
WatchEventType
  • View Source
In this article
Back to top Generated by DocFX