UNPKG

@jkcfg/kubernetes

Version:
36 lines 1.42 kB
{ "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": [ "string", "null" ] }, "fields": { "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Fields", "description": "Fields identifies a set of fields." }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": [ "string", "null" ] }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": [ "string", "null" ] }, "time": { "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'" } }, "type": "object", "$schema": "http://json-schema.org/schema#" }