Share via


ContainerResourceMetricSourceV2.Container Property

Definition

Gets or sets the name of the container associated with the metric. It specifies the container within a pod to which the resource metric applies.

[YamlDotNet.Serialization.YamlMember(Alias="container")]
public string Container { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="container")>]
member this.Container : string with get, set
Public Property Container As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to