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