Show / Hide Table of Contents

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 Source

Metadata

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
  • View Source
In this article
Back to top Generated by DocFX