Struct google_container1::UpdateNodePoolRequest [−][src]
pub struct UpdateNodePoolRequest {
pub node_version: Option<String>,
pub image_type: Option<String>,
}UpdateNodePoolRequests update a node pool's image and/or version.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
Fields
node_version: Option<String>
The Kubernetes version to change the nodes to (typically an
upgrade). Use - to upgrade to the latest version supported by
the server.
image_type: Option<String>
The desired image type for the node pool.
Trait Implementations
impl Default for UpdateNodePoolRequest[src]
impl Default for UpdateNodePoolRequestfn default() -> UpdateNodePoolRequest[src]
fn default() -> UpdateNodePoolRequestReturns the "default value" for a type. Read more
impl Clone for UpdateNodePoolRequest[src]
impl Clone for UpdateNodePoolRequestfn clone(&self) -> UpdateNodePoolRequest[src]
fn clone(&self) -> UpdateNodePoolRequestReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for UpdateNodePoolRequest[src]
impl Debug for UpdateNodePoolRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for UpdateNodePoolRequest[src]
impl RequestValue for UpdateNodePoolRequestAuto Trait Implementations
impl Send for UpdateNodePoolRequest
impl Send for UpdateNodePoolRequestimpl Sync for UpdateNodePoolRequest
impl Sync for UpdateNodePoolRequest