Struct k8s_openapi::api::core::v1::ConnectDeletePodProxyWithPathOptional
source · pub struct ConnectDeletePodProxyWithPathOptional<'a> {
pub path_: Option<&'a str>,
}
Expand description
Optional parameters of Pod::connect_delete_proxy_with_path
Fields§
§path_: Option<&'a str>
Path is the URL path to use for the current proxy request to pod.
Trait Implementations§
source§impl<'a> Clone for ConnectDeletePodProxyWithPathOptional<'a>
impl<'a> Clone for ConnectDeletePodProxyWithPathOptional<'a>
source§fn clone(&self) -> ConnectDeletePodProxyWithPathOptional<'a>
fn clone(&self) -> ConnectDeletePodProxyWithPathOptional<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for ConnectDeletePodProxyWithPathOptional<'a>
impl<'a> Debug for ConnectDeletePodProxyWithPathOptional<'a>
source§impl<'a> Default for ConnectDeletePodProxyWithPathOptional<'a>
impl<'a> Default for ConnectDeletePodProxyWithPathOptional<'a>
source§fn default() -> ConnectDeletePodProxyWithPathOptional<'a>
fn default() -> ConnectDeletePodProxyWithPathOptional<'a>
Returns the “default value” for a type. Read more