Managed Fields Entry Patch
data class ManagedFieldsEntryPatch(val apiVersion: String? = null, val fieldsType: String? = null, val fieldsV1: JsonElement? = null, val manager: String? = null, val operation: String? = null, val subresource: String? = null, val time: String? = null)
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
Constructors
Types
Properties
Link copied to clipboard
Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.