Share via


ManagedFieldsEntryV1.Subresource Property

Definition

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.

Applies to