Class NodeMetricsList
Implements
Inherited Members
Namespace: k8s.Models
Assembly: KubernetesClient.dll
Syntax
public class NodeMetricsList : IMetadata<V1ObjectMeta>
Constructors
View SourceNodeMetricsList()
Declaration
public NodeMetricsList()
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 node metrics.
Declaration
[JsonPropertyName("items")]
public IEnumerable<NodeMetrics> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<NodeMetrics> |
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 |