Show / Hide Table of Contents

Class ContainerMetrics

Describes the resource usage metrics of a container pull from metrics server API.

Inheritance
object
ContainerMetrics
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: k8s.Models
Assembly: KubernetesClient.dll
Syntax
public class ContainerMetrics

Constructors

View Source

ContainerMetrics()

Declaration
public ContainerMetrics()

Properties

View Source

Name

Defines container name corresponding to the one from pod.spec.containers.

Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Type Description
string
View Source

Usage

The resource usage.

Declaration
[JsonPropertyName("usage")]
public IDictionary<string, ResourceQuantity> Usage { get; set; }
Property Value
Type Description
IDictionary<string, ResourceQuantity>
  • View Source
In this article
Back to top Generated by DocFX