Struct k8s_openapi::apimachinery::pkg::apis::meta::v1::ManagedFieldsEntry [−][src]
pub struct ManagedFieldsEntry {
pub api_version: Option<String>,
pub fields_type: Option<String>,
pub fields_v1: Option<FieldsV1>,
pub manager: Option<String>,
pub operation: Option<String>,
pub time: Option<Time>,
}Expand description
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
Fields
api_version: Option<String>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.
fields_type: Option<String>FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: “FieldsV1”
fields_v1: Option<FieldsV1>FieldsV1 holds the first JSON version format as described in the “FieldsV1” type.
manager: Option<String>Manager is an identifier of the workflow managing these fields.
operation: Option<String>Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are ‘Apply’ and ‘Update’.
time: Option<Time>Time is timestamp of when these fields were set. It should always be empty if Operation is ‘Apply’
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ManagedFieldsEntryimpl Send for ManagedFieldsEntryimpl Sync for ManagedFieldsEntryimpl Unpin for ManagedFieldsEntryimpl UnwindSafe for ManagedFieldsEntryBlanket Implementations
Mutably borrows from an owned value. Read more