Struct google_container1::UpdateMasterRequest [−][src]
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).
- zones clusters master projects (request)
Fields
master_version: Option<String>
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]
impl Default for UpdateMasterRequestfn default() -> UpdateMasterRequest[src]
fn default() -> UpdateMasterRequestReturns the "default value" for a type. Read more
impl Clone for UpdateMasterRequest[src]
impl Clone for UpdateMasterRequestfn clone(&self) -> UpdateMasterRequest[src]
fn clone(&self) -> UpdateMasterRequestReturns 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 UpdateMasterRequest[src]
impl Debug for UpdateMasterRequestfn 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 UpdateMasterRequest[src]
impl RequestValue for UpdateMasterRequestAuto Trait Implementations
impl Send for UpdateMasterRequest
impl Send for UpdateMasterRequestimpl Sync for UpdateMasterRequest
impl Sync for UpdateMasterRequest