ManagedFieldsEntryV1.Manager 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 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.