python/kubernetes/docs/V1ManagedFieldsEntry.md
2019-08-14 21:44:51 -07:00

15 lines
1.1 KiB
Markdown

# V1ManagedFieldsEntry
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**api_version** | **str** | 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. | [optional]
**fields** | [**object**](.md) | Fields identifies a set of fields. | [optional]
**manager** | **str** | Manager is an identifier of the workflow managing these fields. | [optional]
**operation** | **str** | Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'. | [optional]
**time** | **datetime** | Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply' | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)