Share via


EnvVarSourceV1.ResourceFieldRef Property

Definition

ResourceFieldRef is a property representing a reference to container resource fields, such as CPU or Memory. It leverages the ResourceFieldSelectorV1 type, which allows specification of container resource attributes and their output formats.

[YamlDotNet.Serialization.YamlMember(Alias="resourceFieldRef")]
public Aspire.Hosting.Kubernetes.Resources.ResourceFieldSelectorV1? ResourceFieldRef { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="resourceFieldRef")>]
member this.ResourceFieldRef : Aspire.Hosting.Kubernetes.Resources.ResourceFieldSelectorV1 with get, set
Public Property ResourceFieldRef As ResourceFieldSelectorV1

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to