Struct kubernetes::api::core::v1::Pod[][src]

pub struct Pod {
    pub metadata: ObjectMeta,
    pub spec: PodSpec,
    pub status: PodStatus,
    // some fields omitted
}

Fields

Trait Implementations

impl Default for Pod
[src]

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

impl Debug for Pod
[src]

Formats the value using the given formatter. Read more

impl Clone for Pod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Pod
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl TypeMeta for Pod
[src]

impl Metadata for Pod
[src]

Auto Trait Implementations

impl Send for Pod

impl Sync for Pod