EnvVarSourceV1.ResourceFieldRef 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.
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