ManagedFieldsEntryV1.Operation 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.
Represents the operation type performed on the Kubernetes resource.
[YamlDotNet.Serialization.YamlMember(Alias="operation")]
public string Operation { get; set; }[<YamlDotNet.Serialization.YamlMember(Alias="operation")>]
member this.Operation : string with get, setPublic Property Operation As StringProperty Value
- Attributes
- 
			YamlDotNet.Serialization.YamlMemberAttribute
Remarks
The Operation property specifies the type of operation (e.g., Apply, Update, etc.) that was executed on the managed resource. It is used to track the state changes performed by various controllers or users in the Kubernetes system.