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