Class V1alpha1ParamKind
ParamKind is a tuple of Group Kind and Version.
Inheritance
V1alpha1ParamKind
Assembly: KubernetesClient.dll
Syntax
public record V1alpha1ParamKind : IEquatable<V1alpha1ParamKind>
Constructors
View Source
V1alpha1ParamKind()
Declaration
public V1alpha1ParamKind()
View Source
V1alpha1ParamKind(V1alpha1ParamKind)
Declaration
protected V1alpha1ParamKind(V1alpha1ParamKind original)
Parameters
Properties
View Source
ApiVersion
APIVersion is the API group version the resources belong to. In format of
"group/version". Required.
Declaration
[JsonPropertyName("apiVersion")]
public string ApiVersion { get; set; }
Property Value
View Source
EqualityContract
Declaration
protected virtual Type EqualityContract { get; }
Property Value
View Source
Kind
Kind is the API kind the resources belong to. Required.
Declaration
[JsonPropertyName("kind")]
public string Kind { 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(V1alpha1ParamKind?)
Declaration
public virtual bool Equals(V1alpha1ParamKind? 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 ==(V1alpha1ParamKind?, V1alpha1ParamKind?)
Declaration
public static bool operator ==(V1alpha1ParamKind? left, V1alpha1ParamKind? right)
Parameters
Returns
View Source
operator !=(V1alpha1ParamKind?, V1alpha1ParamKind?)
Declaration
public static bool operator !=(V1alpha1ParamKind? left, V1alpha1ParamKind? right)
Parameters
Returns
Implements