Struct k8s_openapi::api::apps::v1::ReadNamespacedDaemonSetOptional [−][src]
Expand description
Optional parameters of DaemonSet::read_namespaced_daemon_set
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 ReadNamespacedDaemonSetOptional<'a>
impl<'a> Send for ReadNamespacedDaemonSetOptional<'a>
impl<'a> Sync for ReadNamespacedDaemonSetOptional<'a>
impl<'a> Unpin for ReadNamespacedDaemonSetOptional<'a>
impl<'a> UnwindSafe for ReadNamespacedDaemonSetOptional<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more