meta.v1.managedFieldsEntry
"ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to."
Index
fn withFieldsType(fieldsType)
fn withFieldsV1(fieldsV1)
fn withFieldsV1Mixin(fieldsV1)
fn withManager(manager)
fn withOperation(operation)
fn withTime(time)
Fields
fn withFieldsType
withFieldsType(fieldsType)
"FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\
fn withFieldsV1
withFieldsV1(fieldsV1)
"FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:
fn withFieldsV1Mixin
withFieldsV1Mixin(fieldsV1)
"FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:
Note: This function appends passed data to existing values
fn withManager
withManager(manager)
"Manager is an identifier of the workflow managing these fields."
fn withOperation
withOperation(operation)
"Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'."
fn withTime
withTime(time)
"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."