Struct k8s_openapi::api::core::v1::ReadNodeStatusOptional [−][src]
Expand description
Optional parameters of Node::read_node_status
Fields
pretty: Option<&'a str>
If ‘true’, then the output is pretty printed.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for ReadNodeStatusOptional<'a>
impl<'a> Send for ReadNodeStatusOptional<'a>
impl<'a> Sync for ReadNodeStatusOptional<'a>
impl<'a> Unpin for ReadNodeStatusOptional<'a>
impl<'a> UnwindSafe for ReadNodeStatusOptional<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more