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