Struct k8_types::options::DeleteOptions[][src]

pub struct DeleteOptions {
    pub kind: &'static str,
    pub api_version: &'static str,
    pub pretty: Option<bool>,
    pub dry_run: Option<String>,
    pub grace_period_seconds: Option<u64>,
    pub propagation_policy: Option<PropogationPolicy>,
}

Fields

kind: &'static strapi_version: &'static strpretty: Option<bool>dry_run: Option<String>grace_period_seconds: Option<u64>propagation_policy: Option<PropogationPolicy>

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.