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