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