Struct k8s_openapi::api::core::v1::ConnectPostServiceProxyWithPathOptional
source · pub struct ConnectPostServiceProxyWithPathOptional<'a> {
pub path_: Option<&'a str>,
}
Expand description
Optional parameters of Service::connect_post_proxy_with_path
Fields§
§path_: Option<&'a str>
Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.
Trait Implementations§
source§impl<'a> Clone for ConnectPostServiceProxyWithPathOptional<'a>
impl<'a> Clone for ConnectPostServiceProxyWithPathOptional<'a>
source§fn clone(&self) -> ConnectPostServiceProxyWithPathOptional<'a>
fn clone(&self) -> ConnectPostServiceProxyWithPathOptional<'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 ConnectPostServiceProxyWithPathOptional<'a>
impl<'a> Debug for ConnectPostServiceProxyWithPathOptional<'a>
source§impl<'a> Default for ConnectPostServiceProxyWithPathOptional<'a>
impl<'a> Default for ConnectPostServiceProxyWithPathOptional<'a>
source§fn default() -> ConnectPostServiceProxyWithPathOptional<'a>
fn default() -> ConnectPostServiceProxyWithPathOptional<'a>
Returns the “default value” for a type. Read more