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

The Kubernetes version to change the nodes to (typically an upgrade). Use - to upgrade to the latest version supported by the server.

The desired image type for the node pool.

Trait Implementations

impl Default for UpdateNodePoolRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for UpdateNodePoolRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UpdateNodePoolRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for UpdateNodePoolRequest
[src]

Auto Trait Implementations