ResourceFieldSelectorV1.Resource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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