Struct k8s_openapi::api::core::v1::ConnectPutNodeProxyWithPathOptional [−][src]
Expand description
Optional parameters of Node::connect_put_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 ConnectPutNodeProxyWithPathOptional<'a>
impl<'a> Send for ConnectPutNodeProxyWithPathOptional<'a>
impl<'a> Sync for ConnectPutNodeProxyWithPathOptional<'a>
impl<'a> Unpin for ConnectPutNodeProxyWithPathOptional<'a>
impl<'a> UnwindSafe for ConnectPutNodeProxyWithPathOptional<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more