EnvVarSourceV1.FieldRef 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.
FieldRef specifies an ObjectFieldSelector which selects an APIVersioned field of an object. This can be used to extract specific pieces of information from object metadata or specification.
[YamlDotNet.Serialization.YamlMember(Alias="fieldRef")]
public Aspire.Hosting.Kubernetes.Resources.ObjectFieldSelectorV1? FieldRef { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="fieldRef")>]
member this.FieldRef : Aspire.Hosting.Kubernetes.Resources.ObjectFieldSelectorV1 with get, set
Public Property FieldRef As ObjectFieldSelectorV1
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute