Struct k8s_openapi::apimachinery::pkg::apis::meta::v1::ManagedFieldsEntry [−][src]
pub struct ManagedFieldsEntry {
pub api_version: Option<String>,
pub fields: Option<Fields>,
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: Option<Fields>Fields identifies a set of fields.
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]
impl Clone for ManagedFieldsEntry[src]fn clone(&self) -> ManagedFieldsEntry[src]
fn clone(&self) -> ManagedFieldsEntry[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for ManagedFieldsEntry[src]
impl Debug for ManagedFieldsEntry[src]impl Default for ManagedFieldsEntry[src]
impl Default for ManagedFieldsEntry[src]fn default() -> ManagedFieldsEntry[src]
fn default() -> ManagedFieldsEntry[src]Returns the “default value” for a type. Read more
impl<'de> Deserialize<'de> for ManagedFieldsEntry[src]
impl<'de> Deserialize<'de> for ManagedFieldsEntry[src]fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, [src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
impl PartialEq<ManagedFieldsEntry> for ManagedFieldsEntry[src]
impl PartialEq<ManagedFieldsEntry> for ManagedFieldsEntry[src]fn eq(&self, other: &ManagedFieldsEntry) -> bool[src]
fn eq(&self, other: &ManagedFieldsEntry) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &ManagedFieldsEntry) -> bool[src]
fn ne(&self, other: &ManagedFieldsEntry) -> bool[src]This method tests for !=.
impl Serialize for ManagedFieldsEntry[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> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,