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>,
}

Container 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).

Fields

Version of Kubernetes the service deploys by default.

List of valid node upgrade target versions.

List of valid image types.

List of valid master versions.

Default image type.

Trait Implementations

impl Default for ServerConfig
[src]

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

impl Clone for ServerConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ServerConfig
[src]

Formats the value using the given formatter.

impl ResponseResult for ServerConfig
[src]