Share via


ResourceFieldSelectorV1.ContainerName Property

Definition

Specifies the name of the container from which to select resource data. This property identifies the container within a Kubernetes environment where the resource usage will be retrieved.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to