[−][src]Struct k8s_openapi::apimachinery::pkg::apis::meta::v1::ManagedFieldsEntry
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
impl Clone for ManagedFieldsEntry[src]
fn clone(&self) -> ManagedFieldsEntry[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for ManagedFieldsEntry[src]
impl Default for ManagedFieldsEntry[src]
fn default() -> ManagedFieldsEntry[src]
impl<'de> Deserialize<'de> for ManagedFieldsEntry[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, [src]
D: Deserializer<'de>,
impl PartialEq<ManagedFieldsEntry> for ManagedFieldsEntry[src]
fn eq(&self, other: &ManagedFieldsEntry) -> bool[src]
fn ne(&self, other: &ManagedFieldsEntry) -> bool[src]
impl Serialize for ManagedFieldsEntry[src]
impl StructuralPartialEq for ManagedFieldsEntry[src]
Auto Trait Implementations
impl RefUnwindSafe for ManagedFieldsEntry
impl Send for ManagedFieldsEntry
impl Sync for ManagedFieldsEntry
impl Unpin for ManagedFieldsEntry
impl UnwindSafe for ManagedFieldsEntry
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,