Share via


ResourceFieldSelectorV1.Resource Property

Definition

Specifies the resource to select from a particular container in a Kubernetes environment. The resource field is used to identify the particular resource attribute (e.g., CPU, memory) of a container to be referenced within the context of resource management or metrics.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to