Share via


ManagedFieldsEntryV1.Manager Property

Definition

Gets or sets the name of the entity, application, or process that is managing the resource.

[YamlDotNet.Serialization.YamlMember(Alias="manager")]
public string Manager { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="manager")>]
member this.Manager : string with get, set
Public Property Manager As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

The Manager property identifies the controller or user responsible for making updates or changes to the managed fields. This information is typically used for auditing and tracking purposes within Kubernetes-managed resources.

Applies to