Struct kubernetes::api::meta::v1::ObjectMeta[][src]

pub struct ObjectMeta {
    pub cluster_name: Option<String>,
    pub name: Option<String>,
    pub namespace: Option<String>,
    pub creation_timestamp: Option<Time>,
    pub deletion_grace_period_seconds: Option<Integer>,
    pub deletion_timestamp: Option<Time>,
    pub finalizers: Vec<String>,
    pub generate_name: Option<String>,
    pub generation: Option<Integer>,
    pub initializers: Option<Initializers>,
    pub annotations: HashMap<String, String>,
    pub labels: HashMap<String, String>,
    pub owner_references: Vec<OwnerReference>,
    pub resource_version: Option<String>,
    pub self_link: Option<String>,
    pub uid: Option<String>,
}

Fields

Trait Implementations

impl Default for ObjectMeta
[src]

Returns the "default value" for a type. Read more

impl Debug for ObjectMeta
[src]

Formats the value using the given formatter. Read more

impl Clone for ObjectMeta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ObjectMeta
[src]

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 Send for ObjectMeta

impl Sync for ObjectMeta