ManagedFieldsEntryV1 Class
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 an entry detailing managed fields within a Kubernetes resource metadata.
[YamlDotNet.Serialization.YamlSerializable]
public sealed class ManagedFieldsEntryV1
[<YamlDotNet.Serialization.YamlSerializable>]
type ManagedFieldsEntryV1 = class
Public NotInheritable Class ManagedFieldsEntryV1
- Inheritance
-
ManagedFieldsEntryV1
- Attributes
-
YamlDotNet.Serialization.YamlSerializableAttribute
Remarks
This class provides information about the field-level changes made to a Kubernetes object. It includes details such as the fields affected, the manager responsible for the changes, the operation performed, and the API version used during the modification.
Constructors
ManagedFieldsEntryV1() |
Properties
ApiVersion |
Gets or sets the API version of the resource being managed. |
FieldsType |
Represents the type of managed fields for a Kubernetes resource. |
FieldsV1 |
Represents a structure used for describing serialized field data in Kubernetes resources. |
Manager |
Gets or sets the name of the entity, application, or process that is managing the resource. |
Operation |
Represents the operation type performed on the Kubernetes resource. |
Subresource |
Gets or sets the subresource associated with the managed fields entry. |
Time |
Gets or sets the timestamp indicating the time of the operation described in the managed fields entry. |