Class V1alpha1StorageVersion
Storage version of a specific resource.
Inheritance
V1alpha1StorageVersion
Assembly: KubernetesClient.dll
Syntax
[KubernetesEntity(Group = "internal.apiserver.k8s.io", Kind = "StorageVersion", ApiVersion = "v1alpha1", PluralName = "storageversions")]
public record V1alpha1StorageVersion : IKubernetesObject<V1ObjectMeta>, IKubernetesObject, IMetadata<V1ObjectMeta>, IEquatable<V1alpha1StorageVersion>
Constructors
V1alpha1StorageVersion()
Declaration
public V1alpha1StorageVersion()
V1alpha1StorageVersion(V1alpha1StorageVersion)
Declaration
protected V1alpha1StorageVersion(V1alpha1StorageVersion original)
Parameters
Fields
KubeApiVersion
Declaration
public const string KubeApiVersion = "v1alpha1"
Field Value
KubeGroup
Declaration
public const string KubeGroup = "internal.apiserver.k8s.io"
Field Value
KubeKind
Declaration
public const string KubeKind = "StorageVersion"
Field Value
KubePluralName
Declaration
public const string KubePluralName = "storageversions"
Field Value
Properties
ApiVersion
Declaration
[JsonPropertyName("apiVersion")]
public string ApiVersion { get; set; }
Property Value
EqualityContract
Declaration
protected virtual Type EqualityContract { get; }
Property Value
Kind
Declaration
[JsonPropertyName("kind")]
public string Kind { get; set; }
Property Value
metadata is the standard object metadata. The name is <group>.<resource>.
Declaration
[JsonPropertyName("metadata")]
public V1ObjectMeta Metadata { get; set; }
Property Value
Spec
spec is an empty spec. It is here to comply with Kubernetes API style.
Declaration
[JsonPropertyName("spec")]
public object Spec { get; set; }
Property Value
Status
status on the version the API server instance can decode from and encode objects
to when persisting objects in the backend.
Declaration
[JsonPropertyName("status")]
public V1alpha1StorageVersionStatus Status { get; set; }
Property Value
Methods
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
Equals(V1alpha1StorageVersion?)
Declaration
public virtual bool Equals(V1alpha1StorageVersion? 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 ==(V1alpha1StorageVersion?, V1alpha1StorageVersion?)
Declaration
public static bool operator ==(V1alpha1StorageVersion? left, V1alpha1StorageVersion? right)
Parameters
Returns
operator !=(V1alpha1StorageVersion?, V1alpha1StorageVersion?)
Declaration
public static bool operator !=(V1alpha1StorageVersion? left, V1alpha1StorageVersion? right)
Parameters
Returns
Implements
Extension Methods