Struct k8s_openapi::api::core::v1::ConnectPatchNodeProxyWithPathOptional [−][src]
Expand description
Optional parameters of Node::connect_patch_node_proxy_with_path
Fields
path_: Option<&'a str>
Path is the URL path to use for the current proxy request to node.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for ConnectPatchNodeProxyWithPathOptional<'a>
impl<'a> Send for ConnectPatchNodeProxyWithPathOptional<'a>
impl<'a> Sync for ConnectPatchNodeProxyWithPathOptional<'a>
impl<'a> Unpin for ConnectPatchNodeProxyWithPathOptional<'a>
impl<'a> UnwindSafe for ConnectPatchNodeProxyWithPathOptional<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more