ManagedFieldsEntryV1.Subresource 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.
Gets or sets the subresource associated with the managed fields entry.
[YamlDotNet.Serialization.YamlMember(Alias="subresource")]
public string Subresource { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="subresource")>]
member this.Subresource : string with get, set
Public Property Subresource As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
This property specifies the subresource of the Kubernetes object that the managed fields are applied to. It is typically used to provide context about the specific subresource being accessed or managed.