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