Struct k8_types::options::ListOptions[][src]

pub struct ListOptions {
    pub pretty: Option<bool>,
    pub continu: Option<String>,
    pub field_selector: Option<String>,
    pub include_uninitialized: Option<bool>,
    pub label_selector: Option<String>,
    pub limit: Option<u32>,
    pub resource_version: Option<String>,
    pub timeout_seconds: Option<u32>,
    pub watch: Option<bool>,
}
Expand description

goes as query parameter

Fields

pretty: Option<bool>continu: Option<String>field_selector: Option<String>include_uninitialized: Option<bool>label_selector: Option<String>limit: Option<u32>resource_version: Option<String>timeout_seconds: Option<u32>watch: Option<bool>

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.