ManagedFieldsEntryV1
Class sealed net10.0
Represents an entry detailing managed fields within a Kubernetes resource metadata.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class ManagedFieldsEntryV1{ // ...} 8 members
Remarks
Section titled 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.
Constructors1
Section titled ConstructorsProperties7
Section titled PropertiesApiVersionget; setstring Gets or sets the API version of the resource being managed.
FieldsTypeget; setstring Represents the type of managed fields for a Kubernetes resource.
FieldsV1get; set Represents a structure used for describing serialized field data in Kubernetes resources.
Managerget; setstring Gets or sets the name of the entity, application, or process that is managing the resource.
Operationget; setstring Represents the operation type performed on the Kubernetes resource.
Subresourceget; setstring Gets or sets the subresource associated with the managed fields entry.
Timeget; setDateTime? Gets or sets the timestamp indicating the time of the operation described in the managed fields entry.