Struct k8s_openapi::api::core::v1::ConnectPostPodProxyWithPathOptional
source · pub struct ConnectPostPodProxyWithPathOptional<'a> {
pub path_: Option<&'a str>,
}
Expand description
Optional parameters of Pod::connect_post_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 ConnectPostPodProxyWithPathOptional<'a>
impl<'a> Clone for ConnectPostPodProxyWithPathOptional<'a>
source§fn clone(&self) -> ConnectPostPodProxyWithPathOptional<'a>
fn clone(&self) -> ConnectPostPodProxyWithPathOptional<'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 ConnectPostPodProxyWithPathOptional<'a>
impl<'a> Debug for ConnectPostPodProxyWithPathOptional<'a>
source§impl<'a> Default for ConnectPostPodProxyWithPathOptional<'a>
impl<'a> Default for ConnectPostPodProxyWithPathOptional<'a>
source§fn default() -> ConnectPostPodProxyWithPathOptional<'a>
fn default() -> ConnectPostPodProxyWithPathOptional<'a>
Returns the “default value” for a type. Read more