Struct k8s_openapi::api::core::v1::ConnectPatchServiceProxyOptional
source · pub struct ConnectPatchServiceProxyOptional<'a> {
pub path: Option<&'a str>,
}
Expand description
Optional parameters of Service::connect_patch_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 ConnectPatchServiceProxyOptional<'a>
impl<'a> Clone for ConnectPatchServiceProxyOptional<'a>
source§fn clone(&self) -> ConnectPatchServiceProxyOptional<'a>
fn clone(&self) -> ConnectPatchServiceProxyOptional<'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 ConnectPatchServiceProxyOptional<'a>
impl<'a> Debug for ConnectPatchServiceProxyOptional<'a>
source§impl<'a> Default for ConnectPatchServiceProxyOptional<'a>
impl<'a> Default for ConnectPatchServiceProxyOptional<'a>
source§fn default() -> ConnectPatchServiceProxyOptional<'a>
fn default() -> ConnectPatchServiceProxyOptional<'a>
Returns the “default value” for a type. Read more
impl<'a> Copy for ConnectPatchServiceProxyOptional<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ConnectPatchServiceProxyOptional<'a>
impl<'a> Send for ConnectPatchServiceProxyOptional<'a>
impl<'a> Sync for ConnectPatchServiceProxyOptional<'a>
impl<'a> Unpin for ConnectPatchServiceProxyOptional<'a>
impl<'a> UnwindSafe for ConnectPatchServiceProxyOptional<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more