Struct google_container1::ServerConfig [−][src]
pub struct ServerConfig {
pub default_cluster_version: Option<String>,
pub valid_node_versions: Option<Vec<String>>,
pub valid_image_types: Option<Vec<String>>,
pub valid_master_versions: Option<Vec<String>>,
pub default_image_type: Option<String>,
}Kubernetes Engine service configuration.
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).
- locations get server config projects (response)
- zones get serverconfig projects (response)
Fields
default_cluster_version: Option<String>
Version of Kubernetes the service deploys by default.
valid_node_versions: Option<Vec<String>>
List of valid node upgrade target versions.
valid_image_types: Option<Vec<String>>
List of valid image types.
valid_master_versions: Option<Vec<String>>
List of valid master versions.
default_image_type: Option<String>
Default image type.
Trait Implementations
impl Default for ServerConfig[src]
impl Default for ServerConfigfn default() -> ServerConfig[src]
fn default() -> ServerConfigReturns the "default value" for a type. Read more
impl Clone for ServerConfig[src]
impl Clone for ServerConfigfn clone(&self) -> ServerConfig[src]
fn clone(&self) -> ServerConfigReturns 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 ServerConfig[src]
impl Debug for ServerConfigfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ResponseResult for ServerConfig[src]
impl ResponseResult for ServerConfigAuto Trait Implementations
impl Send for ServerConfig
impl Send for ServerConfigimpl Sync for ServerConfig
impl Sync for ServerConfig