Share via


ManagedFieldsEntryV1.Operation Property

Definition

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, set
Public Property Operation As String

Property 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.

Applies to