Class V1EventSource
EventSource contains information for an event.
Inheritance
V1EventSource
Assembly: KubernetesClient.dll
Syntax
public record V1EventSource : IEquatable<V1EventSource>
Constructors
V1EventSource()
Declaration
V1EventSource(V1EventSource)
Declaration
protected V1EventSource(V1EventSource original)
Parameters
Properties
Component
Component from which the event is generated.
Declaration
[JsonPropertyName("component")]
public string Component { get; set; }
Property Value
EqualityContract
Declaration
protected virtual Type EqualityContract { get; }
Property Value
Host
Node name on which the event is generated.
Declaration
[JsonPropertyName("host")]
public string Host { get; set; }
Property Value
Methods
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
Equals(V1EventSource?)
Declaration
public virtual bool Equals(V1EventSource? other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
PrintMembers(StringBuilder)
Declaration
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
operator ==(V1EventSource?, V1EventSource?)
Declaration
public static bool operator ==(V1EventSource? left, V1EventSource? right)
Parameters
Returns
operator !=(V1EventSource?, V1EventSource?)
Declaration
public static bool operator !=(V1EventSource? left, V1EventSource? right)
Parameters
Returns
Implements