Class PodMetricsList
Implements
Inherited Members
Namespace: k8s.Models
Assembly: KubernetesClient.dll
Syntax
public class PodMetricsList : IMetadata<V1ObjectMeta>
Constructors
View SourcePodMetricsList()
Declaration
public PodMetricsList()
Properties
View SourceApiVersion
Defines the versioned schema of this representation of an object.
Declaration
[JsonPropertyName("apiVersion")]
public string ApiVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Items
The list of pod metrics.
Declaration
[JsonPropertyName("items")]
public IEnumerable<PodMetrics> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<PodMetrics> |
Kind
Defines the REST resource this object represents.
Declaration
[JsonPropertyName("kind")]
public string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Metadata
The kubernetes standard object's metadata.
Declaration
[JsonPropertyName("metadata")]
public V1ObjectMeta Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| V1ObjectMeta |