Interface IMetadata<T>
Kubernetes object that exposes metadata
Namespace: k8s.Models
Assembly: KubernetesClient.dll
Syntax
public interface IMetadata<T>
Type Parameters
| Name | Description |
|---|---|
| T | Type of metadata exposed. Usually this will be either V1ListMeta for lists or V1ObjectMeta for objects |
Properties
View SourceMetadata
Gets or sets standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
Declaration
T Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| T |