Struct google_container1::UpdateMasterRequest[][src]

pub struct UpdateMasterRequest {
    pub master_version: Option<String>,
}

UpdateMasterRequest updates the master of the cluster.

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 master to. The only valid value is the latest supported version. Use "-" to have the server automatically select the latest version.

Trait Implementations

impl Default for UpdateMasterRequest
[src]

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

impl Clone for UpdateMasterRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UpdateMasterRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for UpdateMasterRequest
[src]

Auto Trait Implementations